diff --git a/audio/liblo/Makefile b/audio/liblo/Makefile index 264f1939df51..9dab4e53b954 100644 --- a/audio/liblo/Makefile +++ b/audio/liblo/Makefile @@ -24,7 +24,7 @@ DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen .include -.if ${ARCH} == i386 || ${ARCH} == powerpc || ${ARCH} == powerpcspe +.if ${ARCH} == i386 || ${ARCH} == powerpc EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-32bit .endif diff --git a/databases/ldb25/Makefile b/databases/ldb25/Makefile index b12b4a403b13..84c426d62c63 100644 --- a/databases/ldb25/Makefile +++ b/databases/ldb25/Makefile @@ -69,7 +69,7 @@ LDB_LIBS= lib/libldb.so lib/libldb.so.2 lib/ldb/libldb-tdb-int.so \ lib/shared-modules/ldb/asq.so lib/shared-modules/ldb/tdb.so # Only for 64-bit architectures .if ${ARCH} != armv6 && ${ARCH} != armv7 && ${ARCH} != i386 && ${ARCH} != mips && \ - ${ARCH} != powerpc && ${ARCH} != powerpcspe + ${ARCH} != powerpc LDB_LIBS+= lib/ldb/libldb-mdb-int.so lib/shared-modules/ldb/mdb.so .endif diff --git a/databases/ldb28/Makefile b/databases/ldb28/Makefile index 6bbb81aceb54..3050dcf37f88 100644 --- a/databases/ldb28/Makefile +++ b/databases/ldb28/Makefile @@ -105,7 +105,7 @@ CONFIGURE_ARGS+= --enable-debug \ # Only for 64-bit architectures .if ${ARCH} != armv6 && ${ARCH} != armv7 && ${ARCH} != i386 && ${ARCH} != mips && \ - ${ARCH} != powerpc && ${ARCH} != powerpcspe + ${ARCH} != powerpc _LDB_LIBS_64= lib/ldb/libldb-mdb-int.so lib/shared-modules/ldb/mdb.so .endif diff --git a/databases/ldb29/Makefile b/databases/ldb29/Makefile index 87199b68ca1a..57750a656fb8 100644 --- a/databases/ldb29/Makefile +++ b/databases/ldb29/Makefile @@ -105,7 +105,7 @@ CONFIGURE_ARGS+= --enable-debug \ # Only for 64-bit architectures .if ${ARCH} != armv6 && ${ARCH} != armv7 && ${ARCH} != i386 && ${ARCH} != mips && \ - ${ARCH} != powerpc && ${ARCH} != powerpcspe + ${ARCH} != powerpc _LDB_LIBS_64= lib/ldb/libldb-mdb-int.so lib/shared-modules/ldb/mdb.so .endif diff --git a/databases/p5-Tie-LevelDB/Makefile b/databases/p5-Tie-LevelDB/Makefile index a2fae8b2943f..ce7ac59477d4 100644 --- a/databases/p5-Tie-LevelDB/Makefile +++ b/databases/p5-Tie-LevelDB/Makefile @@ -23,7 +23,6 @@ USE_PERL5= configure CFLAGS_powerpc= -DLEVELDB_CSTDATOMIC_PRESENT CFLAGS_powerpc64= -DLEVELDB_CSTDATOMIC_PRESENT CFLAGS_powerpc64le= -DLEVELDB_CSTDATOMIC_PRESENT -CFLAGS_powerpcspe= -DLEVELDB_CSTDATOMIC_PRESENT MAKE_ARGS= CC="${CXX}" .include diff --git a/databases/postgresql-plv8js/Makefile b/databases/postgresql-plv8js/Makefile index e3277d7e6eb4..339095b232e7 100644 --- a/databases/postgresql-plv8js/Makefile +++ b/databases/postgresql-plv8js/Makefile @@ -22,7 +22,7 @@ PLIST_SUB= PORTVERSION="${PORTVERSION}" CXXFLAGS+= -std=c++17 -fno-rtti # Only for 64-bit architectures -.if ${ARCH} != armv6 && ${ARCH} != armv7 && ${ARCH} != i386 && ${ARCH} != mips && ${ARCH} != powerpc && ${ARCH} != powerpcspe +.if ${ARCH} != armv6 && ${ARCH} != armv7 && ${ARCH} != i386 && ${ARCH} != mips && ${ARCH} != powerpc CXXFLAGS+= -DV8_COMPRESS_POINTERS=1 -DV8_31BIT_SMIS_ON_64BIT_ARCH=1 .endif MAKE_ARGS= CUSTOM_CC=${CXX} CCFLAGS="${CXXFLAGS}" diff --git a/databases/sqlrelay/files/patch-config.sub b/databases/sqlrelay/files/patch-config.sub index 1e4a44d9299b..77a7d9172d42 100644 --- a/databases/sqlrelay/files/patch-config.sub +++ b/databases/sqlrelay/files/patch-config.sub @@ -6,10 +6,10 @@ -# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 -# Free Software Foundation, Inc. +# Copyright 1992-2020 Free Software Foundation, Inc. - + -timestamp='2001-04-20' +timestamp='2020-05-04' - + -# This file is (in principle) common to ALL GNU software. -# The presence of a machine in this file suggests that SOME GNU software -# can handle that machine. It does not imply ALL GNU software can. @@ -45,7 +45,7 @@ +# the same distribution terms that you use for the rest of that +# program. This Exception is an additional permission under section 7 +# of the GNU General Public License, version 3 ("GPLv3"). - + + # Please send patches to . # @@ -53,7 +53,7 @@ @@ -36,6 +32,9 @@ # If it is invalid, we print an error message on stderr and exit with code 1. # Otherwise, we print the canonical config type on stdout and succeed. - + +# You can get the latest version of this script from: +# https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub + @@ -62,14 +62,14 @@ # that are meaningful with *any* GNU software. @@ -54,12 +53,11 @@ me=`echo "$0" | sed -e 's,.*/,,'` - + usage="\ -Usage: $0 [OPTION] CPU-MFR-OPSYS - $0 [OPTION] ALIAS +Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS - + Canonicalize a configuration name. - + -Operation modes: +Options: -h, --help print this help, then exit @@ -78,11 +78,11 @@ @@ -69,8 +67,7 @@ version="\ GNU config.sub ($timestamp) - + -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 -Free Software Foundation, Inc. +Copyright 1992-2020 Free Software Foundation, Inc. - + This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -82,23 +79,23 @@ @@ -105,20 +105,20 @@ - echo "$me: invalid option $1$help" + echo "$me: invalid option $1$help" >&2 exit 1 ;; - + *local*) # First pass through any local machine types. - echo $1 - exit 0;; + echo "$1" + exit ;; - + * ) break ;; @@ -113,868 +110,1164 @@ exit 1;; esac - + -# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). -# Here we must recognize all the valid KERNEL-OS combinations. -maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` @@ -139,7 +139,7 @@ +IFS="-" read field1 field2 field3 field4 < # Actual earliest version may differ slightly -.if (${ARCH} != mips && ${ARCH} != mips64 && ${ARCH} != powerpcspe && ${ARCH} != powerpc && ${ARCH} != powerpc64 && ${ARCH} != riscv64 && !defined(PKGNAMEPREFIX)) || ((${ARCH} == powerpc || ${ARCH} == powerpc64) && ${CHOSEN_COMPILER_TYPE} != gcc && !defined(PKGNAMEPREFIX)) +.if (${ARCH} != mips && ${ARCH} != mips64 && ${ARCH} != powerpc && ${ARCH} != powerpc64 && ${ARCH} != riscv64 && !defined(PKGNAMEPREFIX)) || ((${ARCH} == powerpc || ${ARCH} == powerpc64) && ${CHOSEN_COMPILER_TYPE} != gcc && !defined(PKGNAMEPREFIX)) CONFIGURE_ARGS+= --enable-gold --enable-plugins CXXFLAGS+= -Wno-c++11-narrowing PLIST_SUB+= GOLD="" @@ -148,8 +148,6 @@ CONFIGURE_ARGS+= --enable-new-dtags .if ${ARCH} == amd64 CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} -.elif ${ARCH} == powerpcspe -CONFIGURE_TARGET= powerpc-portbld-freebsd${OSREL} .else CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} .endif diff --git a/devel/efivar/Makefile b/devel/efivar/Makefile index 444839ac55f7..83bc6a7fd748 100644 --- a/devel/efivar/Makefile +++ b/devel/efivar/Makefile @@ -9,7 +9,7 @@ WWW= https://github.com/rhboot/efivar LICENSE= LGPL21 -NOT_FOR_ARCHS= powerpc powerpc64 powerpspe +NOT_FOR_ARCHS= powerpc powerpc64 NOT_FOR_ARCHS_REASON= specification only supports little-endian processors LIB_DEPENDS= libpopt.so:devel/popt diff --git a/devel/freebsd-sysroot/Makefile b/devel/freebsd-sysroot/Makefile index 46ee096f4c70..df458077b699 100644 --- a/devel/freebsd-sysroot/Makefile +++ b/devel/freebsd-sysroot/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKDIR}/COPYRIGHT LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept FLAVORS= aarch64 amd64 armv7 i386 powerpc powerpc64 powerpc64le \ - powerpcspe riscv64 + riscv64 FLAVOR?= ${FLAVORS:[1]} QA_ENV= IGNORE_QA_baselibs=1 \ @@ -50,7 +50,6 @@ _SYSROOT_DIST_powerpc= releases/powerpc/powerpc/${_SYSROOT_VER}/base.txz \ gcc13-13.3.0.pkg _SYSROOT_DIST_powerpc64= releases/powerpc/powerpc64/${_SYSROOT_VER}/base.txz _SYSROOT_DIST_powerpc64le= releases/powerpc/powerpc64le/${_SYSROOT_VER}/base.txz -_SYSROOT_DIST_powerpcspe= releases/powerpc/powerpcspe/${_SYSROOT_VER}/base.txz _SYSROOT_DIST_riscv64= releases/riscv/riscv64/${_SYSROOT_VER}/base.txz _SYSROOT_INCLUDE= COPYRIGHT lib/* usr/include/* usr/lib/* \ usr/libdata/* \ @@ -77,7 +76,6 @@ DISTFILES:= ${FLAVORS:O:@_flavor@${:!${SETENV} FLAVOR=${_flavor} ${MAKE} -V'DIST # to be removed if the port ever switched to base.txz for armv7 .if ${FLAVOR} == armv7 BROKEN_powerpc= little-endian UFS fails to be read on big-endian architectures -BROKEN_powerpcspe= little-endian UFS fails to be read on big-endian architectures BROKEN_powerpc64= little-endian UFS fails to be read on big-endian architectures .endif diff --git a/devel/freebsd-sysroot/distinfo b/devel/freebsd-sysroot/distinfo index b973a370034a..77bd3fb447b5 100644 --- a/devel/freebsd-sysroot/distinfo +++ b/devel/freebsd-sysroot/distinfo @@ -15,7 +15,5 @@ SHA256 (rust/bootstrap/powerpc64/13.4-RELEASE/base.txz) = a89e877ed9059f85af8423 SIZE (rust/bootstrap/powerpc64/13.4-RELEASE/base.txz) = 206109264 SHA256 (rust/bootstrap/powerpc64le/13.4-RELEASE/base.txz) = e740230864dbca582de7d8122a4172cd4692bf25b086ea1c275c3147fa77ecf8 SIZE (rust/bootstrap/powerpc64le/13.4-RELEASE/base.txz) = 211961652 -SHA256 (rust/bootstrap/powerpcspe/13.4-RELEASE/base.txz) = 8930a233866ae42c229601d45f1e932e9ac87f3c7abf2603fd57fdcdac8f0662 -SIZE (rust/bootstrap/powerpcspe/13.4-RELEASE/base.txz) = 196803408 SHA256 (rust/bootstrap/riscv64/13.4-RELEASE/base.txz) = 92f9399be65d3eb6579453e67bcb2df11bc74c637aae73fbdf08c2888ea15726 SIZE (rust/bootstrap/riscv64/13.4-RELEASE/base.txz) = 195084996 diff --git a/devel/freebsd-sysroot/pkg-plist.powerpcspe b/devel/freebsd-sysroot/pkg-plist.powerpcspe deleted file mode 100644 index 42dbb3f16cd3..000000000000 --- a/devel/freebsd-sysroot/pkg-plist.powerpcspe +++ /dev/null @@ -1,3681 +0,0 @@ -%%ROOT%%/bin/c++ -%%ROOT%%/bin/cc -%%ROOT%%/lib/lib80211.so.1 -%%ROOT%%/lib/libalias.so.7 -%%ROOT%%/lib/libavl.so.2 -%%ROOT%%/lib/libbe.so.1 -%%ROOT%%/lib/libbegemot.so.4 -%%ROOT%%/lib/libbsdxml.so.4 -%%ROOT%%/lib/libc.so.7 -%%ROOT%%/lib/libcam.so.7 -%%ROOT%%/lib/libcasper.so.1 -%%ROOT%%/lib/libcrypt.so.5 -%%ROOT%%/lib/libcrypto.so.111 -%%ROOT%%/lib/libctf.so.2 -%%ROOT%%/lib/libcxxrt.so.1 -%%ROOT%%/lib/libdevstat.so.7 -%%ROOT%%/lib/libdtrace.so.2 -%%ROOT%%/lib/libedit.so.8 -%%ROOT%%/lib/libelf.so.2 -%%ROOT%%/lib/libgcc_s.so.1 -%%ROOT%%/lib/libgeom.so.5 -%%ROOT%%/lib/libibverbs.so.1 -%%ROOT%%/lib/libicp.so.3 -%%ROOT%%/lib/libicp_rescue.so.3 -%%ROOT%%/lib/libipsec.so.4 -%%ROOT%%/lib/libirdma.so.1 -%%ROOT%%/lib/libjail.so.1 -%%ROOT%%/lib/libkiconv.so.4 -%%ROOT%%/lib/libkvm.so.7 -%%ROOT%%/lib/libm.so.5 -%%ROOT%%/lib/libmd.so.6 -%%ROOT%%/lib/libmlx5.so.1 -%%ROOT%%/lib/libmt.so.5 -%%ROOT%%/lib/libncursesw.so.9 -%%ROOT%%/lib/libnv.so.0 -%%ROOT%%/lib/libnvpair.so.2 -%%ROOT%%/lib/libpcap.so.8 -%%ROOT%%/lib/libpjdlog.so.0 -%%ROOT%%/lib/librss.so.1 -%%ROOT%%/lib/libsbuf.so.6 -%%ROOT%%/lib/libspl.so.2 -%%ROOT%%/lib/libssp.so.0 -%%ROOT%%/lib/libstats.so.0 -%%ROOT%%/lib/libthr.so.3 -%%ROOT%%/lib/libtpool.so.2 -%%ROOT%%/lib/libufs.so.7 -%%ROOT%%/lib/libulog.so.0 -%%ROOT%%/lib/libumem.so.2 -%%ROOT%%/lib/libutil.so.9 -%%ROOT%%/lib/libuutil.so.2 -%%ROOT%%/lib/libxo.so.0 -%%ROOT%%/lib/libz.so.6 -%%ROOT%%/lib/libzfs.so.4 -%%ROOT%%/lib/libzfs_core.so.2 -%%ROOT%%/lib/libzfsbootenv.so.1 -%%ROOT%%/lib/libzpool.so.2 -%%ROOT%%/lib/libzutil.so.2 -%%ROOT%%/usr/include/Block.h -%%ROOT%%/usr/include/Block_private.h -%%ROOT%%/usr/include/FlexLexer.h -%%ROOT%%/usr/include/__libunwind_config.h -%%ROOT%%/usr/include/_ctype.h -%%ROOT%%/usr/include/_semaphore.h -%%ROOT%%/usr/include/a.out.h -%%ROOT%%/usr/include/aio.h -%%ROOT%%/usr/include/alias.h -%%ROOT%%/usr/include/ar.h -%%ROOT%%/usr/include/archive.h -%%ROOT%%/usr/include/archive_entry.h -%%ROOT%%/usr/include/arpa/ftp.h -%%ROOT%%/usr/include/arpa/inet.h -%%ROOT%%/usr/include/arpa/nameser.h -%%ROOT%%/usr/include/arpa/nameser_compat.h -%%ROOT%%/usr/include/arpa/telnet.h -%%ROOT%%/usr/include/arpa/tftp.h -%%ROOT%%/usr/include/asn1-common.h -%%ROOT%%/usr/include/asn1_err.h -%%ROOT%%/usr/include/assert.h -%%ROOT%%/usr/include/atf-c++.hpp -%%ROOT%%/usr/include/atf-c++/build.hpp -%%ROOT%%/usr/include/atf-c++/check.hpp -%%ROOT%%/usr/include/atf-c++/macros.hpp -%%ROOT%%/usr/include/atf-c++/tests.hpp -%%ROOT%%/usr/include/atf-c++/utils.hpp -%%ROOT%%/usr/include/atf-c.h -%%ROOT%%/usr/include/atf-c/build.h -%%ROOT%%/usr/include/atf-c/check.h -%%ROOT%%/usr/include/atf-c/defs.h -%%ROOT%%/usr/include/atf-c/error.h -%%ROOT%%/usr/include/atf-c/error_fwd.h -%%ROOT%%/usr/include/atf-c/macros.h -%%ROOT%%/usr/include/atf-c/tc.h -%%ROOT%%/usr/include/atf-c/tp.h -%%ROOT%%/usr/include/atf-c/utils.h -%%ROOT%%/usr/include/base64.h -%%ROOT%%/usr/include/be.h -%%ROOT%%/usr/include/bitstring.h -%%ROOT%%/usr/include/blacklist.h -%%ROOT%%/usr/include/bluetooth.h -%%ROOT%%/usr/include/bsdxml.h -%%ROOT%%/usr/include/bsdxml_external.h -%%ROOT%%/usr/include/bsm/audit.h -%%ROOT%%/usr/include/bsm/audit_domain.h -%%ROOT%%/usr/include/bsm/audit_errno.h -%%ROOT%%/usr/include/bsm/audit_fcntl.h -%%ROOT%%/usr/include/bsm/audit_internal.h -%%ROOT%%/usr/include/bsm/audit_kevents.h -%%ROOT%%/usr/include/bsm/audit_record.h -%%ROOT%%/usr/include/bsm/audit_socket_type.h -%%ROOT%%/usr/include/bsm/audit_uevents.h -%%ROOT%%/usr/include/bsm/libbsm.h -%%ROOT%%/usr/include/bsnmp/asn1.h -%%ROOT%%/usr/include/bsnmp/bridge_snmp.h -%%ROOT%%/usr/include/bsnmp/snmp.h -%%ROOT%%/usr/include/bsnmp/snmp_mibII.h -%%ROOT%%/usr/include/bsnmp/snmp_netgraph.h -%%ROOT%%/usr/include/bsnmp/snmpagent.h -%%ROOT%%/usr/include/bsnmp/snmpclient.h -%%ROOT%%/usr/include/bsnmp/snmpmod.h -%%ROOT%%/usr/include/byteswap.h -%%ROOT%%/usr/include/bzlib.h -%%ROOT%%/usr/include/c++/v1/__algorithm/adjacent_find.h -%%ROOT%%/usr/include/c++/v1/__algorithm/all_of.h -%%ROOT%%/usr/include/c++/v1/__algorithm/any_of.h -%%ROOT%%/usr/include/c++/v1/__algorithm/binary_search.h -%%ROOT%%/usr/include/c++/v1/__algorithm/clamp.h -%%ROOT%%/usr/include/c++/v1/__algorithm/comp.h -%%ROOT%%/usr/include/c++/v1/__algorithm/comp_ref_type.h -%%ROOT%%/usr/include/c++/v1/__algorithm/copy.h -%%ROOT%%/usr/include/c++/v1/__algorithm/copy_backward.h -%%ROOT%%/usr/include/c++/v1/__algorithm/copy_if.h -%%ROOT%%/usr/include/c++/v1/__algorithm/copy_move_common.h -%%ROOT%%/usr/include/c++/v1/__algorithm/copy_n.h -%%ROOT%%/usr/include/c++/v1/__algorithm/count.h -%%ROOT%%/usr/include/c++/v1/__algorithm/count_if.h -%%ROOT%%/usr/include/c++/v1/__algorithm/equal.h -%%ROOT%%/usr/include/c++/v1/__algorithm/equal_range.h -%%ROOT%%/usr/include/c++/v1/__algorithm/fill.h -%%ROOT%%/usr/include/c++/v1/__algorithm/fill_n.h -%%ROOT%%/usr/include/c++/v1/__algorithm/find.h -%%ROOT%%/usr/include/c++/v1/__algorithm/find_end.h -%%ROOT%%/usr/include/c++/v1/__algorithm/find_first_of.h -%%ROOT%%/usr/include/c++/v1/__algorithm/find_if.h -%%ROOT%%/usr/include/c++/v1/__algorithm/find_if_not.h -%%ROOT%%/usr/include/c++/v1/__algorithm/find_segment_if.h -%%ROOT%%/usr/include/c++/v1/__algorithm/fold.h -%%ROOT%%/usr/include/c++/v1/__algorithm/for_each.h -%%ROOT%%/usr/include/c++/v1/__algorithm/for_each_n.h -%%ROOT%%/usr/include/c++/v1/__algorithm/for_each_segment.h -%%ROOT%%/usr/include/c++/v1/__algorithm/generate.h -%%ROOT%%/usr/include/c++/v1/__algorithm/generate_n.h -%%ROOT%%/usr/include/c++/v1/__algorithm/half_positive.h -%%ROOT%%/usr/include/c++/v1/__algorithm/in_found_result.h -%%ROOT%%/usr/include/c++/v1/__algorithm/in_fun_result.h -%%ROOT%%/usr/include/c++/v1/__algorithm/in_in_out_result.h -%%ROOT%%/usr/include/c++/v1/__algorithm/in_in_result.h -%%ROOT%%/usr/include/c++/v1/__algorithm/in_out_out_result.h -%%ROOT%%/usr/include/c++/v1/__algorithm/in_out_result.h -%%ROOT%%/usr/include/c++/v1/__algorithm/includes.h -%%ROOT%%/usr/include/c++/v1/__algorithm/inplace_merge.h -%%ROOT%%/usr/include/c++/v1/__algorithm/is_heap.h -%%ROOT%%/usr/include/c++/v1/__algorithm/is_heap_until.h -%%ROOT%%/usr/include/c++/v1/__algorithm/is_partitioned.h -%%ROOT%%/usr/include/c++/v1/__algorithm/is_permutation.h -%%ROOT%%/usr/include/c++/v1/__algorithm/is_sorted.h -%%ROOT%%/usr/include/c++/v1/__algorithm/is_sorted_until.h -%%ROOT%%/usr/include/c++/v1/__algorithm/iter_swap.h -%%ROOT%%/usr/include/c++/v1/__algorithm/iterator_operations.h -%%ROOT%%/usr/include/c++/v1/__algorithm/lexicographical_compare.h -%%ROOT%%/usr/include/c++/v1/__algorithm/lexicographical_compare_three_way.h -%%ROOT%%/usr/include/c++/v1/__algorithm/lower_bound.h -%%ROOT%%/usr/include/c++/v1/__algorithm/make_heap.h -%%ROOT%%/usr/include/c++/v1/__algorithm/make_projected.h -%%ROOT%%/usr/include/c++/v1/__algorithm/max.h -%%ROOT%%/usr/include/c++/v1/__algorithm/max_element.h -%%ROOT%%/usr/include/c++/v1/__algorithm/merge.h -%%ROOT%%/usr/include/c++/v1/__algorithm/min.h -%%ROOT%%/usr/include/c++/v1/__algorithm/min_element.h -%%ROOT%%/usr/include/c++/v1/__algorithm/min_max_result.h -%%ROOT%%/usr/include/c++/v1/__algorithm/minmax.h -%%ROOT%%/usr/include/c++/v1/__algorithm/minmax_element.h -%%ROOT%%/usr/include/c++/v1/__algorithm/mismatch.h -%%ROOT%%/usr/include/c++/v1/__algorithm/move.h -%%ROOT%%/usr/include/c++/v1/__algorithm/move_backward.h -%%ROOT%%/usr/include/c++/v1/__algorithm/next_permutation.h -%%ROOT%%/usr/include/c++/v1/__algorithm/none_of.h -%%ROOT%%/usr/include/c++/v1/__algorithm/nth_element.h -%%ROOT%%/usr/include/c++/v1/__algorithm/partial_sort.h -%%ROOT%%/usr/include/c++/v1/__algorithm/partial_sort_copy.h -%%ROOT%%/usr/include/c++/v1/__algorithm/partition.h -%%ROOT%%/usr/include/c++/v1/__algorithm/partition_copy.h -%%ROOT%%/usr/include/c++/v1/__algorithm/partition_point.h -%%ROOT%%/usr/include/c++/v1/__algorithm/pop_heap.h -%%ROOT%%/usr/include/c++/v1/__algorithm/prev_permutation.h -%%ROOT%%/usr/include/c++/v1/__algorithm/pstl_any_all_none_of.h -%%ROOT%%/usr/include/c++/v1/__algorithm/pstl_backend.h -%%ROOT%%/usr/include/c++/v1/__algorithm/pstl_backends/cpu_backend.h -%%ROOT%%/usr/include/c++/v1/__algorithm/pstl_backends/cpu_backends/any_of.h -%%ROOT%%/usr/include/c++/v1/__algorithm/pstl_backends/cpu_backends/backend.h -%%ROOT%%/usr/include/c++/v1/__algorithm/pstl_backends/cpu_backends/fill.h -%%ROOT%%/usr/include/c++/v1/__algorithm/pstl_backends/cpu_backends/find_if.h -%%ROOT%%/usr/include/c++/v1/__algorithm/pstl_backends/cpu_backends/for_each.h -%%ROOT%%/usr/include/c++/v1/__algorithm/pstl_backends/cpu_backends/libdispatch.h -%%ROOT%%/usr/include/c++/v1/__algorithm/pstl_backends/cpu_backends/merge.h -%%ROOT%%/usr/include/c++/v1/__algorithm/pstl_backends/cpu_backends/serial.h -%%ROOT%%/usr/include/c++/v1/__algorithm/pstl_backends/cpu_backends/stable_sort.h -%%ROOT%%/usr/include/c++/v1/__algorithm/pstl_backends/cpu_backends/thread.h -%%ROOT%%/usr/include/c++/v1/__algorithm/pstl_backends/cpu_backends/transform.h -%%ROOT%%/usr/include/c++/v1/__algorithm/pstl_backends/cpu_backends/transform_reduce.h -%%ROOT%%/usr/include/c++/v1/__algorithm/pstl_copy.h -%%ROOT%%/usr/include/c++/v1/__algorithm/pstl_count.h -%%ROOT%%/usr/include/c++/v1/__algorithm/pstl_equal.h -%%ROOT%%/usr/include/c++/v1/__algorithm/pstl_fill.h -%%ROOT%%/usr/include/c++/v1/__algorithm/pstl_find.h -%%ROOT%%/usr/include/c++/v1/__algorithm/pstl_for_each.h -%%ROOT%%/usr/include/c++/v1/__algorithm/pstl_frontend_dispatch.h -%%ROOT%%/usr/include/c++/v1/__algorithm/pstl_generate.h -%%ROOT%%/usr/include/c++/v1/__algorithm/pstl_is_partitioned.h -%%ROOT%%/usr/include/c++/v1/__algorithm/pstl_merge.h -%%ROOT%%/usr/include/c++/v1/__algorithm/pstl_move.h -%%ROOT%%/usr/include/c++/v1/__algorithm/pstl_replace.h -%%ROOT%%/usr/include/c++/v1/__algorithm/pstl_rotate_copy.h -%%ROOT%%/usr/include/c++/v1/__algorithm/pstl_sort.h -%%ROOT%%/usr/include/c++/v1/__algorithm/pstl_stable_sort.h -%%ROOT%%/usr/include/c++/v1/__algorithm/pstl_transform.h -%%ROOT%%/usr/include/c++/v1/__algorithm/push_heap.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_adjacent_find.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_all_of.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_any_of.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_binary_search.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_clamp.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_contains.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_copy.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_copy_backward.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_copy_if.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_copy_n.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_count.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_count_if.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_ends_with.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_equal.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_equal_range.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_fill.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_fill_n.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_find.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_find_end.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_find_first_of.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_find_if.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_find_if_not.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_for_each.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_for_each_n.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_generate.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_generate_n.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_includes.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_inplace_merge.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_is_heap.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_is_heap_until.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_is_partitioned.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_is_permutation.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_is_sorted.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_is_sorted_until.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_iterator_concept.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_lexicographical_compare.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_lower_bound.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_make_heap.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_max.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_max_element.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_merge.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_min.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_min_element.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_minmax.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_minmax_element.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_mismatch.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_move.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_move_backward.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_next_permutation.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_none_of.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_nth_element.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_partial_sort.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_partial_sort_copy.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_partition.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_partition_copy.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_partition_point.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_pop_heap.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_prev_permutation.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_push_heap.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_remove.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_remove_copy.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_remove_copy_if.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_remove_if.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_replace.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_replace_copy.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_replace_copy_if.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_replace_if.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_reverse.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_reverse_copy.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_rotate.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_rotate_copy.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_sample.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_search.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_search_n.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_set_difference.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_set_intersection.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_set_symmetric_difference.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_set_union.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_shuffle.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_sort.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_sort_heap.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_stable_partition.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_stable_sort.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_starts_with.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_swap_ranges.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_transform.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_unique.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_unique_copy.h -%%ROOT%%/usr/include/c++/v1/__algorithm/ranges_upper_bound.h -%%ROOT%%/usr/include/c++/v1/__algorithm/remove.h -%%ROOT%%/usr/include/c++/v1/__algorithm/remove_copy.h -%%ROOT%%/usr/include/c++/v1/__algorithm/remove_copy_if.h -%%ROOT%%/usr/include/c++/v1/__algorithm/remove_if.h -%%ROOT%%/usr/include/c++/v1/__algorithm/replace.h -%%ROOT%%/usr/include/c++/v1/__algorithm/replace_copy.h -%%ROOT%%/usr/include/c++/v1/__algorithm/replace_copy_if.h -%%ROOT%%/usr/include/c++/v1/__algorithm/replace_if.h -%%ROOT%%/usr/include/c++/v1/__algorithm/reverse.h -%%ROOT%%/usr/include/c++/v1/__algorithm/reverse_copy.h -%%ROOT%%/usr/include/c++/v1/__algorithm/rotate.h -%%ROOT%%/usr/include/c++/v1/__algorithm/rotate_copy.h -%%ROOT%%/usr/include/c++/v1/__algorithm/sample.h -%%ROOT%%/usr/include/c++/v1/__algorithm/search.h -%%ROOT%%/usr/include/c++/v1/__algorithm/search_n.h -%%ROOT%%/usr/include/c++/v1/__algorithm/set_difference.h -%%ROOT%%/usr/include/c++/v1/__algorithm/set_intersection.h -%%ROOT%%/usr/include/c++/v1/__algorithm/set_symmetric_difference.h -%%ROOT%%/usr/include/c++/v1/__algorithm/set_union.h -%%ROOT%%/usr/include/c++/v1/__algorithm/shift_left.h -%%ROOT%%/usr/include/c++/v1/__algorithm/shift_right.h -%%ROOT%%/usr/include/c++/v1/__algorithm/shuffle.h -%%ROOT%%/usr/include/c++/v1/__algorithm/sift_down.h -%%ROOT%%/usr/include/c++/v1/__algorithm/sort.h -%%ROOT%%/usr/include/c++/v1/__algorithm/sort_heap.h -%%ROOT%%/usr/include/c++/v1/__algorithm/stable_partition.h -%%ROOT%%/usr/include/c++/v1/__algorithm/stable_sort.h -%%ROOT%%/usr/include/c++/v1/__algorithm/swap_ranges.h -%%ROOT%%/usr/include/c++/v1/__algorithm/three_way_comp_ref_type.h -%%ROOT%%/usr/include/c++/v1/__algorithm/transform.h -%%ROOT%%/usr/include/c++/v1/__algorithm/uniform_random_bit_generator_adaptor.h -%%ROOT%%/usr/include/c++/v1/__algorithm/unique.h -%%ROOT%%/usr/include/c++/v1/__algorithm/unique_copy.h -%%ROOT%%/usr/include/c++/v1/__algorithm/unwrap_iter.h -%%ROOT%%/usr/include/c++/v1/__algorithm/unwrap_range.h -%%ROOT%%/usr/include/c++/v1/__algorithm/upper_bound.h -%%ROOT%%/usr/include/c++/v1/__assert -%%ROOT%%/usr/include/c++/v1/__assertion_handler -%%ROOT%%/usr/include/c++/v1/__atomic/aliases.h -%%ROOT%%/usr/include/c++/v1/__atomic/atomic.h -%%ROOT%%/usr/include/c++/v1/__atomic/atomic_base.h -%%ROOT%%/usr/include/c++/v1/__atomic/atomic_flag.h -%%ROOT%%/usr/include/c++/v1/__atomic/atomic_init.h -%%ROOT%%/usr/include/c++/v1/__atomic/atomic_lock_free.h -%%ROOT%%/usr/include/c++/v1/__atomic/atomic_sync.h -%%ROOT%%/usr/include/c++/v1/__atomic/check_memory_order.h -%%ROOT%%/usr/include/c++/v1/__atomic/contention_t.h -%%ROOT%%/usr/include/c++/v1/__atomic/cxx_atomic_impl.h -%%ROOT%%/usr/include/c++/v1/__atomic/fence.h -%%ROOT%%/usr/include/c++/v1/__atomic/is_always_lock_free.h -%%ROOT%%/usr/include/c++/v1/__atomic/kill_dependency.h -%%ROOT%%/usr/include/c++/v1/__atomic/memory_order.h -%%ROOT%%/usr/include/c++/v1/__availability -%%ROOT%%/usr/include/c++/v1/__bit/bit_cast.h -%%ROOT%%/usr/include/c++/v1/__bit/bit_ceil.h -%%ROOT%%/usr/include/c++/v1/__bit/bit_floor.h -%%ROOT%%/usr/include/c++/v1/__bit/bit_log2.h -%%ROOT%%/usr/include/c++/v1/__bit/bit_width.h -%%ROOT%%/usr/include/c++/v1/__bit/blsr.h -%%ROOT%%/usr/include/c++/v1/__bit/byteswap.h -%%ROOT%%/usr/include/c++/v1/__bit/countl.h -%%ROOT%%/usr/include/c++/v1/__bit/countr.h -%%ROOT%%/usr/include/c++/v1/__bit/endian.h -%%ROOT%%/usr/include/c++/v1/__bit/has_single_bit.h -%%ROOT%%/usr/include/c++/v1/__bit/invert_if.h -%%ROOT%%/usr/include/c++/v1/__bit/popcount.h -%%ROOT%%/usr/include/c++/v1/__bit/rotate.h -%%ROOT%%/usr/include/c++/v1/__bit_reference -%%ROOT%%/usr/include/c++/v1/__charconv/chars_format.h -%%ROOT%%/usr/include/c++/v1/__charconv/from_chars_integral.h -%%ROOT%%/usr/include/c++/v1/__charconv/from_chars_result.h -%%ROOT%%/usr/include/c++/v1/__charconv/tables.h -%%ROOT%%/usr/include/c++/v1/__charconv/to_chars.h -%%ROOT%%/usr/include/c++/v1/__charconv/to_chars_base_10.h -%%ROOT%%/usr/include/c++/v1/__charconv/to_chars_floating_point.h -%%ROOT%%/usr/include/c++/v1/__charconv/to_chars_integral.h -%%ROOT%%/usr/include/c++/v1/__charconv/to_chars_result.h -%%ROOT%%/usr/include/c++/v1/__charconv/traits.h -%%ROOT%%/usr/include/c++/v1/__chrono/calendar.h -%%ROOT%%/usr/include/c++/v1/__chrono/concepts.h -%%ROOT%%/usr/include/c++/v1/__chrono/convert_to_timespec.h -%%ROOT%%/usr/include/c++/v1/__chrono/convert_to_tm.h -%%ROOT%%/usr/include/c++/v1/__chrono/day.h -%%ROOT%%/usr/include/c++/v1/__chrono/duration.h -%%ROOT%%/usr/include/c++/v1/__chrono/file_clock.h -%%ROOT%%/usr/include/c++/v1/__chrono/formatter.h -%%ROOT%%/usr/include/c++/v1/__chrono/hh_mm_ss.h -%%ROOT%%/usr/include/c++/v1/__chrono/high_resolution_clock.h -%%ROOT%%/usr/include/c++/v1/__chrono/literals.h -%%ROOT%%/usr/include/c++/v1/__chrono/month.h -%%ROOT%%/usr/include/c++/v1/__chrono/month_weekday.h -%%ROOT%%/usr/include/c++/v1/__chrono/monthday.h -%%ROOT%%/usr/include/c++/v1/__chrono/ostream.h -%%ROOT%%/usr/include/c++/v1/__chrono/parser_std_format_spec.h -%%ROOT%%/usr/include/c++/v1/__chrono/statically_widen.h -%%ROOT%%/usr/include/c++/v1/__chrono/steady_clock.h -%%ROOT%%/usr/include/c++/v1/__chrono/system_clock.h -%%ROOT%%/usr/include/c++/v1/__chrono/time_point.h -%%ROOT%%/usr/include/c++/v1/__chrono/tzdb.h -%%ROOT%%/usr/include/c++/v1/__chrono/tzdb_list.h -%%ROOT%%/usr/include/c++/v1/__chrono/weekday.h -%%ROOT%%/usr/include/c++/v1/__chrono/year.h -%%ROOT%%/usr/include/c++/v1/__chrono/year_month.h -%%ROOT%%/usr/include/c++/v1/__chrono/year_month_day.h -%%ROOT%%/usr/include/c++/v1/__chrono/year_month_weekday.h -%%ROOT%%/usr/include/c++/v1/__compare/common_comparison_category.h -%%ROOT%%/usr/include/c++/v1/__compare/compare_partial_order_fallback.h -%%ROOT%%/usr/include/c++/v1/__compare/compare_strong_order_fallback.h -%%ROOT%%/usr/include/c++/v1/__compare/compare_three_way.h -%%ROOT%%/usr/include/c++/v1/__compare/compare_three_way_result.h -%%ROOT%%/usr/include/c++/v1/__compare/compare_weak_order_fallback.h -%%ROOT%%/usr/include/c++/v1/__compare/is_eq.h -%%ROOT%%/usr/include/c++/v1/__compare/ordering.h -%%ROOT%%/usr/include/c++/v1/__compare/partial_order.h -%%ROOT%%/usr/include/c++/v1/__compare/strong_order.h -%%ROOT%%/usr/include/c++/v1/__compare/synth_three_way.h -%%ROOT%%/usr/include/c++/v1/__compare/three_way_comparable.h -%%ROOT%%/usr/include/c++/v1/__compare/weak_order.h -%%ROOT%%/usr/include/c++/v1/__concepts/arithmetic.h -%%ROOT%%/usr/include/c++/v1/__concepts/assignable.h -%%ROOT%%/usr/include/c++/v1/__concepts/boolean_testable.h -%%ROOT%%/usr/include/c++/v1/__concepts/class_or_enum.h -%%ROOT%%/usr/include/c++/v1/__concepts/common_reference_with.h -%%ROOT%%/usr/include/c++/v1/__concepts/common_with.h -%%ROOT%%/usr/include/c++/v1/__concepts/constructible.h -%%ROOT%%/usr/include/c++/v1/__concepts/convertible_to.h -%%ROOT%%/usr/include/c++/v1/__concepts/copyable.h -%%ROOT%%/usr/include/c++/v1/__concepts/derived_from.h -%%ROOT%%/usr/include/c++/v1/__concepts/destructible.h -%%ROOT%%/usr/include/c++/v1/__concepts/different_from.h -%%ROOT%%/usr/include/c++/v1/__concepts/equality_comparable.h -%%ROOT%%/usr/include/c++/v1/__concepts/invocable.h -%%ROOT%%/usr/include/c++/v1/__concepts/movable.h -%%ROOT%%/usr/include/c++/v1/__concepts/predicate.h -%%ROOT%%/usr/include/c++/v1/__concepts/regular.h -%%ROOT%%/usr/include/c++/v1/__concepts/relation.h -%%ROOT%%/usr/include/c++/v1/__concepts/same_as.h -%%ROOT%%/usr/include/c++/v1/__concepts/semiregular.h -%%ROOT%%/usr/include/c++/v1/__concepts/swappable.h -%%ROOT%%/usr/include/c++/v1/__concepts/totally_ordered.h -%%ROOT%%/usr/include/c++/v1/__condition_variable/condition_variable.h -%%ROOT%%/usr/include/c++/v1/__config -%%ROOT%%/usr/include/c++/v1/__config_site -%%ROOT%%/usr/include/c++/v1/__coroutine/coroutine_handle.h -%%ROOT%%/usr/include/c++/v1/__coroutine/coroutine_traits.h -%%ROOT%%/usr/include/c++/v1/__coroutine/noop_coroutine_handle.h -%%ROOT%%/usr/include/c++/v1/__coroutine/trivial_awaitables.h -%%ROOT%%/usr/include/c++/v1/__debug_utils/randomize_range.h -%%ROOT%%/usr/include/c++/v1/__debug_utils/strict_weak_ordering_check.h -%%ROOT%%/usr/include/c++/v1/__exception/exception.h -%%ROOT%%/usr/include/c++/v1/__exception/exception_ptr.h -%%ROOT%%/usr/include/c++/v1/__exception/nested_exception.h -%%ROOT%%/usr/include/c++/v1/__exception/operations.h -%%ROOT%%/usr/include/c++/v1/__exception/terminate.h -%%ROOT%%/usr/include/c++/v1/__expected/bad_expected_access.h -%%ROOT%%/usr/include/c++/v1/__expected/expected.h -%%ROOT%%/usr/include/c++/v1/__expected/unexpect.h -%%ROOT%%/usr/include/c++/v1/__expected/unexpected.h -%%ROOT%%/usr/include/c++/v1/__filesystem/copy_options.h -%%ROOT%%/usr/include/c++/v1/__filesystem/directory_entry.h -%%ROOT%%/usr/include/c++/v1/__filesystem/directory_iterator.h -%%ROOT%%/usr/include/c++/v1/__filesystem/directory_options.h -%%ROOT%%/usr/include/c++/v1/__filesystem/file_status.h -%%ROOT%%/usr/include/c++/v1/__filesystem/file_time_type.h -%%ROOT%%/usr/include/c++/v1/__filesystem/file_type.h -%%ROOT%%/usr/include/c++/v1/__filesystem/filesystem_error.h -%%ROOT%%/usr/include/c++/v1/__filesystem/operations.h -%%ROOT%%/usr/include/c++/v1/__filesystem/path.h -%%ROOT%%/usr/include/c++/v1/__filesystem/path_iterator.h -%%ROOT%%/usr/include/c++/v1/__filesystem/perm_options.h -%%ROOT%%/usr/include/c++/v1/__filesystem/perms.h -%%ROOT%%/usr/include/c++/v1/__filesystem/recursive_directory_iterator.h -%%ROOT%%/usr/include/c++/v1/__filesystem/space_info.h -%%ROOT%%/usr/include/c++/v1/__filesystem/u8path.h -%%ROOT%%/usr/include/c++/v1/__format/buffer.h -%%ROOT%%/usr/include/c++/v1/__format/concepts.h -%%ROOT%%/usr/include/c++/v1/__format/container_adaptor.h -%%ROOT%%/usr/include/c++/v1/__format/enable_insertable.h -%%ROOT%%/usr/include/c++/v1/__format/escaped_output_table.h -%%ROOT%%/usr/include/c++/v1/__format/extended_grapheme_cluster_table.h -%%ROOT%%/usr/include/c++/v1/__format/format_arg.h -%%ROOT%%/usr/include/c++/v1/__format/format_arg_store.h -%%ROOT%%/usr/include/c++/v1/__format/format_args.h -%%ROOT%%/usr/include/c++/v1/__format/format_context.h -%%ROOT%%/usr/include/c++/v1/__format/format_error.h -%%ROOT%%/usr/include/c++/v1/__format/format_functions.h -%%ROOT%%/usr/include/c++/v1/__format/format_fwd.h -%%ROOT%%/usr/include/c++/v1/__format/format_parse_context.h -%%ROOT%%/usr/include/c++/v1/__format/format_string.h -%%ROOT%%/usr/include/c++/v1/__format/format_to_n_result.h -%%ROOT%%/usr/include/c++/v1/__format/formatter.h -%%ROOT%%/usr/include/c++/v1/__format/formatter_bool.h -%%ROOT%%/usr/include/c++/v1/__format/formatter_char.h -%%ROOT%%/usr/include/c++/v1/__format/formatter_floating_point.h -%%ROOT%%/usr/include/c++/v1/__format/formatter_integer.h -%%ROOT%%/usr/include/c++/v1/__format/formatter_integral.h -%%ROOT%%/usr/include/c++/v1/__format/formatter_output.h -%%ROOT%%/usr/include/c++/v1/__format/formatter_pointer.h -%%ROOT%%/usr/include/c++/v1/__format/formatter_string.h -%%ROOT%%/usr/include/c++/v1/__format/formatter_tuple.h -%%ROOT%%/usr/include/c++/v1/__format/parser_std_format_spec.h -%%ROOT%%/usr/include/c++/v1/__format/range_default_formatter.h -%%ROOT%%/usr/include/c++/v1/__format/range_formatter.h -%%ROOT%%/usr/include/c++/v1/__format/unicode.h -%%ROOT%%/usr/include/c++/v1/__format/width_estimation_table.h -%%ROOT%%/usr/include/c++/v1/__format/write_escaped.h -%%ROOT%%/usr/include/c++/v1/__functional/binary_function.h -%%ROOT%%/usr/include/c++/v1/__functional/binary_negate.h -%%ROOT%%/usr/include/c++/v1/__functional/bind.h -%%ROOT%%/usr/include/c++/v1/__functional/bind_back.h -%%ROOT%%/usr/include/c++/v1/__functional/bind_front.h -%%ROOT%%/usr/include/c++/v1/__functional/binder1st.h -%%ROOT%%/usr/include/c++/v1/__functional/binder2nd.h -%%ROOT%%/usr/include/c++/v1/__functional/boyer_moore_searcher.h -%%ROOT%%/usr/include/c++/v1/__functional/compose.h -%%ROOT%%/usr/include/c++/v1/__functional/default_searcher.h -%%ROOT%%/usr/include/c++/v1/__functional/function.h -%%ROOT%%/usr/include/c++/v1/__functional/hash.h -%%ROOT%%/usr/include/c++/v1/__functional/identity.h -%%ROOT%%/usr/include/c++/v1/__functional/invoke.h -%%ROOT%%/usr/include/c++/v1/__functional/is_transparent.h -%%ROOT%%/usr/include/c++/v1/__functional/mem_fn.h -%%ROOT%%/usr/include/c++/v1/__functional/mem_fun_ref.h -%%ROOT%%/usr/include/c++/v1/__functional/not_fn.h -%%ROOT%%/usr/include/c++/v1/__functional/operations.h -%%ROOT%%/usr/include/c++/v1/__functional/perfect_forward.h -%%ROOT%%/usr/include/c++/v1/__functional/pointer_to_binary_function.h -%%ROOT%%/usr/include/c++/v1/__functional/pointer_to_unary_function.h -%%ROOT%%/usr/include/c++/v1/__functional/ranges_operations.h -%%ROOT%%/usr/include/c++/v1/__functional/reference_wrapper.h -%%ROOT%%/usr/include/c++/v1/__functional/unary_function.h -%%ROOT%%/usr/include/c++/v1/__functional/unary_negate.h -%%ROOT%%/usr/include/c++/v1/__functional/weak_result_type.h -%%ROOT%%/usr/include/c++/v1/__fwd/array.h -%%ROOT%%/usr/include/c++/v1/__fwd/bit_reference.h -%%ROOT%%/usr/include/c++/v1/__fwd/fstream.h -%%ROOT%%/usr/include/c++/v1/__fwd/get.h -%%ROOT%%/usr/include/c++/v1/__fwd/hash.h -%%ROOT%%/usr/include/c++/v1/__fwd/ios.h -%%ROOT%%/usr/include/c++/v1/__fwd/istream.h -%%ROOT%%/usr/include/c++/v1/__fwd/mdspan.h -%%ROOT%%/usr/include/c++/v1/__fwd/memory_resource.h -%%ROOT%%/usr/include/c++/v1/__fwd/ostream.h -%%ROOT%%/usr/include/c++/v1/__fwd/pair.h -%%ROOT%%/usr/include/c++/v1/__fwd/span.h -%%ROOT%%/usr/include/c++/v1/__fwd/sstream.h -%%ROOT%%/usr/include/c++/v1/__fwd/streambuf.h -%%ROOT%%/usr/include/c++/v1/__fwd/string.h -%%ROOT%%/usr/include/c++/v1/__fwd/string_view.h -%%ROOT%%/usr/include/c++/v1/__fwd/subrange.h -%%ROOT%%/usr/include/c++/v1/__fwd/tuple.h -%%ROOT%%/usr/include/c++/v1/__hash_table -%%ROOT%%/usr/include/c++/v1/__ios/fpos.h -%%ROOT%%/usr/include/c++/v1/__iterator/access.h -%%ROOT%%/usr/include/c++/v1/__iterator/advance.h -%%ROOT%%/usr/include/c++/v1/__iterator/back_insert_iterator.h -%%ROOT%%/usr/include/c++/v1/__iterator/bounded_iter.h -%%ROOT%%/usr/include/c++/v1/__iterator/common_iterator.h -%%ROOT%%/usr/include/c++/v1/__iterator/concepts.h -%%ROOT%%/usr/include/c++/v1/__iterator/counted_iterator.h -%%ROOT%%/usr/include/c++/v1/__iterator/cpp17_iterator_concepts.h -%%ROOT%%/usr/include/c++/v1/__iterator/data.h -%%ROOT%%/usr/include/c++/v1/__iterator/default_sentinel.h -%%ROOT%%/usr/include/c++/v1/__iterator/distance.h -%%ROOT%%/usr/include/c++/v1/__iterator/empty.h -%%ROOT%%/usr/include/c++/v1/__iterator/erase_if_container.h -%%ROOT%%/usr/include/c++/v1/__iterator/front_insert_iterator.h -%%ROOT%%/usr/include/c++/v1/__iterator/incrementable_traits.h -%%ROOT%%/usr/include/c++/v1/__iterator/indirectly_comparable.h -%%ROOT%%/usr/include/c++/v1/__iterator/insert_iterator.h -%%ROOT%%/usr/include/c++/v1/__iterator/istream_iterator.h -%%ROOT%%/usr/include/c++/v1/__iterator/istreambuf_iterator.h -%%ROOT%%/usr/include/c++/v1/__iterator/iter_move.h -%%ROOT%%/usr/include/c++/v1/__iterator/iter_swap.h -%%ROOT%%/usr/include/c++/v1/__iterator/iterator.h -%%ROOT%%/usr/include/c++/v1/__iterator/iterator_traits.h -%%ROOT%%/usr/include/c++/v1/__iterator/iterator_with_data.h -%%ROOT%%/usr/include/c++/v1/__iterator/mergeable.h -%%ROOT%%/usr/include/c++/v1/__iterator/move_iterator.h -%%ROOT%%/usr/include/c++/v1/__iterator/move_sentinel.h -%%ROOT%%/usr/include/c++/v1/__iterator/next.h -%%ROOT%%/usr/include/c++/v1/__iterator/ostream_iterator.h -%%ROOT%%/usr/include/c++/v1/__iterator/ostreambuf_iterator.h -%%ROOT%%/usr/include/c++/v1/__iterator/permutable.h -%%ROOT%%/usr/include/c++/v1/__iterator/prev.h -%%ROOT%%/usr/include/c++/v1/__iterator/projected.h -%%ROOT%%/usr/include/c++/v1/__iterator/ranges_iterator_traits.h -%%ROOT%%/usr/include/c++/v1/__iterator/readable_traits.h -%%ROOT%%/usr/include/c++/v1/__iterator/reverse_access.h -%%ROOT%%/usr/include/c++/v1/__iterator/reverse_iterator.h -%%ROOT%%/usr/include/c++/v1/__iterator/segmented_iterator.h -%%ROOT%%/usr/include/c++/v1/__iterator/size.h -%%ROOT%%/usr/include/c++/v1/__iterator/sortable.h -%%ROOT%%/usr/include/c++/v1/__iterator/unreachable_sentinel.h -%%ROOT%%/usr/include/c++/v1/__iterator/wrap_iter.h -%%ROOT%%/usr/include/c++/v1/__locale -%%ROOT%%/usr/include/c++/v1/__locale_dir/locale_base_api/bsd_locale_defaults.h -%%ROOT%%/usr/include/c++/v1/__locale_dir/locale_base_api/bsd_locale_fallbacks.h -%%ROOT%%/usr/include/c++/v1/__locale_dir/locale_base_api/locale_guard.h -%%ROOT%%/usr/include/c++/v1/__math/abs.h -%%ROOT%%/usr/include/c++/v1/__math/copysign.h -%%ROOT%%/usr/include/c++/v1/__math/error_functions.h -%%ROOT%%/usr/include/c++/v1/__math/exponential_functions.h -%%ROOT%%/usr/include/c++/v1/__math/fdim.h -%%ROOT%%/usr/include/c++/v1/__math/fma.h -%%ROOT%%/usr/include/c++/v1/__math/gamma.h -%%ROOT%%/usr/include/c++/v1/__math/hyperbolic_functions.h -%%ROOT%%/usr/include/c++/v1/__math/hypot.h -%%ROOT%%/usr/include/c++/v1/__math/inverse_hyperbolic_functions.h -%%ROOT%%/usr/include/c++/v1/__math/inverse_trigonometric_functions.h -%%ROOT%%/usr/include/c++/v1/__math/logarithms.h -%%ROOT%%/usr/include/c++/v1/__math/min_max.h -%%ROOT%%/usr/include/c++/v1/__math/modulo.h -%%ROOT%%/usr/include/c++/v1/__math/remainder.h -%%ROOT%%/usr/include/c++/v1/__math/roots.h -%%ROOT%%/usr/include/c++/v1/__math/rounding_functions.h -%%ROOT%%/usr/include/c++/v1/__math/traits.h -%%ROOT%%/usr/include/c++/v1/__math/trigonometric_functions.h -%%ROOT%%/usr/include/c++/v1/__mbstate_t.h -%%ROOT%%/usr/include/c++/v1/__mdspan/default_accessor.h -%%ROOT%%/usr/include/c++/v1/__mdspan/extents.h -%%ROOT%%/usr/include/c++/v1/__mdspan/layout_left.h -%%ROOT%%/usr/include/c++/v1/__mdspan/layout_right.h -%%ROOT%%/usr/include/c++/v1/__mdspan/layout_stride.h -%%ROOT%%/usr/include/c++/v1/__mdspan/mdspan.h -%%ROOT%%/usr/include/c++/v1/__memory/addressof.h -%%ROOT%%/usr/include/c++/v1/__memory/align.h -%%ROOT%%/usr/include/c++/v1/__memory/aligned_alloc.h -%%ROOT%%/usr/include/c++/v1/__memory/allocate_at_least.h -%%ROOT%%/usr/include/c++/v1/__memory/allocation_guard.h -%%ROOT%%/usr/include/c++/v1/__memory/allocator.h -%%ROOT%%/usr/include/c++/v1/__memory/allocator_arg_t.h -%%ROOT%%/usr/include/c++/v1/__memory/allocator_destructor.h -%%ROOT%%/usr/include/c++/v1/__memory/allocator_traits.h -%%ROOT%%/usr/include/c++/v1/__memory/assume_aligned.h -%%ROOT%%/usr/include/c++/v1/__memory/auto_ptr.h -%%ROOT%%/usr/include/c++/v1/__memory/builtin_new_allocator.h -%%ROOT%%/usr/include/c++/v1/__memory/compressed_pair.h -%%ROOT%%/usr/include/c++/v1/__memory/concepts.h -%%ROOT%%/usr/include/c++/v1/__memory/construct_at.h -%%ROOT%%/usr/include/c++/v1/__memory/destruct_n.h -%%ROOT%%/usr/include/c++/v1/__memory/pointer_traits.h -%%ROOT%%/usr/include/c++/v1/__memory/ranges_construct_at.h -%%ROOT%%/usr/include/c++/v1/__memory/ranges_uninitialized_algorithms.h -%%ROOT%%/usr/include/c++/v1/__memory/raw_storage_iterator.h -%%ROOT%%/usr/include/c++/v1/__memory/shared_ptr.h -%%ROOT%%/usr/include/c++/v1/__memory/swap_allocator.h -%%ROOT%%/usr/include/c++/v1/__memory/temp_value.h -%%ROOT%%/usr/include/c++/v1/__memory/temporary_buffer.h -%%ROOT%%/usr/include/c++/v1/__memory/uninitialized_algorithms.h -%%ROOT%%/usr/include/c++/v1/__memory/unique_ptr.h -%%ROOT%%/usr/include/c++/v1/__memory/uses_allocator.h -%%ROOT%%/usr/include/c++/v1/__memory/uses_allocator_construction.h -%%ROOT%%/usr/include/c++/v1/__memory/voidify.h -%%ROOT%%/usr/include/c++/v1/__memory_resource/memory_resource.h -%%ROOT%%/usr/include/c++/v1/__memory_resource/monotonic_buffer_resource.h -%%ROOT%%/usr/include/c++/v1/__memory_resource/polymorphic_allocator.h -%%ROOT%%/usr/include/c++/v1/__memory_resource/pool_options.h -%%ROOT%%/usr/include/c++/v1/__memory_resource/synchronized_pool_resource.h -%%ROOT%%/usr/include/c++/v1/__memory_resource/unsynchronized_pool_resource.h -%%ROOT%%/usr/include/c++/v1/__mutex/lock_guard.h -%%ROOT%%/usr/include/c++/v1/__mutex/mutex.h -%%ROOT%%/usr/include/c++/v1/__mutex/once_flag.h -%%ROOT%%/usr/include/c++/v1/__mutex/tag_types.h -%%ROOT%%/usr/include/c++/v1/__mutex/unique_lock.h -%%ROOT%%/usr/include/c++/v1/__node_handle -%%ROOT%%/usr/include/c++/v1/__numeric/accumulate.h -%%ROOT%%/usr/include/c++/v1/__numeric/adjacent_difference.h -%%ROOT%%/usr/include/c++/v1/__numeric/exclusive_scan.h -%%ROOT%%/usr/include/c++/v1/__numeric/gcd_lcm.h -%%ROOT%%/usr/include/c++/v1/__numeric/inclusive_scan.h -%%ROOT%%/usr/include/c++/v1/__numeric/inner_product.h -%%ROOT%%/usr/include/c++/v1/__numeric/iota.h -%%ROOT%%/usr/include/c++/v1/__numeric/midpoint.h -%%ROOT%%/usr/include/c++/v1/__numeric/partial_sum.h -%%ROOT%%/usr/include/c++/v1/__numeric/pstl_reduce.h -%%ROOT%%/usr/include/c++/v1/__numeric/pstl_transform_reduce.h -%%ROOT%%/usr/include/c++/v1/__numeric/reduce.h -%%ROOT%%/usr/include/c++/v1/__numeric/saturation_arithmetic.h -%%ROOT%%/usr/include/c++/v1/__numeric/transform_exclusive_scan.h -%%ROOT%%/usr/include/c++/v1/__numeric/transform_inclusive_scan.h -%%ROOT%%/usr/include/c++/v1/__numeric/transform_reduce.h -%%ROOT%%/usr/include/c++/v1/__random/bernoulli_distribution.h -%%ROOT%%/usr/include/c++/v1/__random/binomial_distribution.h -%%ROOT%%/usr/include/c++/v1/__random/cauchy_distribution.h -%%ROOT%%/usr/include/c++/v1/__random/chi_squared_distribution.h -%%ROOT%%/usr/include/c++/v1/__random/clamp_to_integral.h -%%ROOT%%/usr/include/c++/v1/__random/default_random_engine.h -%%ROOT%%/usr/include/c++/v1/__random/discard_block_engine.h -%%ROOT%%/usr/include/c++/v1/__random/discrete_distribution.h -%%ROOT%%/usr/include/c++/v1/__random/exponential_distribution.h -%%ROOT%%/usr/include/c++/v1/__random/extreme_value_distribution.h -%%ROOT%%/usr/include/c++/v1/__random/fisher_f_distribution.h -%%ROOT%%/usr/include/c++/v1/__random/gamma_distribution.h -%%ROOT%%/usr/include/c++/v1/__random/generate_canonical.h -%%ROOT%%/usr/include/c++/v1/__random/geometric_distribution.h -%%ROOT%%/usr/include/c++/v1/__random/independent_bits_engine.h -%%ROOT%%/usr/include/c++/v1/__random/is_seed_sequence.h -%%ROOT%%/usr/include/c++/v1/__random/is_valid.h -%%ROOT%%/usr/include/c++/v1/__random/knuth_b.h -%%ROOT%%/usr/include/c++/v1/__random/linear_congruential_engine.h -%%ROOT%%/usr/include/c++/v1/__random/log2.h -%%ROOT%%/usr/include/c++/v1/__random/lognormal_distribution.h -%%ROOT%%/usr/include/c++/v1/__random/mersenne_twister_engine.h -%%ROOT%%/usr/include/c++/v1/__random/negative_binomial_distribution.h -%%ROOT%%/usr/include/c++/v1/__random/normal_distribution.h -%%ROOT%%/usr/include/c++/v1/__random/piecewise_constant_distribution.h -%%ROOT%%/usr/include/c++/v1/__random/piecewise_linear_distribution.h -%%ROOT%%/usr/include/c++/v1/__random/poisson_distribution.h -%%ROOT%%/usr/include/c++/v1/__random/random_device.h -%%ROOT%%/usr/include/c++/v1/__random/ranlux.h -%%ROOT%%/usr/include/c++/v1/__random/seed_seq.h -%%ROOT%%/usr/include/c++/v1/__random/shuffle_order_engine.h -%%ROOT%%/usr/include/c++/v1/__random/student_t_distribution.h -%%ROOT%%/usr/include/c++/v1/__random/subtract_with_carry_engine.h -%%ROOT%%/usr/include/c++/v1/__random/uniform_int_distribution.h -%%ROOT%%/usr/include/c++/v1/__random/uniform_random_bit_generator.h -%%ROOT%%/usr/include/c++/v1/__random/uniform_real_distribution.h -%%ROOT%%/usr/include/c++/v1/__random/weibull_distribution.h -%%ROOT%%/usr/include/c++/v1/__ranges/access.h -%%ROOT%%/usr/include/c++/v1/__ranges/all.h -%%ROOT%%/usr/include/c++/v1/__ranges/as_rvalue_view.h -%%ROOT%%/usr/include/c++/v1/__ranges/chunk_by_view.h -%%ROOT%%/usr/include/c++/v1/__ranges/common_view.h -%%ROOT%%/usr/include/c++/v1/__ranges/concepts.h -%%ROOT%%/usr/include/c++/v1/__ranges/container_compatible_range.h -%%ROOT%%/usr/include/c++/v1/__ranges/counted.h -%%ROOT%%/usr/include/c++/v1/__ranges/dangling.h -%%ROOT%%/usr/include/c++/v1/__ranges/data.h -%%ROOT%%/usr/include/c++/v1/__ranges/drop_view.h -%%ROOT%%/usr/include/c++/v1/__ranges/drop_while_view.h -%%ROOT%%/usr/include/c++/v1/__ranges/elements_view.h -%%ROOT%%/usr/include/c++/v1/__ranges/empty.h -%%ROOT%%/usr/include/c++/v1/__ranges/empty_view.h -%%ROOT%%/usr/include/c++/v1/__ranges/enable_borrowed_range.h -%%ROOT%%/usr/include/c++/v1/__ranges/enable_view.h -%%ROOT%%/usr/include/c++/v1/__ranges/filter_view.h -%%ROOT%%/usr/include/c++/v1/__ranges/from_range.h -%%ROOT%%/usr/include/c++/v1/__ranges/iota_view.h -%%ROOT%%/usr/include/c++/v1/__ranges/istream_view.h -%%ROOT%%/usr/include/c++/v1/__ranges/join_view.h -%%ROOT%%/usr/include/c++/v1/__ranges/lazy_split_view.h -%%ROOT%%/usr/include/c++/v1/__ranges/movable_box.h -%%ROOT%%/usr/include/c++/v1/__ranges/non_propagating_cache.h -%%ROOT%%/usr/include/c++/v1/__ranges/owning_view.h -%%ROOT%%/usr/include/c++/v1/__ranges/range_adaptor.h -%%ROOT%%/usr/include/c++/v1/__ranges/rbegin.h -%%ROOT%%/usr/include/c++/v1/__ranges/ref_view.h -%%ROOT%%/usr/include/c++/v1/__ranges/rend.h -%%ROOT%%/usr/include/c++/v1/__ranges/repeat_view.h -%%ROOT%%/usr/include/c++/v1/__ranges/reverse_view.h -%%ROOT%%/usr/include/c++/v1/__ranges/single_view.h -%%ROOT%%/usr/include/c++/v1/__ranges/size.h -%%ROOT%%/usr/include/c++/v1/__ranges/split_view.h -%%ROOT%%/usr/include/c++/v1/__ranges/subrange.h -%%ROOT%%/usr/include/c++/v1/__ranges/take_view.h -%%ROOT%%/usr/include/c++/v1/__ranges/take_while_view.h -%%ROOT%%/usr/include/c++/v1/__ranges/to.h -%%ROOT%%/usr/include/c++/v1/__ranges/transform_view.h -%%ROOT%%/usr/include/c++/v1/__ranges/view_interface.h -%%ROOT%%/usr/include/c++/v1/__ranges/views.h -%%ROOT%%/usr/include/c++/v1/__ranges/zip_view.h -%%ROOT%%/usr/include/c++/v1/__split_buffer -%%ROOT%%/usr/include/c++/v1/__std_clang_module -%%ROOT%%/usr/include/c++/v1/__std_mbstate_t.h -%%ROOT%%/usr/include/c++/v1/__stop_token/atomic_unique_lock.h -%%ROOT%%/usr/include/c++/v1/__stop_token/intrusive_list_view.h -%%ROOT%%/usr/include/c++/v1/__stop_token/intrusive_shared_ptr.h -%%ROOT%%/usr/include/c++/v1/__stop_token/stop_callback.h -%%ROOT%%/usr/include/c++/v1/__stop_token/stop_source.h -%%ROOT%%/usr/include/c++/v1/__stop_token/stop_state.h -%%ROOT%%/usr/include/c++/v1/__stop_token/stop_token.h -%%ROOT%%/usr/include/c++/v1/__string/char_traits.h -%%ROOT%%/usr/include/c++/v1/__string/constexpr_c_functions.h -%%ROOT%%/usr/include/c++/v1/__string/extern_template_lists.h -%%ROOT%%/usr/include/c++/v1/__system_error/errc.h -%%ROOT%%/usr/include/c++/v1/__system_error/error_category.h -%%ROOT%%/usr/include/c++/v1/__system_error/error_code.h -%%ROOT%%/usr/include/c++/v1/__system_error/error_condition.h -%%ROOT%%/usr/include/c++/v1/__system_error/system_error.h -%%ROOT%%/usr/include/c++/v1/__thread/formatter.h -%%ROOT%%/usr/include/c++/v1/__thread/id.h -%%ROOT%%/usr/include/c++/v1/__thread/jthread.h -%%ROOT%%/usr/include/c++/v1/__thread/poll_with_backoff.h -%%ROOT%%/usr/include/c++/v1/__thread/this_thread.h -%%ROOT%%/usr/include/c++/v1/__thread/thread.h -%%ROOT%%/usr/include/c++/v1/__thread/timed_backoff_policy.h -%%ROOT%%/usr/include/c++/v1/__threading_support -%%ROOT%%/usr/include/c++/v1/__tree -%%ROOT%%/usr/include/c++/v1/__tuple/make_tuple_types.h -%%ROOT%%/usr/include/c++/v1/__tuple/pair_like.h -%%ROOT%%/usr/include/c++/v1/__tuple/sfinae_helpers.h -%%ROOT%%/usr/include/c++/v1/__tuple/tuple_element.h -%%ROOT%%/usr/include/c++/v1/__tuple/tuple_indices.h -%%ROOT%%/usr/include/c++/v1/__tuple/tuple_like.h -%%ROOT%%/usr/include/c++/v1/__tuple/tuple_like_ext.h -%%ROOT%%/usr/include/c++/v1/__tuple/tuple_size.h -%%ROOT%%/usr/include/c++/v1/__tuple/tuple_types.h -%%ROOT%%/usr/include/c++/v1/__type_traits/add_const.h -%%ROOT%%/usr/include/c++/v1/__type_traits/add_cv.h -%%ROOT%%/usr/include/c++/v1/__type_traits/add_lvalue_reference.h -%%ROOT%%/usr/include/c++/v1/__type_traits/add_pointer.h -%%ROOT%%/usr/include/c++/v1/__type_traits/add_rvalue_reference.h -%%ROOT%%/usr/include/c++/v1/__type_traits/add_volatile.h -%%ROOT%%/usr/include/c++/v1/__type_traits/aligned_storage.h -%%ROOT%%/usr/include/c++/v1/__type_traits/aligned_union.h -%%ROOT%%/usr/include/c++/v1/__type_traits/alignment_of.h -%%ROOT%%/usr/include/c++/v1/__type_traits/apply_cv.h -%%ROOT%%/usr/include/c++/v1/__type_traits/can_extract_key.h -%%ROOT%%/usr/include/c++/v1/__type_traits/common_reference.h -%%ROOT%%/usr/include/c++/v1/__type_traits/common_type.h -%%ROOT%%/usr/include/c++/v1/__type_traits/conditional.h -%%ROOT%%/usr/include/c++/v1/__type_traits/conjunction.h -%%ROOT%%/usr/include/c++/v1/__type_traits/copy_cv.h -%%ROOT%%/usr/include/c++/v1/__type_traits/copy_cvref.h -%%ROOT%%/usr/include/c++/v1/__type_traits/datasizeof.h -%%ROOT%%/usr/include/c++/v1/__type_traits/decay.h -%%ROOT%%/usr/include/c++/v1/__type_traits/dependent_type.h -%%ROOT%%/usr/include/c++/v1/__type_traits/disjunction.h -%%ROOT%%/usr/include/c++/v1/__type_traits/enable_if.h -%%ROOT%%/usr/include/c++/v1/__type_traits/extent.h -%%ROOT%%/usr/include/c++/v1/__type_traits/has_unique_object_representation.h -%%ROOT%%/usr/include/c++/v1/__type_traits/has_virtual_destructor.h -%%ROOT%%/usr/include/c++/v1/__type_traits/integral_constant.h -%%ROOT%%/usr/include/c++/v1/__type_traits/invoke.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_abstract.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_aggregate.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_allocator.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_always_bitcastable.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_arithmetic.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_array.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_assignable.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_base_of.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_bounded_array.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_callable.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_char_like_type.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_class.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_compound.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_const.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_constant_evaluated.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_constructible.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_convertible.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_copy_assignable.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_copy_constructible.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_core_convertible.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_default_constructible.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_destructible.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_empty.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_enum.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_equality_comparable.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_execution_policy.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_final.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_floating_point.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_function.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_fundamental.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_implicitly_default_constructible.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_integral.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_literal_type.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_member_function_pointer.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_member_object_pointer.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_member_pointer.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_move_assignable.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_move_constructible.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_nothrow_assignable.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_nothrow_constructible.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_nothrow_convertible.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_nothrow_copy_assignable.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_nothrow_copy_constructible.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_nothrow_default_constructible.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_nothrow_destructible.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_nothrow_move_assignable.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_nothrow_move_constructible.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_null_pointer.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_object.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_pod.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_pointer.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_polymorphic.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_primary_template.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_reference.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_reference_wrapper.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_referenceable.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_same.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_scalar.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_scoped_enum.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_signed.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_signed_integer.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_specialization.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_standard_layout.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_swappable.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_trivial.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_trivially_assignable.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_trivially_constructible.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_trivially_copy_assignable.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_trivially_copy_constructible.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_trivially_copyable.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_trivially_default_constructible.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_trivially_destructible.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_trivially_lexicographically_comparable.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_trivially_move_assignable.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_trivially_move_constructible.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_unbounded_array.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_union.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_unsigned.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_unsigned_integer.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_valid_expansion.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_void.h -%%ROOT%%/usr/include/c++/v1/__type_traits/is_volatile.h -%%ROOT%%/usr/include/c++/v1/__type_traits/lazy.h -%%ROOT%%/usr/include/c++/v1/__type_traits/make_32_64_or_128_bit.h -%%ROOT%%/usr/include/c++/v1/__type_traits/make_const_lvalue_ref.h -%%ROOT%%/usr/include/c++/v1/__type_traits/make_signed.h -%%ROOT%%/usr/include/c++/v1/__type_traits/make_unsigned.h -%%ROOT%%/usr/include/c++/v1/__type_traits/maybe_const.h -%%ROOT%%/usr/include/c++/v1/__type_traits/nat.h -%%ROOT%%/usr/include/c++/v1/__type_traits/negation.h -%%ROOT%%/usr/include/c++/v1/__type_traits/noexcept_move_assign_container.h -%%ROOT%%/usr/include/c++/v1/__type_traits/operation_traits.h -%%ROOT%%/usr/include/c++/v1/__type_traits/promote.h -%%ROOT%%/usr/include/c++/v1/__type_traits/rank.h -%%ROOT%%/usr/include/c++/v1/__type_traits/remove_all_extents.h -%%ROOT%%/usr/include/c++/v1/__type_traits/remove_const.h -%%ROOT%%/usr/include/c++/v1/__type_traits/remove_const_ref.h -%%ROOT%%/usr/include/c++/v1/__type_traits/remove_cv.h -%%ROOT%%/usr/include/c++/v1/__type_traits/remove_cvref.h -%%ROOT%%/usr/include/c++/v1/__type_traits/remove_extent.h -%%ROOT%%/usr/include/c++/v1/__type_traits/remove_pointer.h -%%ROOT%%/usr/include/c++/v1/__type_traits/remove_reference.h -%%ROOT%%/usr/include/c++/v1/__type_traits/remove_volatile.h -%%ROOT%%/usr/include/c++/v1/__type_traits/result_of.h -%%ROOT%%/usr/include/c++/v1/__type_traits/strip_signature.h -%%ROOT%%/usr/include/c++/v1/__type_traits/type_identity.h -%%ROOT%%/usr/include/c++/v1/__type_traits/type_list.h -%%ROOT%%/usr/include/c++/v1/__type_traits/underlying_type.h -%%ROOT%%/usr/include/c++/v1/__type_traits/unwrap_ref.h -%%ROOT%%/usr/include/c++/v1/__type_traits/void_t.h -%%ROOT%%/usr/include/c++/v1/__undef_macros -%%ROOT%%/usr/include/c++/v1/__utility/as_const.h -%%ROOT%%/usr/include/c++/v1/__utility/as_lvalue.h -%%ROOT%%/usr/include/c++/v1/__utility/auto_cast.h -%%ROOT%%/usr/include/c++/v1/__utility/cmp.h -%%ROOT%%/usr/include/c++/v1/__utility/convert_to_integral.h -%%ROOT%%/usr/include/c++/v1/__utility/declval.h -%%ROOT%%/usr/include/c++/v1/__utility/empty.h -%%ROOT%%/usr/include/c++/v1/__utility/exception_guard.h -%%ROOT%%/usr/include/c++/v1/__utility/exchange.h -%%ROOT%%/usr/include/c++/v1/__utility/forward.h -%%ROOT%%/usr/include/c++/v1/__utility/forward_like.h -%%ROOT%%/usr/include/c++/v1/__utility/in_place.h -%%ROOT%%/usr/include/c++/v1/__utility/integer_sequence.h -%%ROOT%%/usr/include/c++/v1/__utility/is_pointer_in_range.h -%%ROOT%%/usr/include/c++/v1/__utility/move.h -%%ROOT%%/usr/include/c++/v1/__utility/no_destroy.h -%%ROOT%%/usr/include/c++/v1/__utility/pair.h -%%ROOT%%/usr/include/c++/v1/__utility/piecewise_construct.h -%%ROOT%%/usr/include/c++/v1/__utility/priority_tag.h -%%ROOT%%/usr/include/c++/v1/__utility/rel_ops.h -%%ROOT%%/usr/include/c++/v1/__utility/small_buffer.h -%%ROOT%%/usr/include/c++/v1/__utility/swap.h -%%ROOT%%/usr/include/c++/v1/__utility/to_underlying.h -%%ROOT%%/usr/include/c++/v1/__utility/unreachable.h -%%ROOT%%/usr/include/c++/v1/__variant/monostate.h -%%ROOT%%/usr/include/c++/v1/__verbose_abort -%%ROOT%%/usr/include/c++/v1/algorithm -%%ROOT%%/usr/include/c++/v1/any -%%ROOT%%/usr/include/c++/v1/array -%%ROOT%%/usr/include/c++/v1/atomic -%%ROOT%%/usr/include/c++/v1/barrier -%%ROOT%%/usr/include/c++/v1/bit -%%ROOT%%/usr/include/c++/v1/bitset -%%ROOT%%/usr/include/c++/v1/cassert -%%ROOT%%/usr/include/c++/v1/ccomplex -%%ROOT%%/usr/include/c++/v1/cctype -%%ROOT%%/usr/include/c++/v1/cerrno -%%ROOT%%/usr/include/c++/v1/cfenv -%%ROOT%%/usr/include/c++/v1/cfloat -%%ROOT%%/usr/include/c++/v1/charconv -%%ROOT%%/usr/include/c++/v1/chrono -%%ROOT%%/usr/include/c++/v1/cinttypes -%%ROOT%%/usr/include/c++/v1/ciso646 -%%ROOT%%/usr/include/c++/v1/climits -%%ROOT%%/usr/include/c++/v1/clocale -%%ROOT%%/usr/include/c++/v1/cmath -%%ROOT%%/usr/include/c++/v1/codecvt -%%ROOT%%/usr/include/c++/v1/compare -%%ROOT%%/usr/include/c++/v1/complex -%%ROOT%%/usr/include/c++/v1/complex.h -%%ROOT%%/usr/include/c++/v1/concepts -%%ROOT%%/usr/include/c++/v1/condition_variable -%%ROOT%%/usr/include/c++/v1/coroutine -%%ROOT%%/usr/include/c++/v1/csetjmp -%%ROOT%%/usr/include/c++/v1/csignal -%%ROOT%%/usr/include/c++/v1/cstdarg -%%ROOT%%/usr/include/c++/v1/cstdbool -%%ROOT%%/usr/include/c++/v1/cstddef -%%ROOT%%/usr/include/c++/v1/cstdint -%%ROOT%%/usr/include/c++/v1/cstdio -%%ROOT%%/usr/include/c++/v1/cstdlib -%%ROOT%%/usr/include/c++/v1/cstring -%%ROOT%%/usr/include/c++/v1/ctgmath -%%ROOT%%/usr/include/c++/v1/ctime -%%ROOT%%/usr/include/c++/v1/ctype.h -%%ROOT%%/usr/include/c++/v1/cuchar -%%ROOT%%/usr/include/c++/v1/cwchar -%%ROOT%%/usr/include/c++/v1/cwctype -%%ROOT%%/usr/include/c++/v1/cxxabi.h -%%ROOT%%/usr/include/c++/v1/deque -%%ROOT%%/usr/include/c++/v1/errno.h -%%ROOT%%/usr/include/c++/v1/exception -%%ROOT%%/usr/include/c++/v1/execution -%%ROOT%%/usr/include/c++/v1/expected -%%ROOT%%/usr/include/c++/v1/experimental/__config -%%ROOT%%/usr/include/c++/v1/experimental/__memory -%%ROOT%%/usr/include/c++/v1/experimental/__simd/aligned_tag.h -%%ROOT%%/usr/include/c++/v1/experimental/__simd/declaration.h -%%ROOT%%/usr/include/c++/v1/experimental/__simd/reference.h -%%ROOT%%/usr/include/c++/v1/experimental/__simd/scalar.h -%%ROOT%%/usr/include/c++/v1/experimental/__simd/simd.h -%%ROOT%%/usr/include/c++/v1/experimental/__simd/simd_mask.h -%%ROOT%%/usr/include/c++/v1/experimental/__simd/traits.h -%%ROOT%%/usr/include/c++/v1/experimental/__simd/utility.h -%%ROOT%%/usr/include/c++/v1/experimental/__simd/vec_ext.h -%%ROOT%%/usr/include/c++/v1/experimental/iterator -%%ROOT%%/usr/include/c++/v1/experimental/memory -%%ROOT%%/usr/include/c++/v1/experimental/propagate_const -%%ROOT%%/usr/include/c++/v1/experimental/simd -%%ROOT%%/usr/include/c++/v1/experimental/type_traits -%%ROOT%%/usr/include/c++/v1/experimental/utility -%%ROOT%%/usr/include/c++/v1/ext/__hash -%%ROOT%%/usr/include/c++/v1/ext/hash_map -%%ROOT%%/usr/include/c++/v1/ext/hash_set -%%ROOT%%/usr/include/c++/v1/fenv.h -%%ROOT%%/usr/include/c++/v1/filesystem -%%ROOT%%/usr/include/c++/v1/float.h -%%ROOT%%/usr/include/c++/v1/format -%%ROOT%%/usr/include/c++/v1/forward_list -%%ROOT%%/usr/include/c++/v1/fstream -%%ROOT%%/usr/include/c++/v1/functional -%%ROOT%%/usr/include/c++/v1/future -%%ROOT%%/usr/include/c++/v1/initializer_list -%%ROOT%%/usr/include/c++/v1/inttypes.h -%%ROOT%%/usr/include/c++/v1/iomanip -%%ROOT%%/usr/include/c++/v1/ios -%%ROOT%%/usr/include/c++/v1/iosfwd -%%ROOT%%/usr/include/c++/v1/iostream -%%ROOT%%/usr/include/c++/v1/istream -%%ROOT%%/usr/include/c++/v1/iterator -%%ROOT%%/usr/include/c++/v1/latch -%%ROOT%%/usr/include/c++/v1/libcxx.imp -%%ROOT%%/usr/include/c++/v1/limits -%%ROOT%%/usr/include/c++/v1/list -%%ROOT%%/usr/include/c++/v1/locale -%%ROOT%%/usr/include/c++/v1/locale.h -%%ROOT%%/usr/include/c++/v1/map -%%ROOT%%/usr/include/c++/v1/math.h -%%ROOT%%/usr/include/c++/v1/mdspan -%%ROOT%%/usr/include/c++/v1/memory -%%ROOT%%/usr/include/c++/v1/memory_resource -%%ROOT%%/usr/include/c++/v1/module.modulemap -%%ROOT%%/usr/include/c++/v1/mutex -%%ROOT%%/usr/include/c++/v1/new -%%ROOT%%/usr/include/c++/v1/numbers -%%ROOT%%/usr/include/c++/v1/numeric -%%ROOT%%/usr/include/c++/v1/optional -%%ROOT%%/usr/include/c++/v1/ostream -%%ROOT%%/usr/include/c++/v1/print -%%ROOT%%/usr/include/c++/v1/queue -%%ROOT%%/usr/include/c++/v1/random -%%ROOT%%/usr/include/c++/v1/ranges -%%ROOT%%/usr/include/c++/v1/ratio -%%ROOT%%/usr/include/c++/v1/regex -%%ROOT%%/usr/include/c++/v1/scoped_allocator -%%ROOT%%/usr/include/c++/v1/semaphore -%%ROOT%%/usr/include/c++/v1/set -%%ROOT%%/usr/include/c++/v1/shared_mutex -%%ROOT%%/usr/include/c++/v1/source_location -%%ROOT%%/usr/include/c++/v1/span -%%ROOT%%/usr/include/c++/v1/sstream -%%ROOT%%/usr/include/c++/v1/stack -%%ROOT%%/usr/include/c++/v1/stdatomic.h -%%ROOT%%/usr/include/c++/v1/stdbool.h -%%ROOT%%/usr/include/c++/v1/stddef.h -%%ROOT%%/usr/include/c++/v1/stdexcept -%%ROOT%%/usr/include/c++/v1/stdint.h -%%ROOT%%/usr/include/c++/v1/stdio.h -%%ROOT%%/usr/include/c++/v1/stdlib.h -%%ROOT%%/usr/include/c++/v1/stop_token -%%ROOT%%/usr/include/c++/v1/streambuf -%%ROOT%%/usr/include/c++/v1/string -%%ROOT%%/usr/include/c++/v1/string.h -%%ROOT%%/usr/include/c++/v1/string_view -%%ROOT%%/usr/include/c++/v1/strstream -%%ROOT%%/usr/include/c++/v1/syncstream -%%ROOT%%/usr/include/c++/v1/system_error -%%ROOT%%/usr/include/c++/v1/tgmath.h -%%ROOT%%/usr/include/c++/v1/thread -%%ROOT%%/usr/include/c++/v1/tuple -%%ROOT%%/usr/include/c++/v1/type_traits -%%ROOT%%/usr/include/c++/v1/typeindex -%%ROOT%%/usr/include/c++/v1/typeinfo -%%ROOT%%/usr/include/c++/v1/uchar.h -%%ROOT%%/usr/include/c++/v1/unordered_map -%%ROOT%%/usr/include/c++/v1/unordered_set -%%ROOT%%/usr/include/c++/v1/utility -%%ROOT%%/usr/include/c++/v1/valarray -%%ROOT%%/usr/include/c++/v1/variant -%%ROOT%%/usr/include/c++/v1/vector -%%ROOT%%/usr/include/c++/v1/version -%%ROOT%%/usr/include/c++/v1/wchar.h -%%ROOT%%/usr/include/c++/v1/wctype.h -%%ROOT%%/usr/include/calendar.h -%%ROOT%%/usr/include/cam/ata/ata_all.h -%%ROOT%%/usr/include/cam/cam.h -%%ROOT%%/usr/include/cam/cam_ccb.h -%%ROOT%%/usr/include/cam/cam_compat.h -%%ROOT%%/usr/include/cam/cam_debug.h -%%ROOT%%/usr/include/cam/cam_iosched.h -%%ROOT%%/usr/include/cam/cam_periph.h -%%ROOT%%/usr/include/cam/cam_queue.h -%%ROOT%%/usr/include/cam/cam_sim.h -%%ROOT%%/usr/include/cam/cam_xpt.h -%%ROOT%%/usr/include/cam/cam_xpt_internal.h -%%ROOT%%/usr/include/cam/cam_xpt_periph.h -%%ROOT%%/usr/include/cam/cam_xpt_sim.h -%%ROOT%%/usr/include/cam/mmc/mmc.h -%%ROOT%%/usr/include/cam/mmc/mmc_all.h -%%ROOT%%/usr/include/cam/mmc/mmc_bus.h -%%ROOT%%/usr/include/cam/nvme/nvme_all.h -%%ROOT%%/usr/include/cam/scsi/scsi_all.h -%%ROOT%%/usr/include/cam/scsi/scsi_cd.h -%%ROOT%%/usr/include/cam/scsi/scsi_ch.h -%%ROOT%%/usr/include/cam/scsi/scsi_da.h -%%ROOT%%/usr/include/cam/scsi/scsi_enc.h -%%ROOT%%/usr/include/cam/scsi/scsi_enc_internal.h -%%ROOT%%/usr/include/cam/scsi/scsi_iu.h -%%ROOT%%/usr/include/cam/scsi/scsi_message.h -%%ROOT%%/usr/include/cam/scsi/scsi_pass.h -%%ROOT%%/usr/include/cam/scsi/scsi_pt.h -%%ROOT%%/usr/include/cam/scsi/scsi_sa.h -%%ROOT%%/usr/include/cam/scsi/scsi_ses.h -%%ROOT%%/usr/include/cam/scsi/scsi_sg.h -%%ROOT%%/usr/include/cam/scsi/scsi_targetio.h -%%ROOT%%/usr/include/cam/scsi/smp_all.h -%%ROOT%%/usr/include/camlib.h -%%ROOT%%/usr/include/capsicum_helpers.h -%%ROOT%%/usr/include/casper/cap_dns.h -%%ROOT%%/usr/include/casper/cap_fileargs.h -%%ROOT%%/usr/include/casper/cap_grp.h -%%ROOT%%/usr/include/casper/cap_net.h -%%ROOT%%/usr/include/casper/cap_pwd.h -%%ROOT%%/usr/include/casper/cap_sysctl.h -%%ROOT%%/usr/include/casper/cap_syslog.h -%%ROOT%%/usr/include/cms_asn1.h -%%ROOT%%/usr/include/com_err.h -%%ROOT%%/usr/include/com_right.h -%%ROOT%%/usr/include/complex.h -%%ROOT%%/usr/include/cpio.h -%%ROOT%%/usr/include/crmf_asn1.h -%%ROOT%%/usr/include/crypto/cryptodev.h -%%ROOT%%/usr/include/ctype.h -%%ROOT%%/usr/include/curses.h -%%ROOT%%/usr/include/cuse.h -%%ROOT%%/usr/include/db.h -%%ROOT%%/usr/include/der-private.h -%%ROOT%%/usr/include/der-protos.h -%%ROOT%%/usr/include/der.h -%%ROOT%%/usr/include/dev/acpica/acpi_hpet.h -%%ROOT%%/usr/include/dev/acpica/acpiio.h -%%ROOT%%/usr/include/dev/agp/agpreg.h -%%ROOT%%/usr/include/dev/an/if_aironet_ieee.h -%%ROOT%%/usr/include/dev/an/if_anreg.h -%%ROOT%%/usr/include/dev/ciss/cissio.h -%%ROOT%%/usr/include/dev/ciss/cissreg.h -%%ROOT%%/usr/include/dev/ciss/cissvar.h -%%ROOT%%/usr/include/dev/evdev/input-event-codes.h -%%ROOT%%/usr/include/dev/evdev/input.h -%%ROOT%%/usr/include/dev/evdev/uinput.h -%%ROOT%%/usr/include/dev/filemon/filemon.h -%%ROOT%%/usr/include/dev/firewire/firewire.h -%%ROOT%%/usr/include/dev/firewire/firewire_phy.h -%%ROOT%%/usr/include/dev/firewire/firewirereg.h -%%ROOT%%/usr/include/dev/firewire/fwdma.h -%%ROOT%%/usr/include/dev/firewire/fwmem.h -%%ROOT%%/usr/include/dev/firewire/fwohcireg.h -%%ROOT%%/usr/include/dev/firewire/fwohcivar.h -%%ROOT%%/usr/include/dev/firewire/fwphyreg.h -%%ROOT%%/usr/include/dev/firewire/iec13213.h -%%ROOT%%/usr/include/dev/firewire/iec68113.h -%%ROOT%%/usr/include/dev/firewire/if_fwevar.h -%%ROOT%%/usr/include/dev/firewire/if_fwipvar.h -%%ROOT%%/usr/include/dev/firewire/sbp.h -%%ROOT%%/usr/include/dev/hid/hid.h -%%ROOT%%/usr/include/dev/hid/hidraw.h -%%ROOT%%/usr/include/dev/hwpmc/hwpmc_amd.h -%%ROOT%%/usr/include/dev/hwpmc/hwpmc_arm64.h -%%ROOT%%/usr/include/dev/hwpmc/hwpmc_armv7.h -%%ROOT%%/usr/include/dev/hwpmc/hwpmc_beri.h -%%ROOT%%/usr/include/dev/hwpmc/hwpmc_core.h -%%ROOT%%/usr/include/dev/hwpmc/hwpmc_powerpc.h -%%ROOT%%/usr/include/dev/hwpmc/hwpmc_riscv.h -%%ROOT%%/usr/include/dev/hwpmc/hwpmc_soft.h -%%ROOT%%/usr/include/dev/hwpmc/hwpmc_tsc.h -%%ROOT%%/usr/include/dev/hwpmc/hwpmc_uncore.h -%%ROOT%%/usr/include/dev/hwpmc/pmc_events.h -%%ROOT%%/usr/include/dev/hyperv/hv_snapshot.h -%%ROOT%%/usr/include/dev/hyperv/hyperv.h -%%ROOT%%/usr/include/dev/ic/cd1400.h -%%ROOT%%/usr/include/dev/ic/cd180.h -%%ROOT%%/usr/include/dev/ic/esp.h -%%ROOT%%/usr/include/dev/ic/i8237.h -%%ROOT%%/usr/include/dev/ic/i8253reg.h -%%ROOT%%/usr/include/dev/ic/i82586.h -%%ROOT%%/usr/include/dev/ic/i8259.h -%%ROOT%%/usr/include/dev/ic/nec765.h -%%ROOT%%/usr/include/dev/ic/ns16550.h -%%ROOT%%/usr/include/dev/ic/quicc.h -%%ROOT%%/usr/include/dev/ic/via6522reg.h -%%ROOT%%/usr/include/dev/ic/z8530.h -%%ROOT%%/usr/include/dev/iicbus/ds1307reg.h -%%ROOT%%/usr/include/dev/iicbus/ds3231reg.h -%%ROOT%%/usr/include/dev/iicbus/iic.h -%%ROOT%%/usr/include/dev/iicbus/iic_recover_bus.h -%%ROOT%%/usr/include/dev/iicbus/iicbus.h -%%ROOT%%/usr/include/dev/iicbus/iicoc.h -%%ROOT%%/usr/include/dev/iicbus/iiconf.h -%%ROOT%%/usr/include/dev/io/iodev.h -%%ROOT%%/usr/include/dev/mfi/mfi_ioctl.h -%%ROOT%%/usr/include/dev/mfi/mfireg.h -%%ROOT%%/usr/include/dev/mfi/mfivar.h -%%ROOT%%/usr/include/dev/mmc/bridge.h -%%ROOT%%/usr/include/dev/mmc/mmc_fdt_helpers.h -%%ROOT%%/usr/include/dev/mmc/mmc_helpers.h -%%ROOT%%/usr/include/dev/mmc/mmc_ioctl.h -%%ROOT%%/usr/include/dev/mmc/mmc_private.h -%%ROOT%%/usr/include/dev/mmc/mmc_subr.h -%%ROOT%%/usr/include/dev/mmc/mmcbrvar.h -%%ROOT%%/usr/include/dev/mmc/mmcreg.h -%%ROOT%%/usr/include/dev/mmc/mmcvar.h -%%ROOT%%/usr/include/dev/mpt/mpilib/mpi.h -%%ROOT%%/usr/include/dev/mpt/mpilib/mpi_cnfg.h -%%ROOT%%/usr/include/dev/mpt/mpilib/mpi_fc.h -%%ROOT%%/usr/include/dev/mpt/mpilib/mpi_init.h -%%ROOT%%/usr/include/dev/mpt/mpilib/mpi_ioc.h -%%ROOT%%/usr/include/dev/mpt/mpilib/mpi_lan.h -%%ROOT%%/usr/include/dev/mpt/mpilib/mpi_log_fc.h -%%ROOT%%/usr/include/dev/mpt/mpilib/mpi_log_sas.h -%%ROOT%%/usr/include/dev/mpt/mpilib/mpi_raid.h -%%ROOT%%/usr/include/dev/mpt/mpilib/mpi_sas.h -%%ROOT%%/usr/include/dev/mpt/mpilib/mpi_targ.h -%%ROOT%%/usr/include/dev/mpt/mpilib/mpi_tool.h -%%ROOT%%/usr/include/dev/mpt/mpilib/mpi_type.h -%%ROOT%%/usr/include/dev/nvme/nvme.h -%%ROOT%%/usr/include/dev/nvme/nvme_private.h -%%ROOT%%/usr/include/dev/ofw/ofw_bus.h -%%ROOT%%/usr/include/dev/ofw/ofw_bus_subr.h -%%ROOT%%/usr/include/dev/ofw/ofw_cpu.h -%%ROOT%%/usr/include/dev/ofw/ofw_graph.h -%%ROOT%%/usr/include/dev/ofw/ofw_pci.h -%%ROOT%%/usr/include/dev/ofw/ofw_subr.h -%%ROOT%%/usr/include/dev/ofw/ofwpci.h -%%ROOT%%/usr/include/dev/ofw/ofwvar.h -%%ROOT%%/usr/include/dev/ofw/openfirm.h -%%ROOT%%/usr/include/dev/ofw/openfirmio.h -%%ROOT%%/usr/include/dev/pbio/pbioio.h -%%ROOT%%/usr/include/dev/pci/pcireg.h -%%ROOT%%/usr/include/dev/ppbus/lpt.h -%%ROOT%%/usr/include/dev/ppbus/lptio.h -%%ROOT%%/usr/include/dev/ppbus/ppb_1284.h -%%ROOT%%/usr/include/dev/ppbus/ppb_msq.h -%%ROOT%%/usr/include/dev/ppbus/ppbconf.h -%%ROOT%%/usr/include/dev/ppbus/ppbio.h -%%ROOT%%/usr/include/dev/ppbus/ppi.h -%%ROOT%%/usr/include/dev/pwm/ofw_pwm.h -%%ROOT%%/usr/include/dev/pwm/pwmbus.h -%%ROOT%%/usr/include/dev/pwm/pwmc.h -%%ROOT%%/usr/include/dev/smbus/smb.h -%%ROOT%%/usr/include/dev/smbus/smbconf.h -%%ROOT%%/usr/include/dev/smbus/smbus.h -%%ROOT%%/usr/include/dev/speaker/speaker.h -%%ROOT%%/usr/include/dev/tcp_log/tcp_log_dev.h -%%ROOT%%/usr/include/dev/usb/ufm_ioctl.h -%%ROOT%%/usr/include/dev/usb/uftdiio.h -%%ROOT%%/usr/include/dev/usb/uled_ioctl.h -%%ROOT%%/usr/include/dev/usb/usb.h -%%ROOT%%/usr/include/dev/usb/usb_bus.h -%%ROOT%%/usr/include/dev/usb/usb_busdma.h -%%ROOT%%/usr/include/dev/usb/usb_cdc.h -%%ROOT%%/usr/include/dev/usb/usb_controller.h -%%ROOT%%/usr/include/dev/usb/usb_core.h -%%ROOT%%/usr/include/dev/usb/usb_debug.h -%%ROOT%%/usr/include/dev/usb/usb_dev.h -%%ROOT%%/usr/include/dev/usb/usb_device.h -%%ROOT%%/usr/include/dev/usb/usb_dynamic.h -%%ROOT%%/usr/include/dev/usb/usb_endian.h -%%ROOT%%/usr/include/dev/usb/usb_fdt_support.h -%%ROOT%%/usr/include/dev/usb/usb_freebsd.h -%%ROOT%%/usr/include/dev/usb/usb_freebsd_loader.h -%%ROOT%%/usr/include/dev/usb/usb_generic.h -%%ROOT%%/usr/include/dev/usb/usb_hub.h -%%ROOT%%/usr/include/dev/usb/usb_hub_private.h -%%ROOT%%/usr/include/dev/usb/usb_ioctl.h -%%ROOT%%/usr/include/dev/usb/usb_mbuf.h -%%ROOT%%/usr/include/dev/usb/usb_msctest.h -%%ROOT%%/usr/include/dev/usb/usb_pci.h -%%ROOT%%/usr/include/dev/usb/usb_pf.h -%%ROOT%%/usr/include/dev/usb/usb_process.h -%%ROOT%%/usr/include/dev/usb/usb_request.h -%%ROOT%%/usr/include/dev/usb/usb_transfer.h -%%ROOT%%/usr/include/dev/usb/usb_util.h -%%ROOT%%/usr/include/dev/usb/usbdi.h -%%ROOT%%/usr/include/dev/usb/usbdi_util.h -%%ROOT%%/usr/include/dev/usb/usbhid.h -%%ROOT%%/usr/include/dev/veriexec/veriexec_ioctl.h -%%ROOT%%/usr/include/dev/vkbd/vkbd_var.h -%%ROOT%%/usr/include/dev/wg/compat.h -%%ROOT%%/usr/include/dev/wg/crypto.h -%%ROOT%%/usr/include/dev/wg/if_wg.h -%%ROOT%%/usr/include/dev/wg/version.h -%%ROOT%%/usr/include/dev/wg/wg_cookie.h -%%ROOT%%/usr/include/dev/wg/wg_noise.h -%%ROOT%%/usr/include/devctl.h -%%ROOT%%/usr/include/devdctl/consumer.h -%%ROOT%%/usr/include/devdctl/event.h -%%ROOT%%/usr/include/devdctl/event_factory.h -%%ROOT%%/usr/include/devdctl/exception.h -%%ROOT%%/usr/include/devdctl/guid.h -%%ROOT%%/usr/include/devinfo.h -%%ROOT%%/usr/include/devstat.h -%%ROOT%%/usr/include/dialog.h -%%ROOT%%/usr/include/digest_asn1.h -%%ROOT%%/usr/include/dirent.h -%%ROOT%%/usr/include/dlfcn.h -%%ROOT%%/usr/include/dlg_colors.h -%%ROOT%%/usr/include/dlg_config.h -%%ROOT%%/usr/include/dlg_keys.h -%%ROOT%%/usr/include/dpv.h -%%ROOT%%/usr/include/dtrace.h -%%ROOT%%/usr/include/dwarf.h -%%ROOT%%/usr/include/edit/readline/history.h -%%ROOT%%/usr/include/edit/readline/readline.h -%%ROOT%%/usr/include/edit/readline/tilde.h -%%ROOT%%/usr/include/elf-hints.h -%%ROOT%%/usr/include/elf.h -%%ROOT%%/usr/include/endian.h -%%ROOT%%/usr/include/err.h -%%ROOT%%/usr/include/errno.h -%%ROOT%%/usr/include/eti.h -%%ROOT%%/usr/include/execinfo.h -%%ROOT%%/usr/include/fcntl.h -%%ROOT%%/usr/include/fenv.h -%%ROOT%%/usr/include/fetch.h -%%ROOT%%/usr/include/figpar.h -%%ROOT%%/usr/include/filecomplete.h -%%ROOT%%/usr/include/float.h -%%ROOT%%/usr/include/floatingpoint.h -%%ROOT%%/usr/include/fmtmsg.h -%%ROOT%%/usr/include/fmtutils.h -%%ROOT%%/usr/include/fnmatch.h -%%ROOT%%/usr/include/form.h -%%ROOT%%/usr/include/fs/cuse/cuse_defs.h -%%ROOT%%/usr/include/fs/cuse/cuse_ioctl.h -%%ROOT%%/usr/include/fs/devfs/devfs.h -%%ROOT%%/usr/include/fs/devfs/devfs_int.h -%%ROOT%%/usr/include/fs/fdescfs/fdesc.h -%%ROOT%%/usr/include/fs/msdosfs/bootsect.h -%%ROOT%%/usr/include/fs/msdosfs/bpb.h -%%ROOT%%/usr/include/fs/msdosfs/denode.h -%%ROOT%%/usr/include/fs/msdosfs/direntry.h -%%ROOT%%/usr/include/fs/msdosfs/fat.h -%%ROOT%%/usr/include/fs/msdosfs/msdosfsmount.h -%%ROOT%%/usr/include/fs/nfs/nfs.h -%%ROOT%%/usr/include/fs/nfs/nfs_var.h -%%ROOT%%/usr/include/fs/nfs/nfscl.h -%%ROOT%%/usr/include/fs/nfs/nfsclstate.h -%%ROOT%%/usr/include/fs/nfs/nfsdport.h -%%ROOT%%/usr/include/fs/nfs/nfskpiport.h -%%ROOT%%/usr/include/fs/nfs/nfsm_subs.h -%%ROOT%%/usr/include/fs/nfs/nfsport.h -%%ROOT%%/usr/include/fs/nfs/nfsproto.h -%%ROOT%%/usr/include/fs/nfs/nfsrvcache.h -%%ROOT%%/usr/include/fs/nfs/nfsrvstate.h -%%ROOT%%/usr/include/fs/nfs/nfsv4_errstr.h -%%ROOT%%/usr/include/fs/nfs/rpcv2.h -%%ROOT%%/usr/include/fs/nfs/xdr_subs.h -%%ROOT%%/usr/include/fs/nullfs/null.h -%%ROOT%%/usr/include/fs/procfs/procfs.h -%%ROOT%%/usr/include/fs/smbfs/smbfs.h -%%ROOT%%/usr/include/fs/smbfs/smbfs_node.h -%%ROOT%%/usr/include/fs/smbfs/smbfs_subr.h -%%ROOT%%/usr/include/fs/udf/ecma167-udf.h -%%ROOT%%/usr/include/fs/udf/osta.h -%%ROOT%%/usr/include/fs/udf/udf.h -%%ROOT%%/usr/include/fs/udf/udf_mount.h -%%ROOT%%/usr/include/fs/unionfs/union.h -%%ROOT%%/usr/include/fstab.h -%%ROOT%%/usr/include/fts.h -%%ROOT%%/usr/include/ftw.h -%%ROOT%%/usr/include/gelf.h -%%ROOT%%/usr/include/geom/cache/g_cache.h -%%ROOT%%/usr/include/geom/concat/g_concat.h -%%ROOT%%/usr/include/geom/eli/g_eli.h -%%ROOT%%/usr/include/geom/eli/pkcs5v2.h -%%ROOT%%/usr/include/geom/gate/g_gate.h -%%ROOT%%/usr/include/geom/geom.h -%%ROOT%%/usr/include/geom/geom_ctl.h -%%ROOT%%/usr/include/geom/geom_dbg.h -%%ROOT%%/usr/include/geom/geom_disk.h -%%ROOT%%/usr/include/geom/geom_flashmap.h -%%ROOT%%/usr/include/geom/geom_int.h -%%ROOT%%/usr/include/geom/geom_slice.h -%%ROOT%%/usr/include/geom/geom_vfs.h -%%ROOT%%/usr/include/geom/journal/g_journal.h -%%ROOT%%/usr/include/geom/label/g_label.h -%%ROOT%%/usr/include/geom/label/g_label_msdosfs.h -%%ROOT%%/usr/include/geom/mirror/g_mirror.h -%%ROOT%%/usr/include/geom/mountver/g_mountver.h -%%ROOT%%/usr/include/geom/multipath/g_multipath.h -%%ROOT%%/usr/include/geom/nop/g_nop.h -%%ROOT%%/usr/include/geom/raid/g_raid.h -%%ROOT%%/usr/include/geom/raid/md_ddf.h -%%ROOT%%/usr/include/geom/raid3/g_raid3.h -%%ROOT%%/usr/include/geom/shsec/g_shsec.h -%%ROOT%%/usr/include/geom/stripe/g_stripe.h -%%ROOT%%/usr/include/geom/virstor/binstream.h -%%ROOT%%/usr/include/geom/virstor/g_virstor.h -%%ROOT%%/usr/include/geom/virstor/g_virstor_md.h -%%ROOT%%/usr/include/getarg.h -%%ROOT%%/usr/include/getopt.h -%%ROOT%%/usr/include/glob.h -%%ROOT%%/usr/include/grp.h -%%ROOT%%/usr/include/gssapi.h -%%ROOT%%/usr/include/gssapi/gssapi.h -%%ROOT%%/usr/include/gssapi/gssapi_krb5.h -%%ROOT%%/usr/include/hdb-protos.h -%%ROOT%%/usr/include/hdb.h -%%ROOT%%/usr/include/hdb_asn1.h -%%ROOT%%/usr/include/hdb_err.h -%%ROOT%%/usr/include/heim_asn1.h -%%ROOT%%/usr/include/heim_err.h -%%ROOT%%/usr/include/heim_threads.h -%%ROOT%%/usr/include/heimbase.h -%%ROOT%%/usr/include/heimntlm-protos.h -%%ROOT%%/usr/include/heimntlm.h -%%ROOT%%/usr/include/hex.h -%%ROOT%%/usr/include/histedit.h -%%ROOT%%/usr/include/hx509-private.h -%%ROOT%%/usr/include/hx509-protos.h -%%ROOT%%/usr/include/hx509.h -%%ROOT%%/usr/include/hx509_err.h -%%ROOT%%/usr/include/iconv.h -%%ROOT%%/usr/include/ieeefp.h -%%ROOT%%/usr/include/ifaddrs.h -%%ROOT%%/usr/include/infiniband/arch.h -%%ROOT%%/usr/include/infiniband/byteorder.h -%%ROOT%%/usr/include/infiniband/byteswap.h -%%ROOT%%/usr/include/infiniband/cm.h -%%ROOT%%/usr/include/infiniband/cm_abi.h -%%ROOT%%/usr/include/infiniband/complib/cl_atomic.h -%%ROOT%%/usr/include/infiniband/complib/cl_atomic_osd.h -%%ROOT%%/usr/include/infiniband/complib/cl_byteswap.h -%%ROOT%%/usr/include/infiniband/complib/cl_byteswap_osd.h -%%ROOT%%/usr/include/infiniband/complib/cl_comppool.h -%%ROOT%%/usr/include/infiniband/complib/cl_debug.h -%%ROOT%%/usr/include/infiniband/complib/cl_debug_osd.h -%%ROOT%%/usr/include/infiniband/complib/cl_dispatcher.h -%%ROOT%%/usr/include/infiniband/complib/cl_event.h -%%ROOT%%/usr/include/infiniband/complib/cl_event_osd.h -%%ROOT%%/usr/include/infiniband/complib/cl_event_wheel.h -%%ROOT%%/usr/include/infiniband/complib/cl_fleximap.h -%%ROOT%%/usr/include/infiniband/complib/cl_list.h -%%ROOT%%/usr/include/infiniband/complib/cl_log.h -%%ROOT%%/usr/include/infiniband/complib/cl_map.h -%%ROOT%%/usr/include/infiniband/complib/cl_math.h -%%ROOT%%/usr/include/infiniband/complib/cl_nodenamemap.h -%%ROOT%%/usr/include/infiniband/complib/cl_packoff.h -%%ROOT%%/usr/include/infiniband/complib/cl_packon.h -%%ROOT%%/usr/include/infiniband/complib/cl_passivelock.h -%%ROOT%%/usr/include/infiniband/complib/cl_pool.h -%%ROOT%%/usr/include/infiniband/complib/cl_ptr_vector.h -%%ROOT%%/usr/include/infiniband/complib/cl_qcomppool.h -%%ROOT%%/usr/include/infiniband/complib/cl_qlist.h -%%ROOT%%/usr/include/infiniband/complib/cl_qmap.h -%%ROOT%%/usr/include/infiniband/complib/cl_qpool.h -%%ROOT%%/usr/include/infiniband/complib/cl_spinlock.h -%%ROOT%%/usr/include/infiniband/complib/cl_spinlock_osd.h -%%ROOT%%/usr/include/infiniband/complib/cl_thread.h -%%ROOT%%/usr/include/infiniband/complib/cl_thread_osd.h -%%ROOT%%/usr/include/infiniband/complib/cl_threadpool.h -%%ROOT%%/usr/include/infiniband/complib/cl_timer.h -%%ROOT%%/usr/include/infiniband/complib/cl_timer_osd.h -%%ROOT%%/usr/include/infiniband/complib/cl_types.h -%%ROOT%%/usr/include/infiniband/complib/cl_types_osd.h -%%ROOT%%/usr/include/infiniband/complib/cl_vector.h -%%ROOT%%/usr/include/infiniband/driver.h -%%ROOT%%/usr/include/infiniband/endian.h -%%ROOT%%/usr/include/infiniband/ib.h -%%ROOT%%/usr/include/infiniband/iba/ib_cm_types.h -%%ROOT%%/usr/include/infiniband/iba/ib_types.h -%%ROOT%%/usr/include/infiniband/ibnetdisc.h -%%ROOT%%/usr/include/infiniband/ibnetdisc_osd.h -%%ROOT%%/usr/include/infiniband/kern-abi.h -%%ROOT%%/usr/include/infiniband/mad.h -%%ROOT%%/usr/include/infiniband/mad_osd.h -%%ROOT%%/usr/include/infiniband/marshall.h -%%ROOT%%/usr/include/infiniband/opcode.h -%%ROOT%%/usr/include/infiniband/opensm/osm_attrib_req.h -%%ROOT%%/usr/include/infiniband/opensm/osm_base.h -%%ROOT%%/usr/include/infiniband/opensm/osm_config.h -%%ROOT%%/usr/include/infiniband/opensm/osm_congestion_control.h -%%ROOT%%/usr/include/infiniband/opensm/osm_console.h -%%ROOT%%/usr/include/infiniband/opensm/osm_console_io.h -%%ROOT%%/usr/include/infiniband/opensm/osm_db.h -%%ROOT%%/usr/include/infiniband/opensm/osm_db_pack.h -%%ROOT%%/usr/include/infiniband/opensm/osm_errors.h -%%ROOT%%/usr/include/infiniband/opensm/osm_event_plugin.h -%%ROOT%%/usr/include/infiniband/opensm/osm_file_ids.h -%%ROOT%%/usr/include/infiniband/opensm/osm_guid.h -%%ROOT%%/usr/include/infiniband/opensm/osm_helper.h -%%ROOT%%/usr/include/infiniband/opensm/osm_inform.h -%%ROOT%%/usr/include/infiniband/opensm/osm_lid_mgr.h -%%ROOT%%/usr/include/infiniband/opensm/osm_log.h -%%ROOT%%/usr/include/infiniband/opensm/osm_mad_pool.h -%%ROOT%%/usr/include/infiniband/opensm/osm_madw.h -%%ROOT%%/usr/include/infiniband/opensm/osm_mcast_mgr.h -%%ROOT%%/usr/include/infiniband/opensm/osm_mcast_tbl.h -%%ROOT%%/usr/include/infiniband/opensm/osm_mcm_port.h -%%ROOT%%/usr/include/infiniband/opensm/osm_mesh.h -%%ROOT%%/usr/include/infiniband/opensm/osm_msgdef.h -%%ROOT%%/usr/include/infiniband/opensm/osm_mtree.h -%%ROOT%%/usr/include/infiniband/opensm/osm_multicast.h -%%ROOT%%/usr/include/infiniband/opensm/osm_node.h -%%ROOT%%/usr/include/infiniband/opensm/osm_opensm.h -%%ROOT%%/usr/include/infiniband/opensm/osm_partition.h -%%ROOT%%/usr/include/infiniband/opensm/osm_path.h -%%ROOT%%/usr/include/infiniband/opensm/osm_perfmgr.h -%%ROOT%%/usr/include/infiniband/opensm/osm_perfmgr_db.h -%%ROOT%%/usr/include/infiniband/opensm/osm_pkey.h -%%ROOT%%/usr/include/infiniband/opensm/osm_port.h -%%ROOT%%/usr/include/infiniband/opensm/osm_port_profile.h -%%ROOT%%/usr/include/infiniband/opensm/osm_prefix_route.h -%%ROOT%%/usr/include/infiniband/opensm/osm_qos_policy.h -%%ROOT%%/usr/include/infiniband/opensm/osm_remote_sm.h -%%ROOT%%/usr/include/infiniband/opensm/osm_router.h -%%ROOT%%/usr/include/infiniband/opensm/osm_sa.h -%%ROOT%%/usr/include/infiniband/opensm/osm_sa_mad_ctrl.h -%%ROOT%%/usr/include/infiniband/opensm/osm_service.h -%%ROOT%%/usr/include/infiniband/opensm/osm_sm.h -%%ROOT%%/usr/include/infiniband/opensm/osm_sm_mad_ctrl.h -%%ROOT%%/usr/include/infiniband/opensm/osm_stats.h -%%ROOT%%/usr/include/infiniband/opensm/osm_subnet.h -%%ROOT%%/usr/include/infiniband/opensm/osm_switch.h -%%ROOT%%/usr/include/infiniband/opensm/osm_ucast_cache.h -%%ROOT%%/usr/include/infiniband/opensm/osm_ucast_lash.h -%%ROOT%%/usr/include/infiniband/opensm/osm_ucast_mgr.h -%%ROOT%%/usr/include/infiniband/opensm/osm_version.h -%%ROOT%%/usr/include/infiniband/opensm/osm_vl15intf.h -%%ROOT%%/usr/include/infiniband/opensm/st.h -%%ROOT%%/usr/include/infiniband/sa-kern-abi.h -%%ROOT%%/usr/include/infiniband/sa.h -%%ROOT%%/usr/include/infiniband/types.h -%%ROOT%%/usr/include/infiniband/udma_barrier.h -%%ROOT%%/usr/include/infiniband/umad.h -%%ROOT%%/usr/include/infiniband/umad_cm.h -%%ROOT%%/usr/include/infiniband/umad_sa.h -%%ROOT%%/usr/include/infiniband/umad_sm.h -%%ROOT%%/usr/include/infiniband/umad_str.h -%%ROOT%%/usr/include/infiniband/umad_types.h -%%ROOT%%/usr/include/infiniband/vendor/osm_mtl_bind.h -%%ROOT%%/usr/include/infiniband/vendor/osm_pkt_randomizer.h -%%ROOT%%/usr/include/infiniband/vendor/osm_ts_useraccess.h -%%ROOT%%/usr/include/infiniband/vendor/osm_umadt.h -%%ROOT%%/usr/include/infiniband/vendor/osm_vendor.h -%%ROOT%%/usr/include/infiniband/vendor/osm_vendor_al.h -%%ROOT%%/usr/include/infiniband/vendor/osm_vendor_api.h -%%ROOT%%/usr/include/infiniband/vendor/osm_vendor_ibumad.h -%%ROOT%%/usr/include/infiniband/vendor/osm_vendor_mlx.h -%%ROOT%%/usr/include/infiniband/vendor/osm_vendor_mlx_defs.h -%%ROOT%%/usr/include/infiniband/vendor/osm_vendor_mlx_dispatcher.h -%%ROOT%%/usr/include/infiniband/vendor/osm_vendor_mlx_hca.h -%%ROOT%%/usr/include/infiniband/vendor/osm_vendor_mlx_inout.h -%%ROOT%%/usr/include/infiniband/vendor/osm_vendor_mlx_rmpp_ctx.h -%%ROOT%%/usr/include/infiniband/vendor/osm_vendor_mlx_sar.h -%%ROOT%%/usr/include/infiniband/vendor/osm_vendor_mlx_sender.h -%%ROOT%%/usr/include/infiniband/vendor/osm_vendor_mlx_svc.h -%%ROOT%%/usr/include/infiniband/vendor/osm_vendor_mlx_transport.h -%%ROOT%%/usr/include/infiniband/vendor/osm_vendor_mlx_transport_anafa.h -%%ROOT%%/usr/include/infiniband/vendor/osm_vendor_mlx_txn.h -%%ROOT%%/usr/include/infiniband/vendor/osm_vendor_mtl.h -%%ROOT%%/usr/include/infiniband/vendor/osm_vendor_mtl_hca_guid.h -%%ROOT%%/usr/include/infiniband/vendor/osm_vendor_mtl_transaction_mgr.h -%%ROOT%%/usr/include/infiniband/vendor/osm_vendor_sa_api.h -%%ROOT%%/usr/include/infiniband/vendor/osm_vendor_test.h -%%ROOT%%/usr/include/infiniband/vendor/osm_vendor_ts.h -%%ROOT%%/usr/include/infiniband/vendor/osm_vendor_umadt.h -%%ROOT%%/usr/include/infiniband/verbs.h -%%ROOT%%/usr/include/inttypes.h -%%ROOT%%/usr/include/iso646.h -%%ROOT%%/usr/include/isofs/cd9660/cd9660_mount.h -%%ROOT%%/usr/include/isofs/cd9660/cd9660_node.h -%%ROOT%%/usr/include/isofs/cd9660/cd9660_rrip.h -%%ROOT%%/usr/include/isofs/cd9660/iso.h -%%ROOT%%/usr/include/isofs/cd9660/iso_rrip.h -%%ROOT%%/usr/include/jail.h -%%ROOT%%/usr/include/k524_err.h -%%ROOT%%/usr/include/kadm5/admin.h -%%ROOT%%/usr/include/kadm5/kadm5-private.h -%%ROOT%%/usr/include/kadm5/kadm5-protos.h -%%ROOT%%/usr/include/kadm5/kadm5-pwcheck.h -%%ROOT%%/usr/include/kadm5/kadm5_err.h -%%ROOT%%/usr/include/kadm5/private.h -%%ROOT%%/usr/include/kafs.h -%%ROOT%%/usr/include/kdc-protos.h -%%ROOT%%/usr/include/kdc.h -%%ROOT%%/usr/include/kenv.h -%%ROOT%%/usr/include/krb5-private.h -%%ROOT%%/usr/include/krb5-protos.h -%%ROOT%%/usr/include/krb5-types.h -%%ROOT%%/usr/include/krb5.h -%%ROOT%%/usr/include/krb5/ccache_plugin.h -%%ROOT%%/usr/include/krb5/locate_plugin.h -%%ROOT%%/usr/include/krb5/send_to_kdc_plugin.h -%%ROOT%%/usr/include/krb5/windc_plugin.h -%%ROOT%%/usr/include/krb5_asn1.h -%%ROOT%%/usr/include/krb5_ccapi.h -%%ROOT%%/usr/include/krb5_err.h -%%ROOT%%/usr/include/kvm.h -%%ROOT%%/usr/include/kx509_asn1.h -%%ROOT%%/usr/include/langinfo.h -%%ROOT%%/usr/include/lib80211/lib80211_ioctl.h -%%ROOT%%/usr/include/lib80211/lib80211_regdomain.h -%%ROOT%%/usr/include/lib9p/fid.h -%%ROOT%%/usr/include/lib9p/fs.h -%%ROOT%%/usr/include/lib9p/lib9p.h -%%ROOT%%/usr/include/libcasper.h -%%ROOT%%/usr/include/libcasper_service.h -%%ROOT%%/usr/include/libdwarf.h -%%ROOT%%/usr/include/libelf.h -%%ROOT%%/usr/include/libgen.h -%%ROOT%%/usr/include/libgeom.h -%%ROOT%%/usr/include/libgpio.h -%%ROOT%%/usr/include/libmilter/mfapi.h -%%ROOT%%/usr/include/libmilter/mfdef.h -%%ROOT%%/usr/include/libnetmap.h -%%ROOT%%/usr/include/libproc.h -%%ROOT%%/usr/include/libprocstat.h -%%ROOT%%/usr/include/librss.h -%%ROOT%%/usr/include/libufs.h -%%ROOT%%/usr/include/libunwind.h -%%ROOT%%/usr/include/libusb.h -%%ROOT%%/usr/include/libusb20.h -%%ROOT%%/usr/include/libusb20_desc.h -%%ROOT%%/usr/include/libutil.h -%%ROOT%%/usr/include/libxo/xo.h -%%ROOT%%/usr/include/libxo/xo_encoder.h -%%ROOT%%/usr/include/libzfs.h -%%ROOT%%/usr/include/libzfs_core.h -%%ROOT%%/usr/include/libzfsbootenv.h -%%ROOT%%/usr/include/limits.h -%%ROOT%%/usr/include/link.h -%%ROOT%%/usr/include/linker_set.h -%%ROOT%%/usr/include/locale.h -%%ROOT%%/usr/include/login_cap.h -%%ROOT%%/usr/include/lzma.h -%%ROOT%%/usr/include/lzma/base.h -%%ROOT%%/usr/include/lzma/bcj.h -%%ROOT%%/usr/include/lzma/block.h -%%ROOT%%/usr/include/lzma/check.h -%%ROOT%%/usr/include/lzma/container.h -%%ROOT%%/usr/include/lzma/delta.h -%%ROOT%%/usr/include/lzma/filter.h -%%ROOT%%/usr/include/lzma/hardware.h -%%ROOT%%/usr/include/lzma/index.h -%%ROOT%%/usr/include/lzma/index_hash.h -%%ROOT%%/usr/include/lzma/lzma12.h -%%ROOT%%/usr/include/lzma/stream_flags.h -%%ROOT%%/usr/include/lzma/version.h -%%ROOT%%/usr/include/lzma/vli.h -%%ROOT%%/usr/include/machine/_align.h -%%ROOT%%/usr/include/machine/_bus.h -%%ROOT%%/usr/include/machine/_inttypes.h -%%ROOT%%/usr/include/machine/_limits.h -%%ROOT%%/usr/include/machine/_stdint.h -%%ROOT%%/usr/include/machine/_types.h -%%ROOT%%/usr/include/machine/altivec.h -%%ROOT%%/usr/include/machine/asm.h -%%ROOT%%/usr/include/machine/atomic.h -%%ROOT%%/usr/include/machine/bat.h -%%ROOT%%/usr/include/machine/bus.h -%%ROOT%%/usr/include/machine/bus_dma.h -%%ROOT%%/usr/include/machine/clock.h -%%ROOT%%/usr/include/machine/counter.h -%%ROOT%%/usr/include/machine/cpu.h -%%ROOT%%/usr/include/machine/cpufunc.h -%%ROOT%%/usr/include/machine/db_machdep.h -%%ROOT%%/usr/include/machine/dbdma.h -%%ROOT%%/usr/include/machine/dump.h -%%ROOT%%/usr/include/machine/efi.h -%%ROOT%%/usr/include/machine/elf.h -%%ROOT%%/usr/include/machine/endian.h -%%ROOT%%/usr/include/machine/exec.h -%%ROOT%%/usr/include/machine/float.h -%%ROOT%%/usr/include/machine/floatingpoint.h -%%ROOT%%/usr/include/machine/fpu.h -%%ROOT%%/usr/include/machine/frame.h -%%ROOT%%/usr/include/machine/gdb_machdep.h -%%ROOT%%/usr/include/machine/hid.h -%%ROOT%%/usr/include/machine/ieee.h -%%ROOT%%/usr/include/machine/ieeefp.h -%%ROOT%%/usr/include/machine/ifunc.h -%%ROOT%%/usr/include/machine/in_cksum.h -%%ROOT%%/usr/include/machine/intr_machdep.h -%%ROOT%%/usr/include/machine/kdb.h -%%ROOT%%/usr/include/machine/limits.h -%%ROOT%%/usr/include/machine/machdep.h -%%ROOT%%/usr/include/machine/md_var.h -%%ROOT%%/usr/include/machine/memdev.h -%%ROOT%%/usr/include/machine/metadata.h -%%ROOT%%/usr/include/machine/minidump.h -%%ROOT%%/usr/include/machine/mmuvar.h -%%ROOT%%/usr/include/machine/ofw_machdep.h -%%ROOT%%/usr/include/machine/openpicreg.h -%%ROOT%%/usr/include/machine/openpicvar.h -%%ROOT%%/usr/include/machine/param.h -%%ROOT%%/usr/include/machine/pcb.h -%%ROOT%%/usr/include/machine/pcpu.h -%%ROOT%%/usr/include/machine/pcpu_aux.h -%%ROOT%%/usr/include/machine/pio.h -%%ROOT%%/usr/include/machine/platform.h -%%ROOT%%/usr/include/machine/platformvar.h -%%ROOT%%/usr/include/machine/pmap.h -%%ROOT%%/usr/include/machine/pmc_mdep.h -%%ROOT%%/usr/include/machine/proc.h -%%ROOT%%/usr/include/machine/procctl.h -%%ROOT%%/usr/include/machine/profile.h -%%ROOT%%/usr/include/machine/psl.h -%%ROOT%%/usr/include/machine/pte.h -%%ROOT%%/usr/include/machine/ptrace.h -%%ROOT%%/usr/include/machine/reg.h -%%ROOT%%/usr/include/machine/reloc.h -%%ROOT%%/usr/include/machine/resource.h -%%ROOT%%/usr/include/machine/rtas.h -%%ROOT%%/usr/include/machine/runq.h -%%ROOT%%/usr/include/machine/sc_machdep.h -%%ROOT%%/usr/include/machine/setjmp.h -%%ROOT%%/usr/include/machine/sigframe.h -%%ROOT%%/usr/include/machine/signal.h -%%ROOT%%/usr/include/machine/slb.h -%%ROOT%%/usr/include/machine/smp.h -%%ROOT%%/usr/include/machine/spr.h -%%ROOT%%/usr/include/machine/sr.h -%%ROOT%%/usr/include/machine/stack.h -%%ROOT%%/usr/include/machine/stdarg.h -%%ROOT%%/usr/include/machine/sysarch.h -%%ROOT%%/usr/include/machine/tlb.h -%%ROOT%%/usr/include/machine/tls.h -%%ROOT%%/usr/include/machine/trap.h -%%ROOT%%/usr/include/machine/ucontext.h -%%ROOT%%/usr/include/machine/vdso.h -%%ROOT%%/usr/include/machine/vm.h -%%ROOT%%/usr/include/machine/vmparam.h -%%ROOT%%/usr/include/magic.h -%%ROOT%%/usr/include/malloc.h -%%ROOT%%/usr/include/malloc_np.h -%%ROOT%%/usr/include/math.h -%%ROOT%%/usr/include/md4.h -%%ROOT%%/usr/include/md5.h -%%ROOT%%/usr/include/memory.h -%%ROOT%%/usr/include/memstat.h -%%ROOT%%/usr/include/menu.h -%%ROOT%%/usr/include/monetary.h -%%ROOT%%/usr/include/mp.h -%%ROOT%%/usr/include/mpool.h -%%ROOT%%/usr/include/mqueue.h -%%ROOT%%/usr/include/mtlib.h -%%ROOT%%/usr/include/ncurses.h -%%ROOT%%/usr/include/ncurses_dll.h -%%ROOT%%/usr/include/ndbm.h -%%ROOT%%/usr/include/net/altq/altq.h -%%ROOT%%/usr/include/net/altq/altq_cbq.h -%%ROOT%%/usr/include/net/altq/altq_cdnr.h -%%ROOT%%/usr/include/net/altq/altq_classq.h -%%ROOT%%/usr/include/net/altq/altq_codel.h -%%ROOT%%/usr/include/net/altq/altq_fairq.h -%%ROOT%%/usr/include/net/altq/altq_hfsc.h -%%ROOT%%/usr/include/net/altq/altq_priq.h -%%ROOT%%/usr/include/net/altq/altq_red.h -%%ROOT%%/usr/include/net/altq/altq_rio.h -%%ROOT%%/usr/include/net/altq/altq_rmclass.h -%%ROOT%%/usr/include/net/altq/altq_rmclass_debug.h -%%ROOT%%/usr/include/net/altq/altq_var.h -%%ROOT%%/usr/include/net/altq/if_altq.h -%%ROOT%%/usr/include/net/bpf.h -%%ROOT%%/usr/include/net/bpf_buffer.h -%%ROOT%%/usr/include/net/bpf_jitter.h -%%ROOT%%/usr/include/net/bpf_zerocopy.h -%%ROOT%%/usr/include/net/bpfdesc.h -%%ROOT%%/usr/include/net/bridgestp.h -%%ROOT%%/usr/include/net/debugnet.h -%%ROOT%%/usr/include/net/debugnet_int.h -%%ROOT%%/usr/include/net/dlt.h -%%ROOT%%/usr/include/net/ethernet.h -%%ROOT%%/usr/include/net/firewire.h -%%ROOT%%/usr/include/net/ieee8023ad_lacp.h -%%ROOT%%/usr/include/net/ieee_oui.h -%%ROOT%%/usr/include/net/if.h -%%ROOT%%/usr/include/net/if_arp.h -%%ROOT%%/usr/include/net/if_bridgevar.h -%%ROOT%%/usr/include/net/if_clone.h -%%ROOT%%/usr/include/net/if_dl.h -%%ROOT%%/usr/include/net/if_enc.h -%%ROOT%%/usr/include/net/if_gif.h -%%ROOT%%/usr/include/net/if_gre.h -%%ROOT%%/usr/include/net/if_ipsec.h -%%ROOT%%/usr/include/net/if_lagg.h -%%ROOT%%/usr/include/net/if_llatbl.h -%%ROOT%%/usr/include/net/if_llc.h -%%ROOT%%/usr/include/net/if_media.h -%%ROOT%%/usr/include/net/if_mib.h -%%ROOT%%/usr/include/net/if_pflog.h -%%ROOT%%/usr/include/net/if_pfsync.h -%%ROOT%%/usr/include/net/if_sppp.h -%%ROOT%%/usr/include/net/if_tap.h -%%ROOT%%/usr/include/net/if_tun.h -%%ROOT%%/usr/include/net/if_types.h -%%ROOT%%/usr/include/net/if_var.h -%%ROOT%%/usr/include/net/if_vlan_var.h -%%ROOT%%/usr/include/net/if_vxlan.h -%%ROOT%%/usr/include/net/iflib.h -%%ROOT%%/usr/include/net/iflib_private.h -%%ROOT%%/usr/include/net/ifq.h -%%ROOT%%/usr/include/net/infiniband.h -%%ROOT%%/usr/include/net/mp_ring.h -%%ROOT%%/usr/include/net/mppc.h -%%ROOT%%/usr/include/net/netisr.h -%%ROOT%%/usr/include/net/netisr_internal.h -%%ROOT%%/usr/include/net/netmap.h -%%ROOT%%/usr/include/net/netmap_legacy.h -%%ROOT%%/usr/include/net/netmap_user.h -%%ROOT%%/usr/include/net/netmap_virt.h -%%ROOT%%/usr/include/net/paravirt.h -%%ROOT%%/usr/include/net/pfil.h -%%ROOT%%/usr/include/net/pfkeyv2.h -%%ROOT%%/usr/include/net/pfvar.h -%%ROOT%%/usr/include/net/ppp_defs.h -%%ROOT%%/usr/include/net/radix.h -%%ROOT%%/usr/include/net/raw_cb.h -%%ROOT%%/usr/include/net/rndis.h -%%ROOT%%/usr/include/net/route.h -%%ROOT%%/usr/include/net/route/fib_algo.h -%%ROOT%%/usr/include/net/route/nhgrp_var.h -%%ROOT%%/usr/include/net/route/nhop.h -%%ROOT%%/usr/include/net/route/nhop_utils.h -%%ROOT%%/usr/include/net/route/nhop_var.h -%%ROOT%%/usr/include/net/route/route_ctl.h -%%ROOT%%/usr/include/net/route/route_debug.h -%%ROOT%%/usr/include/net/route/route_var.h -%%ROOT%%/usr/include/net/rss_config.h -%%ROOT%%/usr/include/net/sff8436.h -%%ROOT%%/usr/include/net/sff8472.h -%%ROOT%%/usr/include/net/slcompress.h -%%ROOT%%/usr/include/net/toeplitz.h -%%ROOT%%/usr/include/net/vnet.h -%%ROOT%%/usr/include/net80211/_ieee80211.h -%%ROOT%%/usr/include/net80211/ieee80211.h -%%ROOT%%/usr/include/net80211/ieee80211_action.h -%%ROOT%%/usr/include/net80211/ieee80211_adhoc.h -%%ROOT%%/usr/include/net80211/ieee80211_ageq.h -%%ROOT%%/usr/include/net80211/ieee80211_alq.h -%%ROOT%%/usr/include/net80211/ieee80211_amrr.h -%%ROOT%%/usr/include/net80211/ieee80211_crypto.h -%%ROOT%%/usr/include/net80211/ieee80211_dfs.h -%%ROOT%%/usr/include/net80211/ieee80211_freebsd.h -%%ROOT%%/usr/include/net80211/ieee80211_hostap.h -%%ROOT%%/usr/include/net80211/ieee80211_ht.h -%%ROOT%%/usr/include/net80211/ieee80211_input.h -%%ROOT%%/usr/include/net80211/ieee80211_ioctl.h -%%ROOT%%/usr/include/net80211/ieee80211_mesh.h -%%ROOT%%/usr/include/net80211/ieee80211_monitor.h -%%ROOT%%/usr/include/net80211/ieee80211_node.h -%%ROOT%%/usr/include/net80211/ieee80211_phy.h -%%ROOT%%/usr/include/net80211/ieee80211_power.h -%%ROOT%%/usr/include/net80211/ieee80211_proto.h -%%ROOT%%/usr/include/net80211/ieee80211_radiotap.h -%%ROOT%%/usr/include/net80211/ieee80211_ratectl.h -%%ROOT%%/usr/include/net80211/ieee80211_regdomain.h -%%ROOT%%/usr/include/net80211/ieee80211_rssadapt.h -%%ROOT%%/usr/include/net80211/ieee80211_scan.h -%%ROOT%%/usr/include/net80211/ieee80211_scan_sw.h -%%ROOT%%/usr/include/net80211/ieee80211_sta.h -%%ROOT%%/usr/include/net80211/ieee80211_superg.h -%%ROOT%%/usr/include/net80211/ieee80211_tdma.h -%%ROOT%%/usr/include/net80211/ieee80211_var.h -%%ROOT%%/usr/include/net80211/ieee80211_vht.h -%%ROOT%%/usr/include/net80211/ieee80211_wds.h -%%ROOT%%/usr/include/net80211/ieee80211_wps.h -%%ROOT%%/usr/include/netconfig.h -%%ROOT%%/usr/include/netdb.h -%%ROOT%%/usr/include/netgraph.h -%%ROOT%%/usr/include/netgraph/atm/ng_ccatm.h -%%ROOT%%/usr/include/netgraph/atm/ng_sscfu.h -%%ROOT%%/usr/include/netgraph/atm/ng_sscop.h -%%ROOT%%/usr/include/netgraph/atm/ng_uni.h -%%ROOT%%/usr/include/netgraph/atm/ngatmbase.h -%%ROOT%%/usr/include/netgraph/bluetooth/include/ng_bluetooth.h -%%ROOT%%/usr/include/netgraph/bluetooth/include/ng_btsocket.h -%%ROOT%%/usr/include/netgraph/bluetooth/include/ng_btsocket_hci_raw.h -%%ROOT%%/usr/include/netgraph/bluetooth/include/ng_btsocket_l2cap.h -%%ROOT%%/usr/include/netgraph/bluetooth/include/ng_btsocket_rfcomm.h -%%ROOT%%/usr/include/netgraph/bluetooth/include/ng_btsocket_sco.h -%%ROOT%%/usr/include/netgraph/bluetooth/include/ng_h4.h -%%ROOT%%/usr/include/netgraph/bluetooth/include/ng_hci.h -%%ROOT%%/usr/include/netgraph/bluetooth/include/ng_l2cap.h -%%ROOT%%/usr/include/netgraph/bluetooth/include/ng_ubt.h -%%ROOT%%/usr/include/netgraph/netflow/netflow.h -%%ROOT%%/usr/include/netgraph/netflow/netflow_v9.h -%%ROOT%%/usr/include/netgraph/netflow/ng_netflow.h -%%ROOT%%/usr/include/netgraph/netgraph.h -%%ROOT%%/usr/include/netgraph/ng_UI.h -%%ROOT%%/usr/include/netgraph/ng_async.h -%%ROOT%%/usr/include/netgraph/ng_atmllc.h -%%ROOT%%/usr/include/netgraph/ng_bpf.h -%%ROOT%%/usr/include/netgraph/ng_bridge.h -%%ROOT%%/usr/include/netgraph/ng_car.h -%%ROOT%%/usr/include/netgraph/ng_checksum.h -%%ROOT%%/usr/include/netgraph/ng_cisco.h -%%ROOT%%/usr/include/netgraph/ng_deflate.h -%%ROOT%%/usr/include/netgraph/ng_device.h -%%ROOT%%/usr/include/netgraph/ng_echo.h -%%ROOT%%/usr/include/netgraph/ng_eiface.h -%%ROOT%%/usr/include/netgraph/ng_etf.h -%%ROOT%%/usr/include/netgraph/ng_ether.h -%%ROOT%%/usr/include/netgraph/ng_ether_echo.h -%%ROOT%%/usr/include/netgraph/ng_frame_relay.h -%%ROOT%%/usr/include/netgraph/ng_gif.h -%%ROOT%%/usr/include/netgraph/ng_gif_demux.h -%%ROOT%%/usr/include/netgraph/ng_hole.h -%%ROOT%%/usr/include/netgraph/ng_hub.h -%%ROOT%%/usr/include/netgraph/ng_iface.h -%%ROOT%%/usr/include/netgraph/ng_ip_input.h -%%ROOT%%/usr/include/netgraph/ng_ipfw.h -%%ROOT%%/usr/include/netgraph/ng_ksocket.h -%%ROOT%%/usr/include/netgraph/ng_l2tp.h -%%ROOT%%/usr/include/netgraph/ng_lmi.h -%%ROOT%%/usr/include/netgraph/ng_macfilter.h -%%ROOT%%/usr/include/netgraph/ng_message.h -%%ROOT%%/usr/include/netgraph/ng_mppc.h -%%ROOT%%/usr/include/netgraph/ng_nat.h -%%ROOT%%/usr/include/netgraph/ng_one2many.h -%%ROOT%%/usr/include/netgraph/ng_parse.h -%%ROOT%%/usr/include/netgraph/ng_patch.h -%%ROOT%%/usr/include/netgraph/ng_pipe.h -%%ROOT%%/usr/include/netgraph/ng_ppp.h -%%ROOT%%/usr/include/netgraph/ng_pppoe.h -%%ROOT%%/usr/include/netgraph/ng_pptpgre.h -%%ROOT%%/usr/include/netgraph/ng_pred1.h -%%ROOT%%/usr/include/netgraph/ng_rfc1490.h -%%ROOT%%/usr/include/netgraph/ng_sample.h -%%ROOT%%/usr/include/netgraph/ng_socket.h -%%ROOT%%/usr/include/netgraph/ng_socketvar.h -%%ROOT%%/usr/include/netgraph/ng_source.h -%%ROOT%%/usr/include/netgraph/ng_split.h -%%ROOT%%/usr/include/netgraph/ng_sppp.h -%%ROOT%%/usr/include/netgraph/ng_tag.h -%%ROOT%%/usr/include/netgraph/ng_tcpmss.h -%%ROOT%%/usr/include/netgraph/ng_tee.h -%%ROOT%%/usr/include/netgraph/ng_tty.h -%%ROOT%%/usr/include/netgraph/ng_vjc.h -%%ROOT%%/usr/include/netgraph/ng_vlan.h -%%ROOT%%/usr/include/netgraph/ng_vlan_rotate.h -%%ROOT%%/usr/include/netgraph/qos.h -%%ROOT%%/usr/include/netinet/cc/cc.h -%%ROOT%%/usr/include/netinet/cc/cc_cubic.h -%%ROOT%%/usr/include/netinet/cc/cc_module.h -%%ROOT%%/usr/include/netinet/cc/cc_newreno.h -%%ROOT%%/usr/include/netinet/dccp.h -%%ROOT%%/usr/include/netinet/icmp6.h -%%ROOT%%/usr/include/netinet/icmp_var.h -%%ROOT%%/usr/include/netinet/if_ether.h -%%ROOT%%/usr/include/netinet/igmp.h -%%ROOT%%/usr/include/netinet/igmp_var.h -%%ROOT%%/usr/include/netinet/in.h -%%ROOT%%/usr/include/netinet/in_fib.h -%%ROOT%%/usr/include/netinet/in_kdtrace.h -%%ROOT%%/usr/include/netinet/in_pcb.h -%%ROOT%%/usr/include/netinet/in_rss.h -%%ROOT%%/usr/include/netinet/in_systm.h -%%ROOT%%/usr/include/netinet/in_var.h -%%ROOT%%/usr/include/netinet/ip.h -%%ROOT%%/usr/include/netinet/ip6.h -%%ROOT%%/usr/include/netinet/ip_auth.h -%%ROOT%%/usr/include/netinet/ip_carp.h -%%ROOT%%/usr/include/netinet/ip_compat.h -%%ROOT%%/usr/include/netinet/ip_divert.h -%%ROOT%%/usr/include/netinet/ip_dstlist.h -%%ROOT%%/usr/include/netinet/ip_dummynet.h -%%ROOT%%/usr/include/netinet/ip_ecn.h -%%ROOT%%/usr/include/netinet/ip_encap.h -%%ROOT%%/usr/include/netinet/ip_fil.h -%%ROOT%%/usr/include/netinet/ip_frag.h -%%ROOT%%/usr/include/netinet/ip_fw.h -%%ROOT%%/usr/include/netinet/ip_htable.h -%%ROOT%%/usr/include/netinet/ip_icmp.h -%%ROOT%%/usr/include/netinet/ip_lookup.h -%%ROOT%%/usr/include/netinet/ip_mroute.h -%%ROOT%%/usr/include/netinet/ip_nat.h -%%ROOT%%/usr/include/netinet/ip_options.h -%%ROOT%%/usr/include/netinet/ip_pool.h -%%ROOT%%/usr/include/netinet/ip_proxy.h -%%ROOT%%/usr/include/netinet/ip_rules.h -%%ROOT%%/usr/include/netinet/ip_scan.h -%%ROOT%%/usr/include/netinet/ip_state.h -%%ROOT%%/usr/include/netinet/ip_sync.h -%%ROOT%%/usr/include/netinet/ip_var.h -%%ROOT%%/usr/include/netinet/ipf_rb.h -%%ROOT%%/usr/include/netinet/ipl.h -%%ROOT%%/usr/include/netinet/netdump/netdump.h -%%ROOT%%/usr/include/netinet/pim.h -%%ROOT%%/usr/include/netinet/pim_var.h -%%ROOT%%/usr/include/netinet/radix_ipf.h -%%ROOT%%/usr/include/netinet/sctp.h -%%ROOT%%/usr/include/netinet/sctp_asconf.h -%%ROOT%%/usr/include/netinet/sctp_auth.h -%%ROOT%%/usr/include/netinet/sctp_bsd_addr.h -%%ROOT%%/usr/include/netinet/sctp_constants.h -%%ROOT%%/usr/include/netinet/sctp_crc32.h -%%ROOT%%/usr/include/netinet/sctp_header.h -%%ROOT%%/usr/include/netinet/sctp_indata.h -%%ROOT%%/usr/include/netinet/sctp_input.h -%%ROOT%%/usr/include/netinet/sctp_kdtrace.h -%%ROOT%%/usr/include/netinet/sctp_lock_bsd.h -%%ROOT%%/usr/include/netinet/sctp_os.h -%%ROOT%%/usr/include/netinet/sctp_os_bsd.h -%%ROOT%%/usr/include/netinet/sctp_output.h -%%ROOT%%/usr/include/netinet/sctp_pcb.h -%%ROOT%%/usr/include/netinet/sctp_peeloff.h -%%ROOT%%/usr/include/netinet/sctp_structs.h -%%ROOT%%/usr/include/netinet/sctp_sysctl.h -%%ROOT%%/usr/include/netinet/sctp_timer.h -%%ROOT%%/usr/include/netinet/sctp_uio.h -%%ROOT%%/usr/include/netinet/sctp_var.h -%%ROOT%%/usr/include/netinet/sctputil.h -%%ROOT%%/usr/include/netinet/tcp.h -%%ROOT%%/usr/include/netinet/tcp_accounting.h -%%ROOT%%/usr/include/netinet/tcp_debug.h -%%ROOT%%/usr/include/netinet/tcp_fastopen.h -%%ROOT%%/usr/include/netinet/tcp_fsm.h -%%ROOT%%/usr/include/netinet/tcp_hostcache.h -%%ROOT%%/usr/include/netinet/tcp_hpts.h -%%ROOT%%/usr/include/netinet/tcp_log_buf.h -%%ROOT%%/usr/include/netinet/tcp_lro.h -%%ROOT%%/usr/include/netinet/tcp_offload.h -%%ROOT%%/usr/include/netinet/tcp_pcap.h -%%ROOT%%/usr/include/netinet/tcp_ratelimit.h -%%ROOT%%/usr/include/netinet/tcp_seq.h -%%ROOT%%/usr/include/netinet/tcp_stacks/rack_bbr_common.h -%%ROOT%%/usr/include/netinet/tcp_stacks/sack_filter.h -%%ROOT%%/usr/include/netinet/tcp_stacks/tcp_bbr.h -%%ROOT%%/usr/include/netinet/tcp_stacks/tcp_rack.h -%%ROOT%%/usr/include/netinet/tcp_syncache.h -%%ROOT%%/usr/include/netinet/tcp_timer.h -%%ROOT%%/usr/include/netinet/tcp_var.h -%%ROOT%%/usr/include/netinet/tcpip.h -%%ROOT%%/usr/include/netinet/toecore.h -%%ROOT%%/usr/include/netinet/udp.h -%%ROOT%%/usr/include/netinet/udp_var.h -%%ROOT%%/usr/include/netinet/udplite.h -%%ROOT%%/usr/include/netinet6/icmp6.h -%%ROOT%%/usr/include/netinet6/in6.h -%%ROOT%%/usr/include/netinet6/in6_fib.h -%%ROOT%%/usr/include/netinet6/in6_ifattach.h -%%ROOT%%/usr/include/netinet6/in6_pcb.h -%%ROOT%%/usr/include/netinet6/in6_rss.h -%%ROOT%%/usr/include/netinet6/in6_var.h -%%ROOT%%/usr/include/netinet6/ip6.h -%%ROOT%%/usr/include/netinet6/ip6_ecn.h -%%ROOT%%/usr/include/netinet6/ip6_mroute.h -%%ROOT%%/usr/include/netinet6/ip6_var.h -%%ROOT%%/usr/include/netinet6/ip6protosw.h -%%ROOT%%/usr/include/netinet6/ip_fw_nat64.h -%%ROOT%%/usr/include/netinet6/ip_fw_nptv6.h -%%ROOT%%/usr/include/netinet6/mld6.h -%%ROOT%%/usr/include/netinet6/mld6_var.h -%%ROOT%%/usr/include/netinet6/nd6.h -%%ROOT%%/usr/include/netinet6/pim6.h -%%ROOT%%/usr/include/netinet6/pim6_var.h -%%ROOT%%/usr/include/netinet6/raw_ip6.h -%%ROOT%%/usr/include/netinet6/scope6_var.h -%%ROOT%%/usr/include/netinet6/sctp6_var.h -%%ROOT%%/usr/include/netinet6/send.h -%%ROOT%%/usr/include/netinet6/tcp6_var.h -%%ROOT%%/usr/include/netinet6/udp6_var.h -%%ROOT%%/usr/include/netipsec/ah.h -%%ROOT%%/usr/include/netipsec/ah_var.h -%%ROOT%%/usr/include/netipsec/esp.h -%%ROOT%%/usr/include/netipsec/esp_var.h -%%ROOT%%/usr/include/netipsec/ipcomp.h -%%ROOT%%/usr/include/netipsec/ipcomp_var.h -%%ROOT%%/usr/include/netipsec/ipsec.h -%%ROOT%%/usr/include/netipsec/ipsec6.h -%%ROOT%%/usr/include/netipsec/ipsec_support.h -%%ROOT%%/usr/include/netipsec/key.h -%%ROOT%%/usr/include/netipsec/key_debug.h -%%ROOT%%/usr/include/netipsec/key_var.h -%%ROOT%%/usr/include/netipsec/keydb.h -%%ROOT%%/usr/include/netipsec/keysock.h -%%ROOT%%/usr/include/netipsec/xform.h -%%ROOT%%/usr/include/netlink/netlink.h -%%ROOT%%/usr/include/netlink/netlink_ctl.h -%%ROOT%%/usr/include/netlink/netlink_debug.h -%%ROOT%%/usr/include/netlink/netlink_generic.h -%%ROOT%%/usr/include/netlink/netlink_linux.h -%%ROOT%%/usr/include/netlink/netlink_message_parser.h -%%ROOT%%/usr/include/netlink/netlink_message_writer.h -%%ROOT%%/usr/include/netlink/netlink_route.h -%%ROOT%%/usr/include/netlink/netlink_snl.h -%%ROOT%%/usr/include/netlink/netlink_snl_generic.h -%%ROOT%%/usr/include/netlink/netlink_snl_route.h -%%ROOT%%/usr/include/netlink/netlink_snl_route_compat.h -%%ROOT%%/usr/include/netlink/netlink_snl_route_parsers.h -%%ROOT%%/usr/include/netlink/netlink_var.h -%%ROOT%%/usr/include/netlink/route/common.h -%%ROOT%%/usr/include/netlink/route/ifaddrs.h -%%ROOT%%/usr/include/netlink/route/interface.h -%%ROOT%%/usr/include/netlink/route/neigh.h -%%ROOT%%/usr/include/netlink/route/nexthop.h -%%ROOT%%/usr/include/netlink/route/route.h -%%ROOT%%/usr/include/netlink/route/route_var.h -%%ROOT%%/usr/include/netnatm/addr.h -%%ROOT%%/usr/include/netnatm/api/atmapi.h -%%ROOT%%/usr/include/netnatm/api/ccatm.h -%%ROOT%%/usr/include/netnatm/api/unisap.h -%%ROOT%%/usr/include/netnatm/msg/uni_config.h -%%ROOT%%/usr/include/netnatm/msg/uni_hdr.h -%%ROOT%%/usr/include/netnatm/msg/uni_ie.h -%%ROOT%%/usr/include/netnatm/msg/uni_msg.h -%%ROOT%%/usr/include/netnatm/msg/unimsglib.h -%%ROOT%%/usr/include/netnatm/msg/uniprint.h -%%ROOT%%/usr/include/netnatm/msg/unistruct.h -%%ROOT%%/usr/include/netnatm/saal/sscfu.h -%%ROOT%%/usr/include/netnatm/saal/sscfudef.h -%%ROOT%%/usr/include/netnatm/saal/sscop.h -%%ROOT%%/usr/include/netnatm/saal/sscopdef.h -%%ROOT%%/usr/include/netnatm/sig/uni.h -%%ROOT%%/usr/include/netnatm/sig/unidef.h -%%ROOT%%/usr/include/netnatm/sig/unisig.h -%%ROOT%%/usr/include/netnatm/unimsg.h -%%ROOT%%/usr/include/netpfil/pf/pf.h -%%ROOT%%/usr/include/netpfil/pf/pf_altq.h -%%ROOT%%/usr/include/netpfil/pf/pf_mtag.h -%%ROOT%%/usr/include/netsmb/netbios.h -%%ROOT%%/usr/include/netsmb/smb.h -%%ROOT%%/usr/include/netsmb/smb_conn.h -%%ROOT%%/usr/include/netsmb/smb_dev.h -%%ROOT%%/usr/include/netsmb/smb_rq.h -%%ROOT%%/usr/include/netsmb/smb_subr.h -%%ROOT%%/usr/include/netsmb/smb_tran.h -%%ROOT%%/usr/include/netsmb/smb_trantcp.h -%%ROOT%%/usr/include/nfs/krpc.h -%%ROOT%%/usr/include/nfs/nfs_common.h -%%ROOT%%/usr/include/nfs/nfs_kdtrace.h -%%ROOT%%/usr/include/nfs/nfs_lock.h -%%ROOT%%/usr/include/nfs/nfs_mountcommon.h -%%ROOT%%/usr/include/nfs/nfsdiskless.h -%%ROOT%%/usr/include/nfs/nfsproto.h -%%ROOT%%/usr/include/nfs/nfssvc.h -%%ROOT%%/usr/include/nfs/xdr_subs.h -%%ROOT%%/usr/include/nfsclient/nfs.h -%%ROOT%%/usr/include/nfsclient/nfsargs.h -%%ROOT%%/usr/include/nfsclient/nfsm_subs.h -%%ROOT%%/usr/include/nfsclient/nfsmount.h -%%ROOT%%/usr/include/nfsclient/nfsnode.h -%%ROOT%%/usr/include/nfsclient/nfsstats.h -%%ROOT%%/usr/include/nfsclient/nlminfo.h -%%ROOT%%/usr/include/nfsserver/nfs.h -%%ROOT%%/usr/include/nfsserver/nfs_fha_old.h -%%ROOT%%/usr/include/nfsserver/nfsm_subs.h -%%ROOT%%/usr/include/nfsserver/nfsrvcache.h -%%ROOT%%/usr/include/nfsserver/nfsrvstats.h -%%ROOT%%/usr/include/nl_types.h -%%ROOT%%/usr/include/nlist.h -%%ROOT%%/usr/include/nss.h -%%ROOT%%/usr/include/nsswitch.h -%%ROOT%%/usr/include/ntlm_err.h -%%ROOT%%/usr/include/ocsp_asn1.h -%%ROOT%%/usr/include/openssl/aes.h -%%ROOT%%/usr/include/openssl/asn1.h -%%ROOT%%/usr/include/openssl/asn1_mac.h -%%ROOT%%/usr/include/openssl/asn1err.h -%%ROOT%%/usr/include/openssl/asn1t.h -%%ROOT%%/usr/include/openssl/async.h -%%ROOT%%/usr/include/openssl/asyncerr.h -%%ROOT%%/usr/include/openssl/bio.h -%%ROOT%%/usr/include/openssl/bioerr.h -%%ROOT%%/usr/include/openssl/blowfish.h -%%ROOT%%/usr/include/openssl/bn.h -%%ROOT%%/usr/include/openssl/bnerr.h -%%ROOT%%/usr/include/openssl/buffer.h -%%ROOT%%/usr/include/openssl/buffererr.h -%%ROOT%%/usr/include/openssl/camellia.h -%%ROOT%%/usr/include/openssl/cast.h -%%ROOT%%/usr/include/openssl/cmac.h -%%ROOT%%/usr/include/openssl/cms.h -%%ROOT%%/usr/include/openssl/cmserr.h -%%ROOT%%/usr/include/openssl/comp.h -%%ROOT%%/usr/include/openssl/comperr.h -%%ROOT%%/usr/include/openssl/conf.h -%%ROOT%%/usr/include/openssl/conf_api.h -%%ROOT%%/usr/include/openssl/conferr.h -%%ROOT%%/usr/include/openssl/crypto.h -%%ROOT%%/usr/include/openssl/cryptoerr.h -%%ROOT%%/usr/include/openssl/ct.h -%%ROOT%%/usr/include/openssl/cterr.h -%%ROOT%%/usr/include/openssl/des.h -%%ROOT%%/usr/include/openssl/dh.h -%%ROOT%%/usr/include/openssl/dherr.h -%%ROOT%%/usr/include/openssl/dsa.h -%%ROOT%%/usr/include/openssl/dsaerr.h -%%ROOT%%/usr/include/openssl/dtls1.h -%%ROOT%%/usr/include/openssl/e_os2.h -%%ROOT%%/usr/include/openssl/ebcdic.h -%%ROOT%%/usr/include/openssl/ec.h -%%ROOT%%/usr/include/openssl/ecdh.h -%%ROOT%%/usr/include/openssl/ecdsa.h -%%ROOT%%/usr/include/openssl/ecerr.h -%%ROOT%%/usr/include/openssl/engine.h -%%ROOT%%/usr/include/openssl/engineerr.h -%%ROOT%%/usr/include/openssl/err.h -%%ROOT%%/usr/include/openssl/evp.h -%%ROOT%%/usr/include/openssl/evperr.h -%%ROOT%%/usr/include/openssl/hmac.h -%%ROOT%%/usr/include/openssl/idea.h -%%ROOT%%/usr/include/openssl/kdf.h -%%ROOT%%/usr/include/openssl/kdferr.h -%%ROOT%%/usr/include/openssl/lhash.h -%%ROOT%%/usr/include/openssl/md2.h -%%ROOT%%/usr/include/openssl/md4.h -%%ROOT%%/usr/include/openssl/md5.h -%%ROOT%%/usr/include/openssl/mdc2.h -%%ROOT%%/usr/include/openssl/modes.h -%%ROOT%%/usr/include/openssl/obj_mac.h -%%ROOT%%/usr/include/openssl/objects.h -%%ROOT%%/usr/include/openssl/objectserr.h -%%ROOT%%/usr/include/openssl/ocsp.h -%%ROOT%%/usr/include/openssl/ocsperr.h -%%ROOT%%/usr/include/openssl/opensslconf.h -%%ROOT%%/usr/include/openssl/opensslv.h -%%ROOT%%/usr/include/openssl/ossl_typ.h -%%ROOT%%/usr/include/openssl/pem.h -%%ROOT%%/usr/include/openssl/pem2.h -%%ROOT%%/usr/include/openssl/pemerr.h -%%ROOT%%/usr/include/openssl/pkcs12.h -%%ROOT%%/usr/include/openssl/pkcs12err.h -%%ROOT%%/usr/include/openssl/pkcs7.h -%%ROOT%%/usr/include/openssl/pkcs7err.h -%%ROOT%%/usr/include/openssl/rand.h -%%ROOT%%/usr/include/openssl/rand_drbg.h -%%ROOT%%/usr/include/openssl/randerr.h -%%ROOT%%/usr/include/openssl/rc2.h -%%ROOT%%/usr/include/openssl/rc4.h -%%ROOT%%/usr/include/openssl/rc5.h -%%ROOT%%/usr/include/openssl/ripemd.h -%%ROOT%%/usr/include/openssl/rsa.h -%%ROOT%%/usr/include/openssl/rsaerr.h -%%ROOT%%/usr/include/openssl/safestack.h -%%ROOT%%/usr/include/openssl/seed.h -%%ROOT%%/usr/include/openssl/sha.h -%%ROOT%%/usr/include/openssl/srp.h -%%ROOT%%/usr/include/openssl/srtp.h -%%ROOT%%/usr/include/openssl/ssl.h -%%ROOT%%/usr/include/openssl/ssl2.h -%%ROOT%%/usr/include/openssl/ssl3.h -%%ROOT%%/usr/include/openssl/sslerr.h -%%ROOT%%/usr/include/openssl/stack.h -%%ROOT%%/usr/include/openssl/store.h -%%ROOT%%/usr/include/openssl/storeerr.h -%%ROOT%%/usr/include/openssl/symhacks.h -%%ROOT%%/usr/include/openssl/tls1.h -%%ROOT%%/usr/include/openssl/ts.h -%%ROOT%%/usr/include/openssl/tserr.h -%%ROOT%%/usr/include/openssl/txt_db.h -%%ROOT%%/usr/include/openssl/ui.h -%%ROOT%%/usr/include/openssl/uierr.h -%%ROOT%%/usr/include/openssl/whrlpool.h -%%ROOT%%/usr/include/openssl/x509.h -%%ROOT%%/usr/include/openssl/x509_vfy.h -%%ROOT%%/usr/include/openssl/x509err.h -%%ROOT%%/usr/include/openssl/x509v3.h -%%ROOT%%/usr/include/openssl/x509v3err.h -%%ROOT%%/usr/include/opie.h -%%ROOT%%/usr/include/osreldate.h -%%ROOT%%/usr/include/panel.h -%%ROOT%%/usr/include/parse_bytes.h -%%ROOT%%/usr/include/parse_time.h -%%ROOT%%/usr/include/parse_units.h -%%ROOT%%/usr/include/pathconv.h -%%ROOT%%/usr/include/paths.h -%%ROOT%%/usr/include/pcap-bpf.h -%%ROOT%%/usr/include/pcap-namedb.h -%%ROOT%%/usr/include/pcap-netmap.h -%%ROOT%%/usr/include/pcap.h -%%ROOT%%/usr/include/pcap/bluetooth.h -%%ROOT%%/usr/include/pcap/bpf.h -%%ROOT%%/usr/include/pcap/can_socketcan.h -%%ROOT%%/usr/include/pcap/compiler-tests.h -%%ROOT%%/usr/include/pcap/dlt.h -%%ROOT%%/usr/include/pcap/funcattrs.h -%%ROOT%%/usr/include/pcap/ipnet.h -%%ROOT%%/usr/include/pcap/namedb.h -%%ROOT%%/usr/include/pcap/nflog.h -%%ROOT%%/usr/include/pcap/pcap-inttypes.h -%%ROOT%%/usr/include/pcap/pcap.h -%%ROOT%%/usr/include/pcap/sll.h -%%ROOT%%/usr/include/pcap/socket.h -%%ROOT%%/usr/include/pcap/usb.h -%%ROOT%%/usr/include/pcap/vlan.h -%%ROOT%%/usr/include/pkcs10_asn1.h -%%ROOT%%/usr/include/pkcs12_asn1.h -%%ROOT%%/usr/include/pkcs8_asn1.h -%%ROOT%%/usr/include/pkcs9_asn1.h -%%ROOT%%/usr/include/pkinit_asn1.h -%%ROOT%%/usr/include/pmc.h -%%ROOT%%/usr/include/pmcformat.h -%%ROOT%%/usr/include/pmclog.h -%%ROOT%%/usr/include/poll.h -%%ROOT%%/usr/include/printf.h -%%ROOT%%/usr/include/proc_service.h -%%ROOT%%/usr/include/protocols/dumprestore.h -%%ROOT%%/usr/include/protocols/routed.h -%%ROOT%%/usr/include/protocols/rwhod.h -%%ROOT%%/usr/include/protocols/talkd.h -%%ROOT%%/usr/include/protocols/timed.h -%%ROOT%%/usr/include/pthread.h -%%ROOT%%/usr/include/pthread_np.h -%%ROOT%%/usr/include/pwd.h -%%ROOT%%/usr/include/radlib.h -%%ROOT%%/usr/include/radlib_vs.h -%%ROOT%%/usr/include/ranlib.h -%%ROOT%%/usr/include/rdma/ib_user_cm.h -%%ROOT%%/usr/include/rdma/ib_user_sa.h -%%ROOT%%/usr/include/rdma/ib_user_verbs.h -%%ROOT%%/usr/include/rdma/mlx4-abi.h -%%ROOT%%/usr/include/rdma/mlx5-abi.h -%%ROOT%%/usr/include/rdma/rdma_cma.h -%%ROOT%%/usr/include/rdma/rdma_cma_abi.h -%%ROOT%%/usr/include/rdma/rdma_user_cm.h -%%ROOT%%/usr/include/rdma/rdma_verbs.h -%%ROOT%%/usr/include/rdma/rsocket.h -%%ROOT%%/usr/include/readpassphrase.h -%%ROOT%%/usr/include/regex.h -%%ROOT%%/usr/include/res_update.h -%%ROOT%%/usr/include/resolv.h -%%ROOT%%/usr/include/resolve.h -%%ROOT%%/usr/include/rfc2459_asn1.h -%%ROOT%%/usr/include/ripemd.h -%%ROOT%%/usr/include/roken-common.h -%%ROOT%%/usr/include/roken.h -%%ROOT%%/usr/include/rpc/auth.h -%%ROOT%%/usr/include/rpc/auth_des.h -%%ROOT%%/usr/include/rpc/auth_kerb.h -%%ROOT%%/usr/include/rpc/auth_unix.h -%%ROOT%%/usr/include/rpc/clnt.h -%%ROOT%%/usr/include/rpc/clnt_soc.h -%%ROOT%%/usr/include/rpc/clnt_stat.h -%%ROOT%%/usr/include/rpc/des.h -%%ROOT%%/usr/include/rpc/des_crypt.h -%%ROOT%%/usr/include/rpc/key_prot.h -%%ROOT%%/usr/include/rpc/nettype.h -%%ROOT%%/usr/include/rpc/pmap_clnt.h -%%ROOT%%/usr/include/rpc/pmap_prot.h -%%ROOT%%/usr/include/rpc/pmap_rmt.h -%%ROOT%%/usr/include/rpc/raw.h -%%ROOT%%/usr/include/rpc/rpc.h -%%ROOT%%/usr/include/rpc/rpc_com.h -%%ROOT%%/usr/include/rpc/rpc_msg.h -%%ROOT%%/usr/include/rpc/rpcb_clnt.h -%%ROOT%%/usr/include/rpc/rpcb_prot.h -%%ROOT%%/usr/include/rpc/rpcb_prot.x -%%ROOT%%/usr/include/rpc/rpcent.h -%%ROOT%%/usr/include/rpc/rpcsec_gss.h -%%ROOT%%/usr/include/rpc/rpcsec_tls.h -%%ROOT%%/usr/include/rpc/svc.h -%%ROOT%%/usr/include/rpc/svc_auth.h -%%ROOT%%/usr/include/rpc/svc_dg.h -%%ROOT%%/usr/include/rpc/svc_soc.h -%%ROOT%%/usr/include/rpc/types.h -%%ROOT%%/usr/include/rpc/xdr.h -%%ROOT%%/usr/include/rpcsvc/bootparam_prot.h -%%ROOT%%/usr/include/rpcsvc/bootparam_prot.x -%%ROOT%%/usr/include/rpcsvc/crypt.h -%%ROOT%%/usr/include/rpcsvc/crypt.x -%%ROOT%%/usr/include/rpcsvc/key_prot.h -%%ROOT%%/usr/include/rpcsvc/key_prot.x -%%ROOT%%/usr/include/rpcsvc/klm_prot.h -%%ROOT%%/usr/include/rpcsvc/klm_prot.x -%%ROOT%%/usr/include/rpcsvc/mount.h -%%ROOT%%/usr/include/rpcsvc/mount.x -%%ROOT%%/usr/include/rpcsvc/nfs_prot.h -%%ROOT%%/usr/include/rpcsvc/nfs_prot.x -%%ROOT%%/usr/include/rpcsvc/nis.h -%%ROOT%%/usr/include/rpcsvc/nis.x -%%ROOT%%/usr/include/rpcsvc/nis_cache.h -%%ROOT%%/usr/include/rpcsvc/nis_cache.x -%%ROOT%%/usr/include/rpcsvc/nis_callback.h -%%ROOT%%/usr/include/rpcsvc/nis_callback.x -%%ROOT%%/usr/include/rpcsvc/nis_db.h -%%ROOT%%/usr/include/rpcsvc/nis_object.x -%%ROOT%%/usr/include/rpcsvc/nis_tags.h -%%ROOT%%/usr/include/rpcsvc/nislib.h -%%ROOT%%/usr/include/rpcsvc/nlm_prot.h -%%ROOT%%/usr/include/rpcsvc/nlm_prot.x -%%ROOT%%/usr/include/rpcsvc/rex.h -%%ROOT%%/usr/include/rpcsvc/rex.x -%%ROOT%%/usr/include/rpcsvc/rnusers.h -%%ROOT%%/usr/include/rpcsvc/rnusers.x -%%ROOT%%/usr/include/rpcsvc/rquota.h -%%ROOT%%/usr/include/rpcsvc/rquota.x -%%ROOT%%/usr/include/rpcsvc/rstat.h -%%ROOT%%/usr/include/rpcsvc/rstat.x -%%ROOT%%/usr/include/rpcsvc/rwall.h -%%ROOT%%/usr/include/rpcsvc/rwall.x -%%ROOT%%/usr/include/rpcsvc/sm_inter.h -%%ROOT%%/usr/include/rpcsvc/sm_inter.x -%%ROOT%%/usr/include/rpcsvc/spray.h -%%ROOT%%/usr/include/rpcsvc/spray.x -%%ROOT%%/usr/include/rpcsvc/yp.h -%%ROOT%%/usr/include/rpcsvc/yp.x -%%ROOT%%/usr/include/rpcsvc/yp_prot.h -%%ROOT%%/usr/include/rpcsvc/ypclnt.h -%%ROOT%%/usr/include/rpcsvc/yppasswd.h -%%ROOT%%/usr/include/rpcsvc/yppasswd.x -%%ROOT%%/usr/include/rpcsvc/ypupdate_prot.h -%%ROOT%%/usr/include/rpcsvc/ypupdate_prot.x -%%ROOT%%/usr/include/rpcsvc/ypxfrd.h -%%ROOT%%/usr/include/rpcsvc/ypxfrd.x -%%ROOT%%/usr/include/rpoll.h -%%ROOT%%/usr/include/rtbl.h -%%ROOT%%/usr/include/rtld_db.h -%%ROOT%%/usr/include/runetype.h -%%ROOT%%/usr/include/sched.h -%%ROOT%%/usr/include/sdp.h -%%ROOT%%/usr/include/search.h -%%ROOT%%/usr/include/security/audit/audit.h -%%ROOT%%/usr/include/security/audit/audit_ioctl.h -%%ROOT%%/usr/include/security/audit/audit_private.h -%%ROOT%%/usr/include/security/mac_biba/mac_biba.h -%%ROOT%%/usr/include/security/mac_bsdextended/mac_bsdextended.h -%%ROOT%%/usr/include/security/mac_bsdextended/ugidfw_internal.h -%%ROOT%%/usr/include/security/mac_lomac/mac_lomac.h -%%ROOT%%/usr/include/security/mac_mls/mac_mls.h -%%ROOT%%/usr/include/security/mac_partition/mac_partition.h -%%ROOT%%/usr/include/security/mac_veriexec/mac_veriexec.h -%%ROOT%%/usr/include/security/mac_veriexec/mac_veriexec_internal.h -%%ROOT%%/usr/include/security/openpam.h -%%ROOT%%/usr/include/security/openpam_attr.h -%%ROOT%%/usr/include/security/openpam_version.h -%%ROOT%%/usr/include/security/pam_appl.h -%%ROOT%%/usr/include/security/pam_constants.h -%%ROOT%%/usr/include/security/pam_mod_misc.h -%%ROOT%%/usr/include/security/pam_modules.h -%%ROOT%%/usr/include/security/pam_types.h -%%ROOT%%/usr/include/semaphore.h -%%ROOT%%/usr/include/setjmp.h -%%ROOT%%/usr/include/sha.h -%%ROOT%%/usr/include/sha224.h -%%ROOT%%/usr/include/sha256.h -%%ROOT%%/usr/include/sha384.h -%%ROOT%%/usr/include/sha512.h -%%ROOT%%/usr/include/sha512t.h -%%ROOT%%/usr/include/signal.h -%%ROOT%%/usr/include/skein.h -%%ROOT%%/usr/include/skein_freebsd.h -%%ROOT%%/usr/include/skein_iv.h -%%ROOT%%/usr/include/skein_port.h -%%ROOT%%/usr/include/spawn.h -%%ROOT%%/usr/include/stab.h -%%ROOT%%/usr/include/stdalign.h -%%ROOT%%/usr/include/stdarg.h -%%ROOT%%/usr/include/stdatomic.h -%%ROOT%%/usr/include/stdbool.h -%%ROOT%%/usr/include/stddef.h -%%ROOT%%/usr/include/stdint.h -%%ROOT%%/usr/include/stdio.h -%%ROOT%%/usr/include/stdlib.h -%%ROOT%%/usr/include/stdnoreturn.h -%%ROOT%%/usr/include/string.h -%%ROOT%%/usr/include/string_m.h -%%ROOT%%/usr/include/stringlist.h -%%ROOT%%/usr/include/strings.h -%%ROOT%%/usr/include/sys/_atomic64e.h -%%ROOT%%/usr/include/sys/_atomic_subword.h -%%ROOT%%/usr/include/sys/_bitset.h -%%ROOT%%/usr/include/sys/_blockcount.h -%%ROOT%%/usr/include/sys/_bus_dma.h -%%ROOT%%/usr/include/sys/_callout.h -%%ROOT%%/usr/include/sys/_clock_id.h -%%ROOT%%/usr/include/sys/_cpuset.h -%%ROOT%%/usr/include/sys/_domainset.h -%%ROOT%%/usr/include/sys/_endian.h -%%ROOT%%/usr/include/sys/_eventhandler.h -%%ROOT%%/usr/include/sys/_ffcounter.h -%%ROOT%%/usr/include/sys/_iovec.h -%%ROOT%%/usr/include/sys/_lock.h -%%ROOT%%/usr/include/sys/_lockmgr.h -%%ROOT%%/usr/include/sys/_mutex.h -%%ROOT%%/usr/include/sys/_null.h -%%ROOT%%/usr/include/sys/_pctrie.h -%%ROOT%%/usr/include/sys/_pthreadtypes.h -%%ROOT%%/usr/include/sys/_rangeset.h -%%ROOT%%/usr/include/sys/_rmlock.h -%%ROOT%%/usr/include/sys/_rwlock.h -%%ROOT%%/usr/include/sys/_semaphore.h -%%ROOT%%/usr/include/sys/_seqc.h -%%ROOT%%/usr/include/sys/_sigset.h -%%ROOT%%/usr/include/sys/_smr.h -%%ROOT%%/usr/include/sys/_sockaddr_storage.h -%%ROOT%%/usr/include/sys/_stack.h -%%ROOT%%/usr/include/sys/_stdarg.h -%%ROOT%%/usr/include/sys/_stdint.h -%%ROOT%%/usr/include/sys/_sx.h -%%ROOT%%/usr/include/sys/_task.h -%%ROOT%%/usr/include/sys/_termios.h -%%ROOT%%/usr/include/sys/_timespec.h -%%ROOT%%/usr/include/sys/_timeval.h -%%ROOT%%/usr/include/sys/_tls_variant_i.h -%%ROOT%%/usr/include/sys/_types.h -%%ROOT%%/usr/include/sys/_ucontext.h -%%ROOT%%/usr/include/sys/_uio.h -%%ROOT%%/usr/include/sys/_umtx.h -%%ROOT%%/usr/include/sys/_unrhdr.h -%%ROOT%%/usr/include/sys/_winsize.h -%%ROOT%%/usr/include/sys/aac_ioctl.h -%%ROOT%%/usr/include/sys/abi_compat.h -%%ROOT%%/usr/include/sys/acct.h -%%ROOT%%/usr/include/sys/acl.h -%%ROOT%%/usr/include/sys/agpio.h -%%ROOT%%/usr/include/sys/aio.h -%%ROOT%%/usr/include/sys/alq.h -%%ROOT%%/usr/include/sys/apm.h -%%ROOT%%/usr/include/sys/arb.h -%%ROOT%%/usr/include/sys/asan.h -%%ROOT%%/usr/include/sys/assym.h -%%ROOT%%/usr/include/sys/ata.h -%%ROOT%%/usr/include/sys/atomic_common.h -%%ROOT%%/usr/include/sys/atomic_san.h -%%ROOT%%/usr/include/sys/auxv.h -%%ROOT%%/usr/include/sys/backlight.h -%%ROOT%%/usr/include/sys/bio.h -%%ROOT%%/usr/include/sys/bitset.h -%%ROOT%%/usr/include/sys/bitstring.h -%%ROOT%%/usr/include/sys/blist.h -%%ROOT%%/usr/include/sys/blockcount.h -%%ROOT%%/usr/include/sys/boot.h -%%ROOT%%/usr/include/sys/buf.h -%%ROOT%%/usr/include/sys/buf_ring.h -%%ROOT%%/usr/include/sys/bufobj.h -%%ROOT%%/usr/include/sys/bus.h -%%ROOT%%/usr/include/sys/bus_dma.h -%%ROOT%%/usr/include/sys/bus_dma_internal.h -%%ROOT%%/usr/include/sys/bus_san.h -%%ROOT%%/usr/include/sys/busdma_bufalloc.h -%%ROOT%%/usr/include/sys/callout.h -%%ROOT%%/usr/include/sys/caprights.h -%%ROOT%%/usr/include/sys/capsicum.h -%%ROOT%%/usr/include/sys/cdefs.h -%%ROOT%%/usr/include/sys/cdio.h -%%ROOT%%/usr/include/sys/cdrio.h -%%ROOT%%/usr/include/sys/cfictl.h -%%ROOT%%/usr/include/sys/chio.h -%%ROOT%%/usr/include/sys/ck.h -%%ROOT%%/usr/include/sys/clock.h -%%ROOT%%/usr/include/sys/cnv.h -%%ROOT%%/usr/include/sys/compressor.h -%%ROOT%%/usr/include/sys/condvar.h -%%ROOT%%/usr/include/sys/conf.h -%%ROOT%%/usr/include/sys/cons.h -%%ROOT%%/usr/include/sys/consio.h -%%ROOT%%/usr/include/sys/copyright.h -%%ROOT%%/usr/include/sys/counter.h -%%ROOT%%/usr/include/sys/coverage.h -%%ROOT%%/usr/include/sys/cpu.h -%%ROOT%%/usr/include/sys/cpuctl.h -%%ROOT%%/usr/include/sys/cpuset.h -%%ROOT%%/usr/include/sys/csan.h -%%ROOT%%/usr/include/sys/ctf.h -%%ROOT%%/usr/include/sys/ctf_api.h -%%ROOT%%/usr/include/sys/ctype.h -%%ROOT%%/usr/include/sys/devctl.h -%%ROOT%%/usr/include/sys/devicestat.h -%%ROOT%%/usr/include/sys/devmap.h -%%ROOT%%/usr/include/sys/dirent.h -%%ROOT%%/usr/include/sys/disk.h -%%ROOT%%/usr/include/sys/disk/apm.h -%%ROOT%%/usr/include/sys/disk/bsd.h -%%ROOT%%/usr/include/sys/disk/gpt.h -%%ROOT%%/usr/include/sys/disk/mbr.h -%%ROOT%%/usr/include/sys/disk_zone.h -%%ROOT%%/usr/include/sys/disklabel.h -%%ROOT%%/usr/include/sys/diskmbr.h -%%ROOT%%/usr/include/sys/dkstat.h -%%ROOT%%/usr/include/sys/dnv.h -%%ROOT%%/usr/include/sys/domain.h -%%ROOT%%/usr/include/sys/domainset.h -%%ROOT%%/usr/include/sys/dtrace.h -%%ROOT%%/usr/include/sys/dtrace_bsd.h -%%ROOT%%/usr/include/sys/dvdio.h -%%ROOT%%/usr/include/sys/efi.h -%%ROOT%%/usr/include/sys/efiio.h -%%ROOT%%/usr/include/sys/elf.h -%%ROOT%%/usr/include/sys/elf32.h -%%ROOT%%/usr/include/sys/elf64.h -%%ROOT%%/usr/include/sys/elf_common.h -%%ROOT%%/usr/include/sys/elf_generic.h -%%ROOT%%/usr/include/sys/endian.h -%%ROOT%%/usr/include/sys/epoch.h -%%ROOT%%/usr/include/sys/errno.h -%%ROOT%%/usr/include/sys/eui64.h -%%ROOT%%/usr/include/sys/event.h -%%ROOT%%/usr/include/sys/eventfd.h -%%ROOT%%/usr/include/sys/eventhandler.h -%%ROOT%%/usr/include/sys/eventvar.h -%%ROOT%%/usr/include/sys/exec.h -%%ROOT%%/usr/include/sys/extattr.h -%%ROOT%%/usr/include/sys/fail.h -%%ROOT%%/usr/include/sys/fbio.h -%%ROOT%%/usr/include/sys/fcntl.h -%%ROOT%%/usr/include/sys/fdcio.h -%%ROOT%%/usr/include/sys/file.h -%%ROOT%%/usr/include/sys/filedesc.h -%%ROOT%%/usr/include/sys/filio.h -%%ROOT%%/usr/include/sys/firmware.h -%%ROOT%%/usr/include/sys/fnv_hash.h -%%ROOT%%/usr/include/sys/font.h -%%ROOT%%/usr/include/sys/gmon.h -%%ROOT%%/usr/include/sys/gpio.h -%%ROOT%%/usr/include/sys/gpt.h -%%ROOT%%/usr/include/sys/gsb_crc32.h -%%ROOT%%/usr/include/sys/gtaskqueue.h -%%ROOT%%/usr/include/sys/hash.h -%%ROOT%%/usr/include/sys/hhook.h -%%ROOT%%/usr/include/sys/iconv.h -%%ROOT%%/usr/include/sys/imgact.h -%%ROOT%%/usr/include/sys/imgact_aout.h -%%ROOT%%/usr/include/sys/imgact_binmisc.h -%%ROOT%%/usr/include/sys/imgact_elf.h -%%ROOT%%/usr/include/sys/interrupt.h -%%ROOT%%/usr/include/sys/intr.h -%%ROOT%%/usr/include/sys/ioccom.h -%%ROOT%%/usr/include/sys/ioctl.h -%%ROOT%%/usr/include/sys/ioctl_compat.h -%%ROOT%%/usr/include/sys/iov.h -%%ROOT%%/usr/include/sys/iov_schema.h -%%ROOT%%/usr/include/sys/ipc.h -%%ROOT%%/usr/include/sys/ipmi.h -%%ROOT%%/usr/include/sys/jail.h -%%ROOT%%/usr/include/sys/joystick.h -%%ROOT%%/usr/include/sys/kassert.h -%%ROOT%%/usr/include/sys/kbio.h -%%ROOT%%/usr/include/sys/kcov.h -%%ROOT%%/usr/include/sys/kdb.h -%%ROOT%%/usr/include/sys/kenv.h -%%ROOT%%/usr/include/sys/kern_prefetch.h -%%ROOT%%/usr/include/sys/kernel.h -%%ROOT%%/usr/include/sys/kerneldump.h -%%ROOT%%/usr/include/sys/khelp.h -%%ROOT%%/usr/include/sys/kobj.h -%%ROOT%%/usr/include/sys/kpilite.h -%%ROOT%%/usr/include/sys/ksem.h -%%ROOT%%/usr/include/sys/kthread.h -%%ROOT%%/usr/include/sys/ktls.h -%%ROOT%%/usr/include/sys/ktr.h -%%ROOT%%/usr/include/sys/ktr_class.h -%%ROOT%%/usr/include/sys/ktrace.h -%%ROOT%%/usr/include/sys/libkern.h -%%ROOT%%/usr/include/sys/limits.h -%%ROOT%%/usr/include/sys/link_aout.h -%%ROOT%%/usr/include/sys/link_elf.h -%%ROOT%%/usr/include/sys/linker.h -%%ROOT%%/usr/include/sys/linker_set.h -%%ROOT%%/usr/include/sys/lock.h -%%ROOT%%/usr/include/sys/lock_profile.h -%%ROOT%%/usr/include/sys/lockf.h -%%ROOT%%/usr/include/sys/lockmgr.h -%%ROOT%%/usr/include/sys/lockstat.h -%%ROOT%%/usr/include/sys/loginclass.h -%%ROOT%%/usr/include/sys/mac.h -%%ROOT%%/usr/include/sys/malloc.h -%%ROOT%%/usr/include/sys/mbuf.h -%%ROOT%%/usr/include/sys/mchain.h -%%ROOT%%/usr/include/sys/md4.h -%%ROOT%%/usr/include/sys/md5.h -%%ROOT%%/usr/include/sys/mdioctl.h -%%ROOT%%/usr/include/sys/membarrier.h -%%ROOT%%/usr/include/sys/memdesc.h -%%ROOT%%/usr/include/sys/memrange.h -%%ROOT%%/usr/include/sys/mman.h -%%ROOT%%/usr/include/sys/module.h -%%ROOT%%/usr/include/sys/module_khelp.h -%%ROOT%%/usr/include/sys/mount.h -%%ROOT%%/usr/include/sys/mouse.h -%%ROOT%%/usr/include/sys/mpt_ioctl.h -%%ROOT%%/usr/include/sys/mqueue.h -%%ROOT%%/usr/include/sys/msg.h -%%ROOT%%/usr/include/sys/msgbuf.h -%%ROOT%%/usr/include/sys/mtio.h -%%ROOT%%/usr/include/sys/mutex.h -%%ROOT%%/usr/include/sys/namei.h -%%ROOT%%/usr/include/sys/nlist_aout.h -%%ROOT%%/usr/include/sys/nv.h -%%ROOT%%/usr/include/sys/nvpair.h -%%ROOT%%/usr/include/sys/osd.h -%%ROOT%%/usr/include/sys/param.h -%%ROOT%%/usr/include/sys/pciio.h -%%ROOT%%/usr/include/sys/pcpu.h -%%ROOT%%/usr/include/sys/pctrie.h -%%ROOT%%/usr/include/sys/physmem.h -%%ROOT%%/usr/include/sys/pidctrl.h -%%ROOT%%/usr/include/sys/pipe.h -%%ROOT%%/usr/include/sys/pmc.h -%%ROOT%%/usr/include/sys/pmckern.h -%%ROOT%%/usr/include/sys/pmclog.h -%%ROOT%%/usr/include/sys/poll.h -%%ROOT%%/usr/include/sys/posix4.h -%%ROOT%%/usr/include/sys/power.h -%%ROOT%%/usr/include/sys/priority.h -%%ROOT%%/usr/include/sys/priv.h -%%ROOT%%/usr/include/sys/prng.h -%%ROOT%%/usr/include/sys/proc.h -%%ROOT%%/usr/include/sys/procctl.h -%%ROOT%%/usr/include/sys/procdesc.h -%%ROOT%%/usr/include/sys/procfs.h -%%ROOT%%/usr/include/sys/protosw.h -%%ROOT%%/usr/include/sys/ptio.h -%%ROOT%%/usr/include/sys/ptrace.h -%%ROOT%%/usr/include/sys/qmath.h -%%ROOT%%/usr/include/sys/queue.h -%%ROOT%%/usr/include/sys/racct.h -%%ROOT%%/usr/include/sys/random.h -%%ROOT%%/usr/include/sys/rangelock.h -%%ROOT%%/usr/include/sys/rangeset.h -%%ROOT%%/usr/include/sys/rctl.h -%%ROOT%%/usr/include/sys/reboot.h -%%ROOT%%/usr/include/sys/refcount.h -%%ROOT%%/usr/include/sys/reg.h -%%ROOT%%/usr/include/sys/regression.h -%%ROOT%%/usr/include/sys/resource.h -%%ROOT%%/usr/include/sys/resourcevar.h -%%ROOT%%/usr/include/sys/rman.h -%%ROOT%%/usr/include/sys/rmlock.h -%%ROOT%%/usr/include/sys/rtprio.h -%%ROOT%%/usr/include/sys/runq.h -%%ROOT%%/usr/include/sys/rwlock.h -%%ROOT%%/usr/include/sys/sbuf.h -%%ROOT%%/usr/include/sys/sched.h -%%ROOT%%/usr/include/sys/sdt.h -%%ROOT%%/usr/include/sys/select.h -%%ROOT%%/usr/include/sys/selinfo.h -%%ROOT%%/usr/include/sys/sem.h -%%ROOT%%/usr/include/sys/sema.h -%%ROOT%%/usr/include/sys/seqc.h -%%ROOT%%/usr/include/sys/serial.h -%%ROOT%%/usr/include/sys/sf_buf.h -%%ROOT%%/usr/include/sys/sglist.h -%%ROOT%%/usr/include/sys/shm.h -%%ROOT%%/usr/include/sys/sigio.h -%%ROOT%%/usr/include/sys/signal.h -%%ROOT%%/usr/include/sys/signalvar.h -%%ROOT%%/usr/include/sys/sleepqueue.h -%%ROOT%%/usr/include/sys/slicer.h -%%ROOT%%/usr/include/sys/smp.h -%%ROOT%%/usr/include/sys/smr.h -%%ROOT%%/usr/include/sys/smr_types.h -%%ROOT%%/usr/include/sys/snoop.h -%%ROOT%%/usr/include/sys/sockbuf.h -%%ROOT%%/usr/include/sys/socket.h -%%ROOT%%/usr/include/sys/socketvar.h -%%ROOT%%/usr/include/sys/sockio.h -%%ROOT%%/usr/include/sys/sockopt.h -%%ROOT%%/usr/include/sys/soundcard.h -%%ROOT%%/usr/include/sys/specialfd.h -%%ROOT%%/usr/include/sys/spigenio.h -%%ROOT%%/usr/include/sys/stack.h -%%ROOT%%/usr/include/sys/stat.h -%%ROOT%%/usr/include/sys/stats.h -%%ROOT%%/usr/include/sys/statvfs.h -%%ROOT%%/usr/include/sys/stdatomic.h -%%ROOT%%/usr/include/sys/stddef.h -%%ROOT%%/usr/include/sys/stdint.h -%%ROOT%%/usr/include/sys/sx.h -%%ROOT%%/usr/include/sys/syscall.h -%%ROOT%%/usr/include/sys/syscallsubr.h -%%ROOT%%/usr/include/sys/sysctl.h -%%ROOT%%/usr/include/sys/sysent.h -%%ROOT%%/usr/include/sys/syslimits.h -%%ROOT%%/usr/include/sys/syslog.h -%%ROOT%%/usr/include/sys/sysproto.h -%%ROOT%%/usr/include/sys/systm.h -%%ROOT%%/usr/include/sys/taskqueue.h -%%ROOT%%/usr/include/sys/terminal.h -%%ROOT%%/usr/include/sys/termios.h -%%ROOT%%/usr/include/sys/thr.h -%%ROOT%%/usr/include/sys/tiio.h -%%ROOT%%/usr/include/sys/tim_filter.h -%%ROOT%%/usr/include/sys/time.h -%%ROOT%%/usr/include/sys/timeb.h -%%ROOT%%/usr/include/sys/timeet.h -%%ROOT%%/usr/include/sys/timeffc.h -%%ROOT%%/usr/include/sys/timepps.h -%%ROOT%%/usr/include/sys/timers.h -%%ROOT%%/usr/include/sys/times.h -%%ROOT%%/usr/include/sys/timespec.h -%%ROOT%%/usr/include/sys/timetc.h -%%ROOT%%/usr/include/sys/timex.h -%%ROOT%%/usr/include/sys/tree.h -%%ROOT%%/usr/include/sys/tslog.h -%%ROOT%%/usr/include/sys/tty.h -%%ROOT%%/usr/include/sys/ttycom.h -%%ROOT%%/usr/include/sys/ttydefaults.h -%%ROOT%%/usr/include/sys/ttydevsw.h -%%ROOT%%/usr/include/sys/ttydisc.h -%%ROOT%%/usr/include/sys/ttyhook.h -%%ROOT%%/usr/include/sys/ttyqueue.h -%%ROOT%%/usr/include/sys/turnstile.h -%%ROOT%%/usr/include/sys/types.h -%%ROOT%%/usr/include/sys/ucontext.h -%%ROOT%%/usr/include/sys/ucred.h -%%ROOT%%/usr/include/sys/uio.h -%%ROOT%%/usr/include/sys/umtx.h -%%ROOT%%/usr/include/sys/umtxvar.h -%%ROOT%%/usr/include/sys/un.h -%%ROOT%%/usr/include/sys/unistd.h -%%ROOT%%/usr/include/sys/unpcb.h -%%ROOT%%/usr/include/sys/user.h -%%ROOT%%/usr/include/sys/utsname.h -%%ROOT%%/usr/include/sys/uuid.h -%%ROOT%%/usr/include/sys/vdso.h -%%ROOT%%/usr/include/sys/vmem.h -%%ROOT%%/usr/include/sys/vmmeter.h -%%ROOT%%/usr/include/sys/vnode.h -%%ROOT%%/usr/include/sys/wait.h -%%ROOT%%/usr/include/sys/watchdog.h -%%ROOT%%/usr/include/sysdecode.h -%%ROOT%%/usr/include/sysexits.h -%%ROOT%%/usr/include/syslog.h -%%ROOT%%/usr/include/taclib.h -%%ROOT%%/usr/include/tar.h -%%ROOT%%/usr/include/tcpd.h -%%ROOT%%/usr/include/teken/teken.h -%%ROOT%%/usr/include/term.h -%%ROOT%%/usr/include/termcap.h -%%ROOT%%/usr/include/termios.h -%%ROOT%%/usr/include/tgmath.h -%%ROOT%%/usr/include/thread_db.h -%%ROOT%%/usr/include/thread_pool_impl.h -%%ROOT%%/usr/include/threads.h -%%ROOT%%/usr/include/time.h -%%ROOT%%/usr/include/timeconv.h -%%ROOT%%/usr/include/timers.h -%%ROOT%%/usr/include/ttyent.h -%%ROOT%%/usr/include/uchar.h -%%ROOT%%/usr/include/ucontext.h -%%ROOT%%/usr/include/ufs/ffs/ffs_extern.h -%%ROOT%%/usr/include/ufs/ffs/fs.h -%%ROOT%%/usr/include/ufs/ffs/softdep.h -%%ROOT%%/usr/include/ufs/ufs/acl.h -%%ROOT%%/usr/include/ufs/ufs/dinode.h -%%ROOT%%/usr/include/ufs/ufs/dir.h -%%ROOT%%/usr/include/ufs/ufs/dirhash.h -%%ROOT%%/usr/include/ufs/ufs/extattr.h -%%ROOT%%/usr/include/ufs/ufs/gjournal.h -%%ROOT%%/usr/include/ufs/ufs/inode.h -%%ROOT%%/usr/include/ufs/ufs/quota.h -%%ROOT%%/usr/include/ufs/ufs/ufs_extern.h -%%ROOT%%/usr/include/ufs/ufs/ufsmount.h -%%ROOT%%/usr/include/ugidfw.h -%%ROOT%%/usr/include/ulimit.h -%%ROOT%%/usr/include/ulog.h -%%ROOT%%/usr/include/unctrl.h -%%ROOT%%/usr/include/unistd.h -%%ROOT%%/usr/include/unwind.h -%%ROOT%%/usr/include/unwind_arm_ehabi.h -%%ROOT%%/usr/include/unwind_itanium.h -%%ROOT%%/usr/include/usb.h -%%ROOT%%/usr/include/usbhid.h -%%ROOT%%/usr/include/utempter.h -%%ROOT%%/usr/include/utime.h -%%ROOT%%/usr/include/utmpx.h -%%ROOT%%/usr/include/uuid.h -%%ROOT%%/usr/include/varargs.h -%%ROOT%%/usr/include/vis.h -%%ROOT%%/usr/include/vm/_vm_phys.h -%%ROOT%%/usr/include/vm/_vm_radix.h -%%ROOT%%/usr/include/vm/memguard.h -%%ROOT%%/usr/include/vm/pmap.h -%%ROOT%%/usr/include/vm/redzone.h -%%ROOT%%/usr/include/vm/swap_pager.h -%%ROOT%%/usr/include/vm/uma.h -%%ROOT%%/usr/include/vm/uma_align_mask.h -%%ROOT%%/usr/include/vm/uma_dbg.h -%%ROOT%%/usr/include/vm/uma_int.h -%%ROOT%%/usr/include/vm/vm.h -%%ROOT%%/usr/include/vm/vm_domainset.h -%%ROOT%%/usr/include/vm/vm_dumpset.h -%%ROOT%%/usr/include/vm/vm_extern.h -%%ROOT%%/usr/include/vm/vm_kern.h -%%ROOT%%/usr/include/vm/vm_map.h -%%ROOT%%/usr/include/vm/vm_object.h -%%ROOT%%/usr/include/vm/vm_page.h -%%ROOT%%/usr/include/vm/vm_pageout.h -%%ROOT%%/usr/include/vm/vm_pagequeue.h -%%ROOT%%/usr/include/vm/vm_pager.h -%%ROOT%%/usr/include/vm/vm_param.h -%%ROOT%%/usr/include/vm/vm_phys.h -%%ROOT%%/usr/include/vm/vm_radix.h -%%ROOT%%/usr/include/vm/vm_reserv.h -%%ROOT%%/usr/include/vm/vnode_pager.h -%%ROOT%%/usr/include/wchar.h -%%ROOT%%/usr/include/wctype.h -%%ROOT%%/usr/include/wind.h -%%ROOT%%/usr/include/wind_err.h -%%ROOT%%/usr/include/wordexp.h -%%ROOT%%/usr/include/xdbm.h -%%ROOT%%/usr/include/xlocale.h -%%ROOT%%/usr/include/xlocale/_ctype.h -%%ROOT%%/usr/include/xlocale/_inttypes.h -%%ROOT%%/usr/include/xlocale/_langinfo.h -%%ROOT%%/usr/include/xlocale/_locale.h -%%ROOT%%/usr/include/xlocale/_monetary.h -%%ROOT%%/usr/include/xlocale/_stdio.h -%%ROOT%%/usr/include/xlocale/_stdlib.h -%%ROOT%%/usr/include/xlocale/_string.h -%%ROOT%%/usr/include/xlocale/_strings.h -%%ROOT%%/usr/include/xlocale/_time.h -%%ROOT%%/usr/include/xlocale/_uchar.h -%%ROOT%%/usr/include/xlocale/_wchar.h -%%ROOT%%/usr/include/ypclnt.h -%%ROOT%%/usr/include/zconf.h -%%ROOT%%/usr/include/zdb.h -%%ROOT%%/usr/include/zinject.h -%%ROOT%%/usr/include/zlib.h -%%ROOT%%/usr/include/zstream.h -%%ROOT%%/usr/include/zutil_import.h -%%ROOT%%/usr/lib/Scrt1.o -%%ROOT%%/usr/lib/clang/18/include/__clang_cuda_builtin_vars.h -%%ROOT%%/usr/lib/clang/18/include/__clang_cuda_cmath.h -%%ROOT%%/usr/lib/clang/18/include/__clang_cuda_complex_builtins.h -%%ROOT%%/usr/lib/clang/18/include/__clang_cuda_device_functions.h -%%ROOT%%/usr/lib/clang/18/include/__clang_cuda_intrinsics.h -%%ROOT%%/usr/lib/clang/18/include/__clang_cuda_libdevice_declares.h -%%ROOT%%/usr/lib/clang/18/include/__clang_cuda_math.h -%%ROOT%%/usr/lib/clang/18/include/__clang_cuda_math_forward_declares.h -%%ROOT%%/usr/lib/clang/18/include/__clang_cuda_runtime_wrapper.h -%%ROOT%%/usr/lib/clang/18/include/__clang_cuda_texture_intrinsics.h -%%ROOT%%/usr/lib/clang/18/include/__clang_hip_cmath.h -%%ROOT%%/usr/lib/clang/18/include/__clang_hip_libdevice_declares.h -%%ROOT%%/usr/lib/clang/18/include/__clang_hip_math.h -%%ROOT%%/usr/lib/clang/18/include/__clang_hip_runtime_wrapper.h -%%ROOT%%/usr/lib/clang/18/include/__clang_hip_stdlib.h -%%ROOT%%/usr/lib/clang/18/include/__stdarg___gnuc_va_list.h -%%ROOT%%/usr/lib/clang/18/include/__stdarg___va_copy.h -%%ROOT%%/usr/lib/clang/18/include/__stdarg_va_arg.h -%%ROOT%%/usr/lib/clang/18/include/__stdarg_va_copy.h -%%ROOT%%/usr/lib/clang/18/include/__stdarg_va_list.h -%%ROOT%%/usr/lib/clang/18/include/__stddef_max_align_t.h -%%ROOT%%/usr/lib/clang/18/include/__stddef_null.h -%%ROOT%%/usr/lib/clang/18/include/__stddef_nullptr_t.h -%%ROOT%%/usr/lib/clang/18/include/__stddef_offsetof.h -%%ROOT%%/usr/lib/clang/18/include/__stddef_ptrdiff_t.h -%%ROOT%%/usr/lib/clang/18/include/__stddef_rsize_t.h -%%ROOT%%/usr/lib/clang/18/include/__stddef_size_t.h -%%ROOT%%/usr/lib/clang/18/include/__stddef_unreachable.h -%%ROOT%%/usr/lib/clang/18/include/__stddef_wchar_t.h -%%ROOT%%/usr/lib/clang/18/include/__stddef_wint_t.h -%%ROOT%%/usr/lib/clang/18/include/__wmmintrin_aes.h -%%ROOT%%/usr/lib/clang/18/include/__wmmintrin_pclmul.h -%%ROOT%%/usr/lib/clang/18/include/adcintrin.h -%%ROOT%%/usr/lib/clang/18/include/adxintrin.h -%%ROOT%%/usr/lib/clang/18/include/altivec.h -%%ROOT%%/usr/lib/clang/18/include/ammintrin.h -%%ROOT%%/usr/lib/clang/18/include/amxcomplexintrin.h -%%ROOT%%/usr/lib/clang/18/include/amxfp16intrin.h -%%ROOT%%/usr/lib/clang/18/include/amxintrin.h -%%ROOT%%/usr/lib/clang/18/include/arm64intr.h -%%ROOT%%/usr/lib/clang/18/include/arm_acle.h -%%ROOT%%/usr/lib/clang/18/include/arm_bf16.h -%%ROOT%%/usr/lib/clang/18/include/arm_cde.h -%%ROOT%%/usr/lib/clang/18/include/arm_cmse.h -%%ROOT%%/usr/lib/clang/18/include/arm_fp16.h -%%ROOT%%/usr/lib/clang/18/include/arm_mve.h -%%ROOT%%/usr/lib/clang/18/include/arm_neon.h -%%ROOT%%/usr/lib/clang/18/include/arm_neon_sve_bridge.h -%%ROOT%%/usr/lib/clang/18/include/arm_sme_draft_spec_subject_to_change.h -%%ROOT%%/usr/lib/clang/18/include/arm_sve.h -%%ROOT%%/usr/lib/clang/18/include/arm_vector_types.h -%%ROOT%%/usr/lib/clang/18/include/armintr.h -%%ROOT%%/usr/lib/clang/18/include/avx2intrin.h -%%ROOT%%/usr/lib/clang/18/include/avx512bf16intrin.h -%%ROOT%%/usr/lib/clang/18/include/avx512bitalgintrin.h -%%ROOT%%/usr/lib/clang/18/include/avx512bwintrin.h -%%ROOT%%/usr/lib/clang/18/include/avx512cdintrin.h -%%ROOT%%/usr/lib/clang/18/include/avx512dqintrin.h -%%ROOT%%/usr/lib/clang/18/include/avx512erintrin.h -%%ROOT%%/usr/lib/clang/18/include/avx512fintrin.h -%%ROOT%%/usr/lib/clang/18/include/avx512fp16intrin.h -%%ROOT%%/usr/lib/clang/18/include/avx512ifmaintrin.h -%%ROOT%%/usr/lib/clang/18/include/avx512ifmavlintrin.h -%%ROOT%%/usr/lib/clang/18/include/avx512pfintrin.h -%%ROOT%%/usr/lib/clang/18/include/avx512vbmi2intrin.h -%%ROOT%%/usr/lib/clang/18/include/avx512vbmiintrin.h -%%ROOT%%/usr/lib/clang/18/include/avx512vbmivlintrin.h -%%ROOT%%/usr/lib/clang/18/include/avx512vlbf16intrin.h -%%ROOT%%/usr/lib/clang/18/include/avx512vlbitalgintrin.h -%%ROOT%%/usr/lib/clang/18/include/avx512vlbwintrin.h -%%ROOT%%/usr/lib/clang/18/include/avx512vlcdintrin.h -%%ROOT%%/usr/lib/clang/18/include/avx512vldqintrin.h -%%ROOT%%/usr/lib/clang/18/include/avx512vlfp16intrin.h -%%ROOT%%/usr/lib/clang/18/include/avx512vlintrin.h -%%ROOT%%/usr/lib/clang/18/include/avx512vlvbmi2intrin.h -%%ROOT%%/usr/lib/clang/18/include/avx512vlvnniintrin.h -%%ROOT%%/usr/lib/clang/18/include/avx512vlvp2intersectintrin.h -%%ROOT%%/usr/lib/clang/18/include/avx512vnniintrin.h -%%ROOT%%/usr/lib/clang/18/include/avx512vp2intersectintrin.h -%%ROOT%%/usr/lib/clang/18/include/avx512vpopcntdqintrin.h -%%ROOT%%/usr/lib/clang/18/include/avx512vpopcntdqvlintrin.h -%%ROOT%%/usr/lib/clang/18/include/avxifmaintrin.h -%%ROOT%%/usr/lib/clang/18/include/avxintrin.h -%%ROOT%%/usr/lib/clang/18/include/avxneconvertintrin.h -%%ROOT%%/usr/lib/clang/18/include/avxvnniint16intrin.h -%%ROOT%%/usr/lib/clang/18/include/avxvnniint8intrin.h -%%ROOT%%/usr/lib/clang/18/include/avxvnniintrin.h -%%ROOT%%/usr/lib/clang/18/include/bmi2intrin.h -%%ROOT%%/usr/lib/clang/18/include/bmiintrin.h -%%ROOT%%/usr/lib/clang/18/include/builtins.h -%%ROOT%%/usr/lib/clang/18/include/cet.h -%%ROOT%%/usr/lib/clang/18/include/cetintrin.h -%%ROOT%%/usr/lib/clang/18/include/cldemoteintrin.h -%%ROOT%%/usr/lib/clang/18/include/clflushoptintrin.h -%%ROOT%%/usr/lib/clang/18/include/clwbintrin.h -%%ROOT%%/usr/lib/clang/18/include/clzerointrin.h -%%ROOT%%/usr/lib/clang/18/include/cmpccxaddintrin.h -%%ROOT%%/usr/lib/clang/18/include/cpuid.h -%%ROOT%%/usr/lib/clang/18/include/crc32intrin.h -%%ROOT%%/usr/lib/clang/18/include/cuda_wrappers/algorithm -%%ROOT%%/usr/lib/clang/18/include/cuda_wrappers/bits/basic_string.h -%%ROOT%%/usr/lib/clang/18/include/cuda_wrappers/bits/basic_string.tcc -%%ROOT%%/usr/lib/clang/18/include/cuda_wrappers/bits/shared_ptr_base.h -%%ROOT%%/usr/lib/clang/18/include/cuda_wrappers/cmath -%%ROOT%%/usr/lib/clang/18/include/cuda_wrappers/complex -%%ROOT%%/usr/lib/clang/18/include/cuda_wrappers/new -%%ROOT%%/usr/lib/clang/18/include/emmintrin.h -%%ROOT%%/usr/lib/clang/18/include/enqcmdintrin.h -%%ROOT%%/usr/lib/clang/18/include/f16cintrin.h -%%ROOT%%/usr/lib/clang/18/include/fma4intrin.h -%%ROOT%%/usr/lib/clang/18/include/fmaintrin.h -%%ROOT%%/usr/lib/clang/18/include/fxsrintrin.h -%%ROOT%%/usr/lib/clang/18/include/gfniintrin.h -%%ROOT%%/usr/lib/clang/18/include/hexagon_circ_brev_intrinsics.h -%%ROOT%%/usr/lib/clang/18/include/hexagon_protos.h -%%ROOT%%/usr/lib/clang/18/include/hexagon_types.h -%%ROOT%%/usr/lib/clang/18/include/hlsl.h -%%ROOT%%/usr/lib/clang/18/include/hlsl/hlsl_basic_types.h -%%ROOT%%/usr/lib/clang/18/include/hlsl/hlsl_intrinsics.h -%%ROOT%%/usr/lib/clang/18/include/hresetintrin.h -%%ROOT%%/usr/lib/clang/18/include/htmintrin.h -%%ROOT%%/usr/lib/clang/18/include/htmxlintrin.h -%%ROOT%%/usr/lib/clang/18/include/hvx_hexagon_protos.h -%%ROOT%%/usr/lib/clang/18/include/ia32intrin.h -%%ROOT%%/usr/lib/clang/18/include/immintrin.h -%%ROOT%%/usr/lib/clang/18/include/invpcidintrin.h -%%ROOT%%/usr/lib/clang/18/include/keylockerintrin.h -%%ROOT%%/usr/lib/clang/18/include/larchintrin.h -%%ROOT%%/usr/lib/clang/18/include/lasxintrin.h -%%ROOT%%/usr/lib/clang/18/include/lsxintrin.h -%%ROOT%%/usr/lib/clang/18/include/lwpintrin.h -%%ROOT%%/usr/lib/clang/18/include/lzcntintrin.h -%%ROOT%%/usr/lib/clang/18/include/mm3dnow.h -%%ROOT%%/usr/lib/clang/18/include/mm_malloc.h -%%ROOT%%/usr/lib/clang/18/include/mmintrin.h -%%ROOT%%/usr/lib/clang/18/include/module.modulemap -%%ROOT%%/usr/lib/clang/18/include/movdirintrin.h -%%ROOT%%/usr/lib/clang/18/include/msa.h -%%ROOT%%/usr/lib/clang/18/include/mwaitxintrin.h -%%ROOT%%/usr/lib/clang/18/include/nmmintrin.h -%%ROOT%%/usr/lib/clang/18/include/opencl-c-base.h -%%ROOT%%/usr/lib/clang/18/include/opencl-c.h -%%ROOT%%/usr/lib/clang/18/include/openmp_wrappers/__clang_openmp_device_functions.h -%%ROOT%%/usr/lib/clang/18/include/openmp_wrappers/cmath -%%ROOT%%/usr/lib/clang/18/include/openmp_wrappers/complex -%%ROOT%%/usr/lib/clang/18/include/openmp_wrappers/complex.h -%%ROOT%%/usr/lib/clang/18/include/openmp_wrappers/complex_cmath.h -%%ROOT%%/usr/lib/clang/18/include/openmp_wrappers/math.h -%%ROOT%%/usr/lib/clang/18/include/openmp_wrappers/new -%%ROOT%%/usr/lib/clang/18/include/pconfigintrin.h -%%ROOT%%/usr/lib/clang/18/include/pkuintrin.h -%%ROOT%%/usr/lib/clang/18/include/pmmintrin.h -%%ROOT%%/usr/lib/clang/18/include/popcntintrin.h -%%ROOT%%/usr/lib/clang/18/include/ppc_wrappers/bmi2intrin.h -%%ROOT%%/usr/lib/clang/18/include/ppc_wrappers/bmiintrin.h -%%ROOT%%/usr/lib/clang/18/include/ppc_wrappers/emmintrin.h -%%ROOT%%/usr/lib/clang/18/include/ppc_wrappers/immintrin.h -%%ROOT%%/usr/lib/clang/18/include/ppc_wrappers/mm_malloc.h -%%ROOT%%/usr/lib/clang/18/include/ppc_wrappers/mmintrin.h -%%ROOT%%/usr/lib/clang/18/include/ppc_wrappers/nmmintrin.h -%%ROOT%%/usr/lib/clang/18/include/ppc_wrappers/pmmintrin.h -%%ROOT%%/usr/lib/clang/18/include/ppc_wrappers/smmintrin.h -%%ROOT%%/usr/lib/clang/18/include/ppc_wrappers/tmmintrin.h -%%ROOT%%/usr/lib/clang/18/include/ppc_wrappers/x86gprintrin.h -%%ROOT%%/usr/lib/clang/18/include/ppc_wrappers/x86intrin.h -%%ROOT%%/usr/lib/clang/18/include/ppc_wrappers/xmmintrin.h -%%ROOT%%/usr/lib/clang/18/include/prfchiintrin.h -%%ROOT%%/usr/lib/clang/18/include/prfchwintrin.h -%%ROOT%%/usr/lib/clang/18/include/profile/InstrProfData.inc -%%ROOT%%/usr/lib/clang/18/include/profile/MemProfData.inc -%%ROOT%%/usr/lib/clang/18/include/ptwriteintrin.h -%%ROOT%%/usr/lib/clang/18/include/raointintrin.h -%%ROOT%%/usr/lib/clang/18/include/rdpruintrin.h -%%ROOT%%/usr/lib/clang/18/include/rdseedintrin.h -%%ROOT%%/usr/lib/clang/18/include/riscv_bitmanip.h -%%ROOT%%/usr/lib/clang/18/include/riscv_crypto.h -%%ROOT%%/usr/lib/clang/18/include/riscv_ntlh.h -%%ROOT%%/usr/lib/clang/18/include/riscv_vector.h -%%ROOT%%/usr/lib/clang/18/include/rtmintrin.h -%%ROOT%%/usr/lib/clang/18/include/s390intrin.h -%%ROOT%%/usr/lib/clang/18/include/sanitizer/allocator_interface.h -%%ROOT%%/usr/lib/clang/18/include/sanitizer/asan_interface.h -%%ROOT%%/usr/lib/clang/18/include/sanitizer/common_interface_defs.h -%%ROOT%%/usr/lib/clang/18/include/sanitizer/coverage_interface.h -%%ROOT%%/usr/lib/clang/18/include/sanitizer/dfsan_interface.h -%%ROOT%%/usr/lib/clang/18/include/sanitizer/hwasan_interface.h -%%ROOT%%/usr/lib/clang/18/include/sanitizer/linux_syscall_hooks.h -%%ROOT%%/usr/lib/clang/18/include/sanitizer/lsan_interface.h -%%ROOT%%/usr/lib/clang/18/include/sanitizer/memprof_interface.h -%%ROOT%%/usr/lib/clang/18/include/sanitizer/msan_interface.h -%%ROOT%%/usr/lib/clang/18/include/sanitizer/netbsd_syscall_hooks.h -%%ROOT%%/usr/lib/clang/18/include/sanitizer/scudo_interface.h -%%ROOT%%/usr/lib/clang/18/include/sanitizer/tsan_interface.h -%%ROOT%%/usr/lib/clang/18/include/sanitizer/tsan_interface_atomic.h -%%ROOT%%/usr/lib/clang/18/include/sanitizer/ubsan_interface.h -%%ROOT%%/usr/lib/clang/18/include/serializeintrin.h -%%ROOT%%/usr/lib/clang/18/include/sgxintrin.h -%%ROOT%%/usr/lib/clang/18/include/sha512intrin.h -%%ROOT%%/usr/lib/clang/18/include/shaintrin.h -%%ROOT%%/usr/lib/clang/18/include/sifive_vector.h -%%ROOT%%/usr/lib/clang/18/include/sm3intrin.h -%%ROOT%%/usr/lib/clang/18/include/sm4intrin.h -%%ROOT%%/usr/lib/clang/18/include/smmintrin.h -%%ROOT%%/usr/lib/clang/18/include/stdckdint.h -%%ROOT%%/usr/lib/clang/18/include/tbmintrin.h -%%ROOT%%/usr/lib/clang/18/include/tmmintrin.h -%%ROOT%%/usr/lib/clang/18/include/tsxldtrkintrin.h -%%ROOT%%/usr/lib/clang/18/include/uintrintrin.h -%%ROOT%%/usr/lib/clang/18/include/usermsrintrin.h -%%ROOT%%/usr/lib/clang/18/include/vadefs.h -%%ROOT%%/usr/lib/clang/18/include/vaesintrin.h -%%ROOT%%/usr/lib/clang/18/include/vecintrin.h -%%ROOT%%/usr/lib/clang/18/include/velintrin.h -%%ROOT%%/usr/lib/clang/18/include/velintrin_approx.h -%%ROOT%%/usr/lib/clang/18/include/velintrin_gen.h -%%ROOT%%/usr/lib/clang/18/include/vpclmulqdqintrin.h -%%ROOT%%/usr/lib/clang/18/include/waitpkgintrin.h -%%ROOT%%/usr/lib/clang/18/include/wasm_simd128.h -%%ROOT%%/usr/lib/clang/18/include/wbnoinvdintrin.h -%%ROOT%%/usr/lib/clang/18/include/wmmintrin.h -%%ROOT%%/usr/lib/clang/18/include/x86gprintrin.h -%%ROOT%%/usr/lib/clang/18/include/x86intrin.h -%%ROOT%%/usr/lib/clang/18/include/xmmintrin.h -%%ROOT%%/usr/lib/clang/18/include/xopintrin.h -%%ROOT%%/usr/lib/clang/18/include/xsavecintrin.h -%%ROOT%%/usr/lib/clang/18/include/xsaveintrin.h -%%ROOT%%/usr/lib/clang/18/include/xsaveoptintrin.h -%%ROOT%%/usr/lib/clang/18/include/xsavesintrin.h -%%ROOT%%/usr/lib/clang/18/include/xtestintrin.h -%%ROOT%%/usr/lib/clang/18/lib/freebsd/libclang_rt.profile-powerpcspe.a -%%ROOT%%/usr/lib/crt1.o -%%ROOT%%/usr/lib/crtbegin.o -%%ROOT%%/usr/lib/crtbeginS.o -%%ROOT%%/usr/lib/crtbeginT.o -%%ROOT%%/usr/lib/crtend.o -%%ROOT%%/usr/lib/crtendS.o -%%ROOT%%/usr/lib/crti.o -%%ROOT%%/usr/lib/crtn.o -%%ROOT%%/usr/lib/crtsavres.o -%%ROOT%%/usr/lib/dtrace/drti.o -%%ROOT%%/usr/lib/dtrace/errno.d -%%ROOT%%/usr/lib/dtrace/io.d -%%ROOT%%/usr/lib/dtrace/ip.d -%%ROOT%%/usr/lib/dtrace/ipfw.d -%%ROOT%%/usr/lib/dtrace/mbuf.d -%%ROOT%%/usr/lib/dtrace/psinfo.d -%%ROOT%%/usr/lib/dtrace/sctp.d -%%ROOT%%/usr/lib/dtrace/siftr.d -%%ROOT%%/usr/lib/dtrace/signal.d -%%ROOT%%/usr/lib/dtrace/socket.d -%%ROOT%%/usr/lib/dtrace/tcp.d -%%ROOT%%/usr/lib/dtrace/udp.d -%%ROOT%%/usr/lib/dtrace/udplite.d -%%ROOT%%/usr/lib/dtrace/unistd.d -%%ROOT%%/usr/lib/engines/capi.so -%%ROOT%%/usr/lib/flua/jail.so -%%ROOT%%/usr/lib/gcrt1.o -%%ROOT%%/usr/lib/i18n/libBIG5.so -%%ROOT%%/usr/lib/i18n/libBIG5.so.4 -%%ROOT%%/usr/lib/i18n/libDECHanyu.so -%%ROOT%%/usr/lib/i18n/libDECHanyu.so.4 -%%ROOT%%/usr/lib/i18n/libEUC.so -%%ROOT%%/usr/lib/i18n/libEUC.so.4 -%%ROOT%%/usr/lib/i18n/libEUCTW.so -%%ROOT%%/usr/lib/i18n/libEUCTW.so.4 -%%ROOT%%/usr/lib/i18n/libGBK2K.so -%%ROOT%%/usr/lib/i18n/libGBK2K.so.4 -%%ROOT%%/usr/lib/i18n/libHZ.so -%%ROOT%%/usr/lib/i18n/libHZ.so.4 -%%ROOT%%/usr/lib/i18n/libISO2022.so -%%ROOT%%/usr/lib/i18n/libISO2022.so.4 -%%ROOT%%/usr/lib/i18n/libJOHAB.so -%%ROOT%%/usr/lib/i18n/libJOHAB.so.4 -%%ROOT%%/usr/lib/i18n/libMSKanji.so -%%ROOT%%/usr/lib/i18n/libMSKanji.so.4 -%%ROOT%%/usr/lib/i18n/libUES.so -%%ROOT%%/usr/lib/i18n/libUES.so.4 -%%ROOT%%/usr/lib/i18n/libUTF1632.so -%%ROOT%%/usr/lib/i18n/libUTF1632.so.4 -%%ROOT%%/usr/lib/i18n/libUTF7.so -%%ROOT%%/usr/lib/i18n/libUTF7.so.4 -%%ROOT%%/usr/lib/i18n/libUTF8.so -%%ROOT%%/usr/lib/i18n/libUTF8.so.4 -%%ROOT%%/usr/lib/i18n/libVIQR.so -%%ROOT%%/usr/lib/i18n/libVIQR.so.4 -%%ROOT%%/usr/lib/i18n/libZW.so -%%ROOT%%/usr/lib/i18n/libZW.so.4 -%%ROOT%%/usr/lib/i18n/libiconv_none.so -%%ROOT%%/usr/lib/i18n/libiconv_none.so.4 -%%ROOT%%/usr/lib/i18n/libiconv_std.so -%%ROOT%%/usr/lib/i18n/libiconv_std.so.4 -%%ROOT%%/usr/lib/i18n/libmapper_646.so -%%ROOT%%/usr/lib/i18n/libmapper_646.so.4 -%%ROOT%%/usr/lib/i18n/libmapper_none.so -%%ROOT%%/usr/lib/i18n/libmapper_none.so.4 -%%ROOT%%/usr/lib/i18n/libmapper_parallel.so -%%ROOT%%/usr/lib/i18n/libmapper_parallel.so.4 -%%ROOT%%/usr/lib/i18n/libmapper_serial.so -%%ROOT%%/usr/lib/i18n/libmapper_serial.so.4 -%%ROOT%%/usr/lib/i18n/libmapper_std.so -%%ROOT%%/usr/lib/i18n/libmapper_std.so.4 -%%ROOT%%/usr/lib/i18n/libmapper_zone.so -%%ROOT%%/usr/lib/i18n/libmapper_zone.so.4 -%%ROOT%%/usr/lib/include -%%ROOT%%/usr/lib/lib80211.a -%%ROOT%%/usr/lib/lib80211.so -%%ROOT%%/usr/lib/lib9p.a -%%ROOT%%/usr/lib/lib9p.so -%%ROOT%%/usr/lib/lib9p.so.1 -%%ROOT%%/usr/lib/libBlocksRuntime.a -%%ROOT%%/usr/lib/libBlocksRuntime.so -%%ROOT%%/usr/lib/libBlocksRuntime.so.0 -%%ROOT%%/usr/lib/libalias.a -%%ROOT%%/usr/lib/libalias.so -%%ROOT%%/usr/lib/libarchive.a -%%ROOT%%/usr/lib/libarchive.so -%%ROOT%%/usr/lib/libarchive.so.7 -%%ROOT%%/usr/lib/libasn1.a -%%ROOT%%/usr/lib/libasn1.so -%%ROOT%%/usr/lib/libasn1.so.11 -%%ROOT%%/usr/lib/libavl.a -%%ROOT%%/usr/lib/libavl.so -%%ROOT%%/usr/lib/libbe.a -%%ROOT%%/usr/lib/libbe.so -%%ROOT%%/usr/lib/libbegemot.a -%%ROOT%%/usr/lib/libbegemot.so -%%ROOT%%/usr/lib/libblacklist.a -%%ROOT%%/usr/lib/libblacklist.so -%%ROOT%%/usr/lib/libblacklist.so.0 -%%ROOT%%/usr/lib/libbluetooth.a -%%ROOT%%/usr/lib/libbluetooth.so -%%ROOT%%/usr/lib/libbluetooth.so.4 -%%ROOT%%/usr/lib/libbsdxml.a -%%ROOT%%/usr/lib/libbsdxml.so -%%ROOT%%/usr/lib/libbsm.a -%%ROOT%%/usr/lib/libbsm.so -%%ROOT%%/usr/lib/libbsm.so.3 -%%ROOT%%/usr/lib/libbsnmp.a -%%ROOT%%/usr/lib/libbsnmp.so -%%ROOT%%/usr/lib/libbsnmp.so.6 -%%ROOT%%/usr/lib/libbz2.a -%%ROOT%%/usr/lib/libbz2.so -%%ROOT%%/usr/lib/libbz2.so.4 -%%ROOT%%/usr/lib/libc++.a -%%ROOT%%/usr/lib/libc++.so -%%ROOT%%/usr/lib/libc++.so.1 -%%ROOT%%/usr/lib/libc++experimental.a -%%ROOT%%/usr/lib/libc.a -%%ROOT%%/usr/lib/libc.so -%%ROOT%%/usr/lib/libc_nonshared.a -%%ROOT%%/usr/lib/libc_pic.a -%%ROOT%%/usr/lib/libcalendar.a -%%ROOT%%/usr/lib/libcalendar.so -%%ROOT%%/usr/lib/libcalendar.so.5 -%%ROOT%%/usr/lib/libcam.a -%%ROOT%%/usr/lib/libcam.so -%%ROOT%%/usr/lib/libcap_dns.so -%%ROOT%%/usr/lib/libcap_fileargs.so -%%ROOT%%/usr/lib/libcap_grp.so -%%ROOT%%/usr/lib/libcap_net.so -%%ROOT%%/usr/lib/libcap_pwd.so -%%ROOT%%/usr/lib/libcap_sysctl.so -%%ROOT%%/usr/lib/libcap_syslog.so -%%ROOT%%/usr/lib/libcasper.so -%%ROOT%%/usr/lib/libcom_err.a -%%ROOT%%/usr/lib/libcom_err.so -%%ROOT%%/usr/lib/libcom_err.so.5 -%%ROOT%%/usr/lib/libcompat.a -%%ROOT%%/usr/lib/libcompiler_rt.a -%%ROOT%%/usr/lib/libcrypt.a -%%ROOT%%/usr/lib/libcrypt.so -%%ROOT%%/usr/lib/libcrypto.a -%%ROOT%%/usr/lib/libcrypto.so -%%ROOT%%/usr/lib/libctf.a -%%ROOT%%/usr/lib/libctf.so -%%ROOT%%/usr/lib/libcurses.a -%%ROOT%%/usr/lib/libcurses.so -%%ROOT%%/usr/lib/libcursesw.a -%%ROOT%%/usr/lib/libcursesw.so -%%ROOT%%/usr/lib/libcuse.a -%%ROOT%%/usr/lib/libcuse.so -%%ROOT%%/usr/lib/libcuse.so.1 -%%ROOT%%/usr/lib/libcxgb4.a -%%ROOT%%/usr/lib/libcxgb4.so -%%ROOT%%/usr/lib/libcxgb4.so.1 -%%ROOT%%/usr/lib/libcxxrt.a -%%ROOT%%/usr/lib/libcxxrt.so -%%ROOT%%/usr/lib/libdevctl.a -%%ROOT%%/usr/lib/libdevctl.so -%%ROOT%%/usr/lib/libdevctl.so.5 -%%ROOT%%/usr/lib/libdevinfo.a -%%ROOT%%/usr/lib/libdevinfo.so -%%ROOT%%/usr/lib/libdevinfo.so.6 -%%ROOT%%/usr/lib/libdevstat.a -%%ROOT%%/usr/lib/libdevstat.so -%%ROOT%%/usr/lib/libdialog.a -%%ROOT%%/usr/lib/libdialog.so -%%ROOT%%/usr/lib/libdialog.so.9 -%%ROOT%%/usr/lib/libdl.a -%%ROOT%%/usr/lib/libdl.so -%%ROOT%%/usr/lib/libdl.so.1 -%%ROOT%%/usr/lib/libdpv.a -%%ROOT%%/usr/lib/libdpv.so -%%ROOT%%/usr/lib/libdpv.so.2 -%%ROOT%%/usr/lib/libdtrace.a -%%ROOT%%/usr/lib/libdtrace.so -%%ROOT%%/usr/lib/libdwarf.a -%%ROOT%%/usr/lib/libdwarf.so -%%ROOT%%/usr/lib/libdwarf.so.4 -%%ROOT%%/usr/lib/libedit.a -%%ROOT%%/usr/lib/libedit.so -%%ROOT%%/usr/lib/libelf.a -%%ROOT%%/usr/lib/libelf.so -%%ROOT%%/usr/lib/libexecinfo.a -%%ROOT%%/usr/lib/libexecinfo.so -%%ROOT%%/usr/lib/libexecinfo.so.1 -%%ROOT%%/usr/lib/libfetch.a -%%ROOT%%/usr/lib/libfetch.so -%%ROOT%%/usr/lib/libfetch.so.6 -%%ROOT%%/usr/lib/libfigpar.a -%%ROOT%%/usr/lib/libfigpar.so -%%ROOT%%/usr/lib/libfigpar.so.0 -%%ROOT%%/usr/lib/libfl.a -%%ROOT%%/usr/lib/libform.a -%%ROOT%%/usr/lib/libform.so -%%ROOT%%/usr/lib/libformw.a -%%ROOT%%/usr/lib/libformw.so -%%ROOT%%/usr/lib/libformw.so.6 -%%ROOT%%/usr/lib/libgcc.a -%%ROOT%%/usr/lib/libgcc_eh.a -%%ROOT%%/usr/lib/libgcc_s.so -%%ROOT%%/usr/lib/libgeom.a -%%ROOT%%/usr/lib/libgeom.so -%%ROOT%%/usr/lib/libgpio.a -%%ROOT%%/usr/lib/libgpio.so -%%ROOT%%/usr/lib/libgpio.so.0 -%%ROOT%%/usr/lib/libgssapi.a -%%ROOT%%/usr/lib/libgssapi.so -%%ROOT%%/usr/lib/libgssapi.so.10 -%%ROOT%%/usr/lib/libgssapi_krb5.a -%%ROOT%%/usr/lib/libgssapi_krb5.so -%%ROOT%%/usr/lib/libgssapi_krb5.so.10 -%%ROOT%%/usr/lib/libgssapi_ntlm.a -%%ROOT%%/usr/lib/libgssapi_ntlm.so -%%ROOT%%/usr/lib/libgssapi_ntlm.so.10 -%%ROOT%%/usr/lib/libgssapi_spnego.a -%%ROOT%%/usr/lib/libgssapi_spnego.so -%%ROOT%%/usr/lib/libgssapi_spnego.so.10 -%%ROOT%%/usr/lib/libhdb.a -%%ROOT%%/usr/lib/libhdb.so -%%ROOT%%/usr/lib/libhdb.so.11 -%%ROOT%%/usr/lib/libheimbase.a -%%ROOT%%/usr/lib/libheimbase.so -%%ROOT%%/usr/lib/libheimbase.so.11 -%%ROOT%%/usr/lib/libheimntlm.a -%%ROOT%%/usr/lib/libheimntlm.so -%%ROOT%%/usr/lib/libheimntlm.so.11 -%%ROOT%%/usr/lib/libhx509.a -%%ROOT%%/usr/lib/libhx509.so -%%ROOT%%/usr/lib/libhx509.so.11 -%%ROOT%%/usr/lib/libibcm.a -%%ROOT%%/usr/lib/libibcm.so -%%ROOT%%/usr/lib/libibcm.so.1 -%%ROOT%%/usr/lib/libibmad.a -%%ROOT%%/usr/lib/libibmad.so -%%ROOT%%/usr/lib/libibmad.so.5 -%%ROOT%%/usr/lib/libibnetdisc.a -%%ROOT%%/usr/lib/libibnetdisc.so -%%ROOT%%/usr/lib/libibnetdisc.so.5 -%%ROOT%%/usr/lib/libibumad.a -%%ROOT%%/usr/lib/libibumad.so -%%ROOT%%/usr/lib/libibumad.so.1 -%%ROOT%%/usr/lib/libibverbs.a -%%ROOT%%/usr/lib/libibverbs.so -%%ROOT%%/usr/lib/libicp.a -%%ROOT%%/usr/lib/libicp.so -%%ROOT%%/usr/lib/libicp_rescue.a -%%ROOT%%/usr/lib/libicp_rescue.so -%%ROOT%%/usr/lib/libipsec.a -%%ROOT%%/usr/lib/libipsec.so -%%ROOT%%/usr/lib/libirdma.a -%%ROOT%%/usr/lib/libirdma.so -%%ROOT%%/usr/lib/libjail.a -%%ROOT%%/usr/lib/libjail.so -%%ROOT%%/usr/lib/libkadm5clnt.a -%%ROOT%%/usr/lib/libkadm5clnt.so -%%ROOT%%/usr/lib/libkadm5clnt.so.11 -%%ROOT%%/usr/lib/libkadm5srv.a -%%ROOT%%/usr/lib/libkadm5srv.so -%%ROOT%%/usr/lib/libkadm5srv.so.11 -%%ROOT%%/usr/lib/libkafs5.a -%%ROOT%%/usr/lib/libkafs5.so -%%ROOT%%/usr/lib/libkafs5.so.11 -%%ROOT%%/usr/lib/libkdc.a -%%ROOT%%/usr/lib/libkdc.so -%%ROOT%%/usr/lib/libkdc.so.11 -%%ROOT%%/usr/lib/libkiconv.a -%%ROOT%%/usr/lib/libkiconv.so -%%ROOT%%/usr/lib/libkrb5.a -%%ROOT%%/usr/lib/libkrb5.so -%%ROOT%%/usr/lib/libkrb5.so.11 -%%ROOT%%/usr/lib/libkvm.a -%%ROOT%%/usr/lib/libkvm.so -%%ROOT%%/usr/lib/libl.a -%%ROOT%%/usr/lib/libln.a -%%ROOT%%/usr/lib/liblzma.a -%%ROOT%%/usr/lib/liblzma.so -%%ROOT%%/usr/lib/liblzma.so.5 -%%ROOT%%/usr/lib/libm.a -%%ROOT%%/usr/lib/libm.so -%%ROOT%%/usr/lib/libmagic.a -%%ROOT%%/usr/lib/libmagic.so -%%ROOT%%/usr/lib/libmagic.so.4 -%%ROOT%%/usr/lib/libmd.a -%%ROOT%%/usr/lib/libmd.so -%%ROOT%%/usr/lib/libmemstat.a -%%ROOT%%/usr/lib/libmemstat.so -%%ROOT%%/usr/lib/libmemstat.so.3 -%%ROOT%%/usr/lib/libmenu.a -%%ROOT%%/usr/lib/libmenu.so -%%ROOT%%/usr/lib/libmenuw.a -%%ROOT%%/usr/lib/libmenuw.so -%%ROOT%%/usr/lib/libmenuw.so.6 -%%ROOT%%/usr/lib/libmilter.a -%%ROOT%%/usr/lib/libmilter.so -%%ROOT%%/usr/lib/libmilter.so.6 -%%ROOT%%/usr/lib/libmlx4.a -%%ROOT%%/usr/lib/libmlx4.so -%%ROOT%%/usr/lib/libmlx4.so.1 -%%ROOT%%/usr/lib/libmlx5.a -%%ROOT%%/usr/lib/libmlx5.so -%%ROOT%%/usr/lib/libmp.a -%%ROOT%%/usr/lib/libmp.so -%%ROOT%%/usr/lib/libmp.so.7 -%%ROOT%%/usr/lib/libmt.a -%%ROOT%%/usr/lib/libmt.so -%%ROOT%%/usr/lib/libncurses.a -%%ROOT%%/usr/lib/libncurses.so -%%ROOT%%/usr/lib/libncursesw.a -%%ROOT%%/usr/lib/libncursesw.so -%%ROOT%%/usr/lib/libnetgraph.a -%%ROOT%%/usr/lib/libnetgraph.so -%%ROOT%%/usr/lib/libnetgraph.so.4 -%%ROOT%%/usr/lib/libnetmap.a -%%ROOT%%/usr/lib/libnetmap.so -%%ROOT%%/usr/lib/libnetmap.so.5 -%%ROOT%%/usr/lib/libngatm.a -%%ROOT%%/usr/lib/libngatm.so -%%ROOT%%/usr/lib/libngatm.so.4 -%%ROOT%%/usr/lib/libnss_tacplus.a -%%ROOT%%/usr/lib/libnv.a -%%ROOT%%/usr/lib/libnv.so -%%ROOT%%/usr/lib/libnvpair.a -%%ROOT%%/usr/lib/libnvpair.so -%%ROOT%%/usr/lib/libopensm.a -%%ROOT%%/usr/lib/libopensm.so -%%ROOT%%/usr/lib/libopensm.so.5 -%%ROOT%%/usr/lib/libopie.a -%%ROOT%%/usr/lib/libopie.so -%%ROOT%%/usr/lib/libopie.so.8 -%%ROOT%%/usr/lib/libosmcomp.a -%%ROOT%%/usr/lib/libosmcomp.so -%%ROOT%%/usr/lib/libosmcomp.so.3 -%%ROOT%%/usr/lib/libosmvendor.a -%%ROOT%%/usr/lib/libosmvendor.so -%%ROOT%%/usr/lib/libosmvendor.so.4 -%%ROOT%%/usr/lib/libpam.a -%%ROOT%%/usr/lib/libpam.so -%%ROOT%%/usr/lib/libpam.so.6 -%%ROOT%%/usr/lib/libpanel.a -%%ROOT%%/usr/lib/libpanel.so -%%ROOT%%/usr/lib/libpanelw.a -%%ROOT%%/usr/lib/libpanelw.so -%%ROOT%%/usr/lib/libpanelw.so.6 -%%ROOT%%/usr/lib/libpathconv.a -%%ROOT%%/usr/lib/libpathconv.so -%%ROOT%%/usr/lib/libpathconv.so.1 -%%ROOT%%/usr/lib/libpcap.a -%%ROOT%%/usr/lib/libpcap.so -%%ROOT%%/usr/lib/libpjdlog.a -%%ROOT%%/usr/lib/libpjdlog.so -%%ROOT%%/usr/lib/libpmc.a -%%ROOT%%/usr/lib/libpmc.so -%%ROOT%%/usr/lib/libpmc.so.5 -%%ROOT%%/usr/lib/libproc.a -%%ROOT%%/usr/lib/libproc.so -%%ROOT%%/usr/lib/libproc.so.5 -%%ROOT%%/usr/lib/libprocstat.a -%%ROOT%%/usr/lib/libprocstat.so -%%ROOT%%/usr/lib/libprocstat.so.1 -%%ROOT%%/usr/lib/libpthread.a -%%ROOT%%/usr/lib/libpthread.so -%%ROOT%%/usr/lib/libradius.a -%%ROOT%%/usr/lib/libradius.so -%%ROOT%%/usr/lib/libradius.so.4 -%%ROOT%%/usr/lib/librdmacm.a -%%ROOT%%/usr/lib/librdmacm.so -%%ROOT%%/usr/lib/librdmacm.so.1 -%%ROOT%%/usr/lib/libregex.a -%%ROOT%%/usr/lib/libregex.so -%%ROOT%%/usr/lib/libregex.so.1 -%%ROOT%%/usr/lib/libroken.a -%%ROOT%%/usr/lib/libroken.so -%%ROOT%%/usr/lib/libroken.so.11 -%%ROOT%%/usr/lib/librpcsec_gss.a -%%ROOT%%/usr/lib/librpcsec_gss.so -%%ROOT%%/usr/lib/librpcsec_gss.so.1 -%%ROOT%%/usr/lib/librpcsvc.a -%%ROOT%%/usr/lib/librpcsvc.so -%%ROOT%%/usr/lib/librpcsvc.so.5 -%%ROOT%%/usr/lib/librss.a -%%ROOT%%/usr/lib/librss.so -%%ROOT%%/usr/lib/librt.a -%%ROOT%%/usr/lib/librt.so -%%ROOT%%/usr/lib/librt.so.1 -%%ROOT%%/usr/lib/librtld_db.a -%%ROOT%%/usr/lib/librtld_db.so -%%ROOT%%/usr/lib/librtld_db.so.2 -%%ROOT%%/usr/lib/libsbuf.a -%%ROOT%%/usr/lib/libsbuf.so -%%ROOT%%/usr/lib/libsdp.a -%%ROOT%%/usr/lib/libsdp.so -%%ROOT%%/usr/lib/libsdp.so.4 -%%ROOT%%/usr/lib/libsmb.a -%%ROOT%%/usr/lib/libsmb.so -%%ROOT%%/usr/lib/libsmb.so.4 -%%ROOT%%/usr/lib/libspl.a -%%ROOT%%/usr/lib/libspl.so -%%ROOT%%/usr/lib/libssl.a -%%ROOT%%/usr/lib/libssl.so -%%ROOT%%/usr/lib/libssl.so.111 -%%ROOT%%/usr/lib/libssp.so -%%ROOT%%/usr/lib/libssp_nonshared.a -%%ROOT%%/usr/lib/libstats.a -%%ROOT%%/usr/lib/libstats.so -%%ROOT%%/usr/lib/libstdbuf.a -%%ROOT%%/usr/lib/libstdbuf.so -%%ROOT%%/usr/lib/libstdbuf.so.1 -%%ROOT%%/usr/lib/libstdthreads.a -%%ROOT%%/usr/lib/libstdthreads.so -%%ROOT%%/usr/lib/libstdthreads.so.0 -%%ROOT%%/usr/lib/libsysdecode.a -%%ROOT%%/usr/lib/libsysdecode.so -%%ROOT%%/usr/lib/libsysdecode.so.5 -%%ROOT%%/usr/lib/libtacplus.a -%%ROOT%%/usr/lib/libtacplus.so -%%ROOT%%/usr/lib/libtacplus.so.5 -%%ROOT%%/usr/lib/libtermcap.a -%%ROOT%%/usr/lib/libtermcap.so -%%ROOT%%/usr/lib/libtermcapw.a -%%ROOT%%/usr/lib/libtermcapw.so -%%ROOT%%/usr/lib/libtermlib.a -%%ROOT%%/usr/lib/libtermlib.so -%%ROOT%%/usr/lib/libtermlibw.a -%%ROOT%%/usr/lib/libtermlibw.so -%%ROOT%%/usr/lib/libthr.a -%%ROOT%%/usr/lib/libthr.so -%%ROOT%%/usr/lib/libthread_db.a -%%ROOT%%/usr/lib/libthread_db.so -%%ROOT%%/usr/lib/libthread_db.so.3 -%%ROOT%%/usr/lib/libtinfo.a -%%ROOT%%/usr/lib/libtinfo.so -%%ROOT%%/usr/lib/libtinfow.a -%%ROOT%%/usr/lib/libtinfow.so -%%ROOT%%/usr/lib/libtpool.a -%%ROOT%%/usr/lib/libtpool.so -%%ROOT%%/usr/lib/libufs.a -%%ROOT%%/usr/lib/libufs.so -%%ROOT%%/usr/lib/libugidfw.a -%%ROOT%%/usr/lib/libugidfw.so -%%ROOT%%/usr/lib/libugidfw.so.5 -%%ROOT%%/usr/lib/libulog.a -%%ROOT%%/usr/lib/libulog.so -%%ROOT%%/usr/lib/libumem.a -%%ROOT%%/usr/lib/libumem.so -%%ROOT%%/usr/lib/libusb.a -%%ROOT%%/usr/lib/libusb.so -%%ROOT%%/usr/lib/libusb.so.3 -%%ROOT%%/usr/lib/libusbhid.a -%%ROOT%%/usr/lib/libusbhid.so -%%ROOT%%/usr/lib/libusbhid.so.4 -%%ROOT%%/usr/lib/libutempter.a -%%ROOT%%/usr/lib/libutempter.so -%%ROOT%%/usr/lib/libutil.a -%%ROOT%%/usr/lib/libutil.so -%%ROOT%%/usr/lib/libuutil.a -%%ROOT%%/usr/lib/libuutil.so -%%ROOT%%/usr/lib/libwind.a -%%ROOT%%/usr/lib/libwind.so -%%ROOT%%/usr/lib/libwind.so.11 -%%ROOT%%/usr/lib/libwrap.a -%%ROOT%%/usr/lib/libwrap.so -%%ROOT%%/usr/lib/libwrap.so.6 -%%ROOT%%/usr/lib/libxnet.so -%%ROOT%%/usr/lib/libxo.a -%%ROOT%%/usr/lib/libxo.so -%%ROOT%%/usr/lib/libxo/encoder/csv.enc -%%ROOT%%/usr/lib/libxo/encoder/test.enc -%%ROOT%%/usr/lib/liby.a -%%ROOT%%/usr/lib/libypclnt.a -%%ROOT%%/usr/lib/libypclnt.so -%%ROOT%%/usr/lib/libypclnt.so.4 -%%ROOT%%/usr/lib/libz.a -%%ROOT%%/usr/lib/libz.so -%%ROOT%%/usr/lib/libzfs.a -%%ROOT%%/usr/lib/libzfs.so -%%ROOT%%/usr/lib/libzfs_core.a -%%ROOT%%/usr/lib/libzfs_core.so -%%ROOT%%/usr/lib/libzfsbootenv.a -%%ROOT%%/usr/lib/libzfsbootenv.so -%%ROOT%%/usr/lib/libzpool.a -%%ROOT%%/usr/lib/libzpool.so -%%ROOT%%/usr/lib/libzutil.a -%%ROOT%%/usr/lib/libzutil.so -%%ROOT%%/usr/lib/nss_tacplus.so -%%ROOT%%/usr/lib/nss_tacplus.so.1 -%%ROOT%%/usr/libdata/pkgconfig/libcrypto.pc -%%ROOT%%/usr/libdata/pkgconfig/liblzma.pc -%%ROOT%%/usr/libdata/pkgconfig/libmagic.pc -%%ROOT%%/usr/libdata/pkgconfig/libssl.pc -%%ROOT%%/usr/libdata/pkgconfig/libusb-0.1.pc -%%ROOT%%/usr/libdata/pkgconfig/libusb-1.0.pc -%%ROOT%%/usr/libdata/pkgconfig/libusb-2.0.pc -%%ROOT%%/usr/libdata/pkgconfig/openssl.pc -%%ROOT%%/usr/libdata/pkgconfig/zlib.pc diff --git a/devel/hwloc/Makefile b/devel/hwloc/Makefile index 5ed7d0b8724a..f9fcd398e223 100644 --- a/devel/hwloc/Makefile +++ b/devel/hwloc/Makefile @@ -12,7 +12,7 @@ WWW= https://www.open-mpi.org/projects/hwloc/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le powerpcspe +ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON= has not been ported to this architecture LIB_DEPENDS= libpciaccess.so:devel/libpciaccess diff --git a/devel/libffi321/files/patch-configure b/devel/libffi321/files/patch-configure index edfc78d2fe6c..8fcfb5757c50 100644 --- a/devel/libffi321/files/patch-configure +++ b/devel/libffi321/files/patch-configure @@ -9,18 +9,7 @@ # Support 128-bit long double for NewABI. HAVE_LONG_DOUBLE='defined(__mips64)' TARGET=MIPS; TARGETDIR=mips -@@ -17255,6 +17255,10 @@ case "$host" in - TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc - HAVE_LONG_DOUBLE_VARIANT=1 - ;; -+ powerpcspe-*-freebsd*) -+ TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc -+ CFLAGS="$CFLAGS -D__NO_FPRS__" -+ ;; - powerpc64-*-freebsd*) - TARGET=POWERPC; TARGETDIR=powerpc - ;; -@@ -18289,7 +18293,8 @@ $as_echo "#define HAVE_AS_CFI_PSEUDO_OP 1" >>confdefs. +@@ -18289,7 +18289,8 @@ $as_echo "#define HAVE_AS_CFI_PSEUDO_OP 1" >>confdefs. fi @@ -30,7 +19,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler and linker support unaligned pc related relocs" >&5 $as_echo_n "checking assembler and linker support unaligned pc related relocs... " >&6; } if ${libffi_cv_as_sparc_ua_pcrel+:} false; then : -@@ -18363,9 +18368,9 @@ $as_echo "$libffi_cv_as_register_pseudo_op" >&6; } +@@ -18363,9 +18364,9 @@ $as_echo "#define HAVE_AS_REGISTER_PSEUDO_OP 1" >>conf $as_echo "#define HAVE_AS_REGISTER_PSEUDO_OP 1" >>confdefs.h fi @@ -42,7 +31,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler supports pc related relocs" >&5 $as_echo_n "checking assembler supports pc related relocs... " >&6; } if ${libffi_cv_as_x86_pcrel+:} false; then : -@@ -18386,78 +18391,9 @@ $as_echo "$libffi_cv_as_x86_pcrel" >&6; } +@@ -18386,78 +18387,9 @@ $as_echo "#define HAVE_AS_X86_PCREL 1" >>confdefs.h $as_echo "#define HAVE_AS_X86_PCREL 1" >>confdefs.h fi @@ -123,7 +112,7 @@ # On PaX enable kernels that have MPROTECT enable we can't use PROT_EXEC. # Check whether --enable-pax_emutramp was given. if test "${enable_pax_emutramp+set}" = set; then : -@@ -18592,16 +18528,12 @@ if ${libffi_cv_ro_eh_frame+:} false; then : +@@ -18592,16 +18524,12 @@ else $as_echo_n "(cached) " >&6 else diff --git a/devel/libffi33/Makefile b/devel/libffi33/Makefile index bb4004cb210e..886e98477de8 100644 --- a/devel/libffi33/Makefile +++ b/devel/libffi33/Makefile @@ -31,8 +31,8 @@ INSTALL_TARGET= install-strip INFO= libffi TEST_TARGET= check -post-patch: - @${REINPLACE_CMD} -e 's| -Wno-psabi||g' \ - ${WRKSRC}/testsuite/lib/libffi.exp +#post-patch: +# @${REINPLACE_CMD} -e 's| -Wno-psabi||g' \ +# ${WRKSRC}/testsuite/lib/libffi.exp .include diff --git a/devel/libffi33/files/patch-configure.host b/devel/libffi33/files/patch-configure.host index f2e70f9cd244..e3ce618e526e 100644 --- a/devel/libffi33/files/patch-configure.host +++ b/devel/libffi33/files/patch-configure.host @@ -1,5 +1,5 @@ ---- configure.host.orig 2019-11-22 17:55:36.000000000 -0600 -+++ configure.host 2020-08-28 12:48:23.259024000 -0500 +--- configure.host.orig 2019-11-22 23:55:36 UTC ++++ configure.host @@ -167,7 +167,7 @@ case "${host}" in mips-sgi-irix5.* | mips-sgi-irix6.* | mips*-*-rtems*) TARGET=MIPS; TARGETDIR=mips @@ -9,15 +9,11 @@ # Support 128-bit long double for NewABI. HAVE_LONG_DOUBLE='defined(__mips64)' TARGET=MIPS; TARGETDIR=mips -@@ -203,7 +203,11 @@ case "${host}" in +@@ -203,7 +203,7 @@ case "${host}" in TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc HAVE_LONG_DOUBLE_VARIANT=1 ;; - powerpc64-*-freebsd*) -+ powerpcspe-*-freebsd*) -+ TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc -+ CFLAGS="$CFLAGS -D__NO_FPRS__" -+ ;; + powerpc64-*-freebsd* | powerpc64le-*-freebsd*) TARGET=POWERPC; TARGETDIR=powerpc ;; diff --git a/devel/libffi33/files/patch-src__mips__ffi.c b/devel/libffi33/files/patch-src__mips__ffi.c index d93f373760b1..69733b607d41 100644 --- a/devel/libffi33/files/patch-src__mips__ffi.c +++ b/devel/libffi33/files/patch-src__mips__ffi.c @@ -1,8 +1,6 @@ -diff --git ./src/mips/ffi.c.orig ./src/mips/ffi.c -index 03121e3..8b7881f 100644 ---- ./src/mips/ffi.c.orig -+++ ./src/mips/ffi.c -@@ -38,7 +38,9 @@ +--- src/mips/ffi.c.orig 2019-10-31 14:49:54 UTC ++++ src/mips/ffi.c +@@ -39,7 +39,9 @@ #endif #ifndef USE__BUILTIN___CLEAR_CACHE @@ -13,7 +11,7 @@ index 03121e3..8b7881f 100644 # include # else # include -@@ -729,11 +731,13 @@ ffi_prep_closure_loc (ffi_closure *closure, +@@ -777,11 +779,13 @@ ffi_prep_closure_loc (ffi_closure *closure, closure->fun = fun; closure->user_data = user_data; diff --git a/devel/libffi33/files/patch-src__mips__ffitarget.h b/devel/libffi33/files/patch-src__mips__ffitarget.h index 4c52e32667c3..ca97c9f2b9f9 100644 --- a/devel/libffi33/files/patch-src__mips__ffitarget.h +++ b/devel/libffi33/files/patch-src__mips__ffitarget.h @@ -1,7 +1,5 @@ -diff --git ./src/mips/ffitarget.h.orig ./src/mips/ffitarget.h -index 717d659..5a0c2b1 100644 ---- ./src/mips/ffitarget.h.orig -+++ ./src/mips/ffitarget.h +--- src/mips/ffitarget.h.orig 2019-10-31 14:49:54 UTC ++++ src/mips/ffitarget.h @@ -41,7 +41,7 @@ #define _MIPS_SIM_ABI32 1 #define _MIPS_SIM_NABI32 2 diff --git a/devel/libmsocket/Makefile b/devel/libmsocket/Makefile index c5ac1c074725..79faff9c71cb 100644 --- a/devel/libmsocket/Makefile +++ b/devel/libmsocket/Makefile @@ -33,7 +33,6 @@ CFLAGS_i386= -fPIC -DPIC CFLAGS_powerpc= -fPIC -DPIC CFLAGS_powerpc64= -fPIC -DPIC CFLAGS_powerpc64le= -fPIC -DPIC -CFLAGS_powerpcspe= -fPIC -DPIC CFLAGS_riscv64= -fPIC -DPIC DEBUG_CONFIGURE_ON= --enable-debug diff --git a/devel/lightning/Makefile b/devel/lightning/Makefile index c63196fde2a1..377329e750c2 100644 --- a/devel/lightning/Makefile +++ b/devel/lightning/Makefile @@ -10,7 +10,7 @@ WWW= https://www.gnu.org/software/lightning/ LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER -ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 mips powerpc powerpc64 powerpc64le powerpcspe riscv64 +ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 mips powerpc powerpc64 powerpc64le riscv64 USES= cpe libtool pathfix CPE_VENDOR= gnu diff --git a/devel/llvm19/Makefile b/devel/llvm19/Makefile index 0f39c341140d..64997a1490ee 100644 --- a/devel/llvm19/Makefile +++ b/devel/llvm19/Makefile @@ -89,7 +89,6 @@ OPTIONS_DEFAULT_armv6= BE_NATIVE OPTIONS_DEFAULT_armv7= BE_NATIVE OPTIONS_DEFAULT_i386= BE_NATIVE BE_AMDGPU BE_WASM OPTIONS_DEFAULT_powerpc= BE_NATIVE -OPTIONS_DEFAULT_powerpcspe= BE_NATIVE # FLAVOR-dependent BE for 64-bit _BE_default= BE_STANDARD BE_AMDGPU BE_WASM _BE_lite= BE_FREEBSD BE_AMDGPU BE_WASM diff --git a/devel/llvm20/Makefile b/devel/llvm20/Makefile index 0ec870d13936..8572309a8077 100644 --- a/devel/llvm20/Makefile +++ b/devel/llvm20/Makefile @@ -89,7 +89,6 @@ OPTIONS_DEFAULT_armv6= BE_NATIVE OPTIONS_DEFAULT_armv7= BE_NATIVE OPTIONS_DEFAULT_i386= BE_NATIVE BE_AMDGPU BE_WASM OPTIONS_DEFAULT_powerpc= BE_NATIVE -OPTIONS_DEFAULT_powerpcspe= BE_NATIVE # FLAVOR-dependent BE for 64-bit _BE_default= BE_STANDARD BE_AMDGPU BE_WASM _BE_lite= BE_FREEBSD BE_AMDGPU BE_WASM diff --git a/devel/objconv/Makefile b/devel/objconv/Makefile index d07c8c9ad22e..6ed4666f3b8e 100644 --- a/devel/objconv/Makefile +++ b/devel/objconv/Makefile @@ -11,7 +11,7 @@ WWW= https://www.agner.org/optimize LICENSE= GPLv1 -NOT_FOR_ARCHS= mips mips64 powerpc powerpc64 powerpcspe +NOT_FOR_ARCHS= mips mips64 powerpc powerpc64 NOT_FOR_ARCHS_REASON= source/maindef.h:71:5: This machine has big-endian memory organization. Objconv program will not work USES= dos2unix zip diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index a1b75297c979..529c00ed2a83 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -17,7 +17,6 @@ DEPRECATED= EOLed by upstream, use devel/pcre2 instead USES= ${USES_${ARCH}} cpe libtool pathfix tar:bzip2 USES_powerpc= compiler:c++11-lang USES_powerpc64= compiler:c++11-lang -USES_powerpcspe= compiler:c++11-lang USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/devel/radare2/Makefile b/devel/radare2/Makefile index d55908e0c7b9..155feaa1ecc4 100644 --- a/devel/radare2/Makefile +++ b/devel/radare2/Makefile @@ -10,7 +10,7 @@ WWW= https://www.radare.org LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -NOT_FOR_ARCHS= armv6 armv7 mips mips64 powerpcspe +NOT_FOR_ARCHS= armv6 armv7 mips mips64 NOT_FOR_ARCHS_REASON= does not build: Unsupported BSD architecture LIB_DEPENDS= libcapstone.so:devel/capstone diff --git a/devel/tbb/Makefile b/devel/tbb/Makefile index 86801c22f0af..f2519e873f86 100644 --- a/devel/tbb/Makefile +++ b/devel/tbb/Makefile @@ -10,7 +10,7 @@ WWW= https://threadingbuildingblocks.org/ LICENSE= APACHE20 -ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le powerpcspe +ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON= has not been ported to this platform USES= compiler gmake tar:tgz diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index 76a15eca933e..690459b29425 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -15,7 +15,7 @@ WWW= https://www.ppsspp.org/ LICENSE= GPLv2+ # Bi-endian architectures default to big for some reason -NOT_FOR_ARCHS= mips mips64 powerpc powerpc64 powerpcspe +NOT_FOR_ARCHS= mips mips64 powerpc powerpc64 NOT_FOR_ARCHS_REASON= only little-endian is supported, see \ https://github.com/hrydgard/ppsspp/issues/8823 diff --git a/lang/opencoarrays/Makefile b/lang/opencoarrays/Makefile index 83f779100eac..2e5a3d8e54ea 100644 --- a/lang/opencoarrays/Makefile +++ b/lang/opencoarrays/Makefile @@ -37,13 +37,11 @@ OPTIONS_EXCLUDE_armv7= MPICH OPTIONS_EXCLUDE_i386= MPICH OPTIONS_EXCLUDE_mips= MPICH OPTIONS_EXCLUDE_powerpc= MPICH -OPTIONS_EXCLUDE_powerpcspe= MPICH OPTIONS_DEFAULT_armv6= OPENMPI OPTIONS_DEFAULT_armv7= OPENMPI OPTIONS_DEFAULT_i386= OPENMPI OPTIONS_DEFAULT_mips= OPENMPI OPTIONS_DEFAULT_powerpc= OPENMPI -OPTIONS_DEFAULT_powerpcspe= OPENMPI CMAKE_C_COMPILER= gcc diff --git a/lang/solidity/Makefile b/lang/solidity/Makefile index 682189e3a31d..cb94a647fdb2 100644 --- a/lang/solidity/Makefile +++ b/lang/solidity/Makefile @@ -10,7 +10,7 @@ WWW= https://github.com/ethereum/solidity LICENSE= GPLv3 -NOT_FOR_ARCHS= powerpc powerpc64 powerpcspe +NOT_FOR_ARCHS= powerpc powerpc64 NOT_FOR_ARCHS_REASON= solidity currently does not support big endian systems BUILD_DEPENDS= boost-libs>=0:devel/boost-libs \ diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile index a4ff8e76fecf..8c70faaa3e1a 100644 --- a/lang/squeak/Makefile +++ b/lang/squeak/Makefile @@ -19,7 +19,7 @@ WWW= https://www.squeak.org/ LICENSE= APACHE20 MIT LICENSE_COMB= multi -ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc powerpc64 powerpc64le powerpcspe +ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc powerpc64 powerpc64le BUILD_DEPENDS= cmake:devel/cmake-core \ v4l_compat>=1.0.20120501:multimedia/v4l_compat diff --git a/mail/eps/Makefile b/mail/eps/Makefile index 62b6fed7173b..76d9297cfafb 100644 --- a/mail/eps/Makefile +++ b/mail/eps/Makefile @@ -21,7 +21,6 @@ CFLAGS_i386= -fPIC CFLAGS_powerpc= -fPIC CFLAGS_powerpc64= -fPIC CFLAGS_powerpc64le= -fPIC -CFLAGS_powerpcspe= -fPIC PORTDOCS= howto diff --git a/math/clrng/Makefile b/math/clrng/Makefile index 39340aa5220e..5bfe373b8e19 100644 --- a/math/clrng/Makefile +++ b/math/clrng/Makefile @@ -11,7 +11,7 @@ WWW= https://github.com/clMathLibraries/clRNG LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpc64le powerpcspe +ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON= this code has only been tested on x86 and powerpc platforms BUILD_DEPENDS= opencl>=0:devel/opencl diff --git a/math/libflame/Makefile b/math/libflame/Makefile index 853455f702bc..50c2fb2b6da1 100644 --- a/math/libflame/Makefile +++ b/math/libflame/Makefile @@ -9,7 +9,7 @@ WWW= https://github.com/flame/libflame LICENSE= BSD3CLAUSE -ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpc64le powerpcspe +ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON= make system does not support other architectures yet BUILD_DEPENDS= bash:shells/bash diff --git a/math/lp_solve/Makefile b/math/lp_solve/Makefile index 902f608fa846..acde73d6c448 100644 --- a/math/lp_solve/Makefile +++ b/math/lp_solve/Makefile @@ -20,7 +20,7 @@ BUILDENV= ${SETENV} TMPDIR="${WRKDIR}" .include .if ${ARCH} == armv6 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == mips || \ - ${ARCH} == powerpc || ${ARCH} == powerpcspe + ${ARCH} == powerpc LPSOLVE_ARCH= ux32 .else LPSOLVE_ARCH= ux64 diff --git a/math/onednn/Makefile b/math/onednn/Makefile index fcae40f9cdbe..ac63d2c290f1 100644 --- a/math/onednn/Makefile +++ b/math/onednn/Makefile @@ -10,7 +10,7 @@ WWW= https://github.com/oneapi-src/oneDNN LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc powerpcspe +NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc BROKEN_aarch64= error: sys/prctl.h file not found .if !exists(/usr/include/omp.h) BROKEN= requires OpenMP support that is missing on this architecture diff --git a/math/onednn252/Makefile b/math/onednn252/Makefile index d89827f4be00..0acedc5d83f5 100644 --- a/math/onednn252/Makefile +++ b/math/onednn252/Makefile @@ -11,7 +11,7 @@ WWW= https://01.org/onednn LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc powerpcspe +NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc BROKEN_aarch64= error: sys/prctl.h file not found .if !exists(/usr/include/omp.h) BROKEN= requires OpenMP support that is missing on this architecture diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile index ea6d64f7e86a..317bc27f320a 100644 --- a/math/p5-Math-Pari/Makefile +++ b/math/p5-Math-Pari/Makefile @@ -28,7 +28,6 @@ CFLAGS_aarch64= -fPIC CFLAGS_powerpc= -fPIC CFLAGS_powerpc64= -fPIC CFLAGS_powerpc64le= -fPIC -CFLAGS_powerpcspe= -fPIC CFLAGS_riscv64= -fPIC CONFIGURE_ARGS= parilib="-L${PARI_WRKSRC}/build -lpari" \ diff --git a/misc/thrill/Makefile b/misc/thrill/Makefile index ca287b6aa632..40b285286777 100644 --- a/misc/thrill/Makefile +++ b/misc/thrill/Makefile @@ -10,7 +10,7 @@ WWW= https://project-thrill.org/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc powerpcspe # static_assert failed due to requirement 'sizeof(unsigned int) == 8' "FOXXLL supports only 64-bit builds" +NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc # static_assert failed due to requirement 'sizeof(unsigned int) == 8' "FOXXLL supports only 64-bit builds" LIB_DEPENDS= libmpi_cxx.so:net/openmpi4 diff --git a/multimedia/ffmpeg3/Makefile b/multimedia/ffmpeg3/Makefile index 5da288bac41c..60b68f59ab17 100644 --- a/multimedia/ffmpeg3/Makefile +++ b/multimedia/ffmpeg3/Makefile @@ -14,7 +14,7 @@ WWW= https://ffmpeg.org/ LICENSE= GPLv2+ LGPL21+ LICENSE_COMB= multi -NOT_FOR_ARCHS= mips mips64 powerpc powerpc64 powerpcspe +NOT_FOR_ARCHS= mips mips64 powerpc powerpc64 NOT_FOR_ARCHS_REASON= emulators/ppsspp only supports little-endian, see \ https://github.com/hrydgard/ppsspp/issues/8823 diff --git a/net-p2p/hostd/Makefile b/net-p2p/hostd/Makefile index 7f3665b75d87..59707f3b2d13 100644 --- a/net-p2p/hostd/Makefile +++ b/net-p2p/hostd/Makefile @@ -11,7 +11,7 @@ WWW= https://sia.tech/host LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc powerpcspe +NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc NOT_FOR_ARCHS_REASON= requires 64-bit architecture USES= go:1.23,modules diff --git a/net-p2p/renterd/Makefile b/net-p2p/renterd/Makefile index 48d55dbdcda8..85f8890cf827 100644 --- a/net-p2p/renterd/Makefile +++ b/net-p2p/renterd/Makefile @@ -11,7 +11,7 @@ WWW= https://sia.tech/renterd LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc powerpcspe +NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc NOT_FOR_ARCHS_REASON= requires 64-bit architecture USES= go:1.23,modules diff --git a/net-p2p/walletd/Makefile b/net-p2p/walletd/Makefile index 9e9fd915f6e2..73f5e3607488 100644 --- a/net-p2p/walletd/Makefile +++ b/net-p2p/walletd/Makefile @@ -12,7 +12,7 @@ WWW= https://sia.tech/software/walletd LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc powerpcspe +NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc NOT_FOR_ARCHS_REASON= requires 64-bit architecture USES= go:1.23,modules diff --git a/net/samba416/Makefile b/net/samba416/Makefile index efb63bbdbc0e..404f3525ecf2 100644 --- a/net/samba416/Makefile +++ b/net/samba416/Makefile @@ -532,7 +532,7 @@ CONFIGURE_ARGS+= --accel-aes=none .endif # Only for 64-bit architectures -.if ${ARCH} != armv6 && ${ARCH} != armv7 && ${ARCH} != i386 && ${ARCH} != mips && ${ARCH} != powerpc && ${ARCH} != powerpcspe +.if ${ARCH} != armv6 && ${ARCH} != armv7 && ${ARCH} != i386 && ${ARCH} != mips && ${ARCH} != powerpc . if defined(SAMBA4_BUNDLED_LDB) && ${SAMBA4_BUNDLED_LDB} == yes && (${PORT_OPTIONS:MAD_DC} || ${PORT_OPTIONS:MDEVELOPER}) # LMDB SAMBA4_LMDB_DEPENDS= lmdb>=0.9.16:databases/lmdb diff --git a/net/samba419/Makefile b/net/samba419/Makefile index a225810e0271..8700f5618362 100644 --- a/net/samba419/Makefile +++ b/net/samba419/Makefile @@ -514,7 +514,7 @@ DEBUG_FLAGS?= -g -ggdb3 -O0 .include ############################################################################## # Only for 64-bit architectures -.if ${ARCH} != armv6 && ${ARCH} != armv7 && ${ARCH} != i386 && ${ARCH} != mips && ${ARCH} != powerpc && ${ARCH} != powerpcspe +.if ${ARCH} != armv6 && ${ARCH} != armv7 && ${ARCH} != i386 && ${ARCH} != mips && ${ARCH} != powerpc . if defined(SAMBA4_BUNDLED_LDB) && ${SAMBA4_BUNDLED_LDB} == yes && (${PORT_OPTIONS:MAD_DC} || ${PORT_OPTIONS:MDEVELOPER}) # LMDB SAMBA4_LMDB_DEPENDS= lmdb>=0.9.16:databases/lmdb diff --git a/net/samba420/Makefile b/net/samba420/Makefile index 4b0c0fa314c4..2e3bb82ca5f1 100644 --- a/net/samba420/Makefile +++ b/net/samba420/Makefile @@ -516,7 +516,7 @@ DEBUG_FLAGS?= -g -ggdb3 -O0 .include ############################################################################## # Only for 64-bit architectures -.if ${ARCH} != armv6 && ${ARCH} != armv7 && ${ARCH} != i386 && ${ARCH} != mips && ${ARCH} != powerpc && ${ARCH} != powerpcspe +.if ${ARCH} != armv6 && ${ARCH} != armv7 && ${ARCH} != i386 && ${ARCH} != mips && ${ARCH} != powerpc . if defined(SAMBA4_BUNDLED_LDB) && ${SAMBA4_BUNDLED_LDB} == yes && (${PORT_OPTIONS:MAD_DC} || ${PORT_OPTIONS:MDEVELOPER}) # LMDB SAMBA4_LMDB_DEPENDS= lmdb>=0.9.16:databases/lmdb diff --git a/net/teddycloud/Makefile b/net/teddycloud/Makefile index a222aaec2336..a2827549291f 100644 --- a/net/teddycloud/Makefile +++ b/net/teddycloud/Makefile @@ -15,7 +15,7 @@ WWW= https://tonies-wiki.revvox.de/docs/tools/teddycloud/ LICENSE= GPLv2+ -NOT_FOR_ARCHS= armv6 armv7 i386 powerpc powerpcspe +NOT_FOR_ARCHS= armv6 armv7 i386 powerpc NOT_FOR_ARCHS_REASON= 32bit targets do not build due to type issues, upstream library assumes FreeBSD to be 64bit BUILD_DEPENDS+= curl:ftp/curl \ diff --git a/security/hashcat/Makefile b/security/hashcat/Makefile index 8cffda08e8b3..dfd431648323 100644 --- a/security/hashcat/Makefile +++ b/security/hashcat/Makefile @@ -11,7 +11,7 @@ WWW= https://hashcat.net/hashcat/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/docs/license.txt -NOT_FOR_ARCHS= powerpc powerpc64 powerpcspe +NOT_FOR_ARCHS= powerpc powerpc64 NOT_FOR_ARCHS_REASON= fails to compile: compiling for big-endian architecture not supported BUILD_DEPENDS= minizip:archivers/minizip diff --git a/security/helib/Makefile b/security/helib/Makefile index 26b428af5a7d..62b25b1d5b2f 100644 --- a/security/helib/Makefile +++ b/security/helib/Makefile @@ -10,7 +10,7 @@ WWW= https://github.com/homenc/HElib LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md -NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc powerpcspe +NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc LIB_DEPENDS= libgmp.so:math/gmp \ libntl.so:math/ntl diff --git a/security/libgcrypt/files/patch-mpi_config.links b/security/libgcrypt/files/patch-mpi_config.links index 9407e6f9eb84..6c1c82969f7b 100644 --- a/security/libgcrypt/files/patch-mpi_config.links +++ b/security/libgcrypt/files/patch-mpi_config.links @@ -3,10 +3,10 @@ @@ -301,8 +301,8 @@ case "${host}" in mpi_cpu_arch="ppc" ;; - + - powerpc*-*-netbsd* | powerpc*-*-openbsd*) - echo '/* configured {Open,Net}BSD on powerpc */' >>./mpi/asm-syntax.h -+ powerpc*-*-netbsd* | powerpc*-*-openbsd* | powerpc-*-freebsd* | powerpcspe-*-freebsd*) ++ powerpc*-*-netbsd* | powerpc*-*-openbsd* | powerpc-*-freebsd*) + echo '/* configured {Open,Net,Free}BSD on powerpc */' >>./mpi/asm-syntax.h echo '#define ELF_SYNTAX' >>./mpi/asm-syntax.h cat $srcdir/mpi/powerpc32/syntax.h >>./mpi/asm-syntax.h diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index e888fb6dade3..459e375f1185 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -26,8 +26,6 @@ SHEBANG_FILES= scripts/*.pl HAS_CONFIGURE= yes -CFLAGS_powerpcspe= -DBOOKE - OPTIONS_DEFINE_powerpc64= AIM BOOKE OPTIONS_DEFAULT_powerpc64= AIM diff --git a/sysutils/packmule/Makefile b/sysutils/packmule/Makefile index ced5fe6ab781..fae72222f9a6 100644 --- a/sysutils/packmule/Makefile +++ b/sysutils/packmule/Makefile @@ -11,7 +11,7 @@ WWW= http://badland.io/packmule.md LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/Copyright -ONLY_FOR_ARCHS= amd64 i386 powerpc powerpcspe powerpc64 powerpc64le +ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpc64le RUN_DEPENDS= p5-YAML>=0:textproc/p5-YAML diff --git a/sysutils/slurm-wlm/Makefile b/sysutils/slurm-wlm/Makefile index 4db32cacac65..cf8b45135aa0 100644 --- a/sysutils/slurm-wlm/Makefile +++ b/sysutils/slurm-wlm/Makefile @@ -12,7 +12,7 @@ WWW= https://slurm.schedmd.com/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc powerpcspe +NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc NOT_FOR_ARCHS_REASON= 32-bit support is deprecated LIB_DEPENDS= libjson-c.so:devel/json-c \ diff --git a/sysutils/zidrav/Makefile b/sysutils/zidrav/Makefile index 150ebecee05e..60e953e41e44 100644 --- a/sysutils/zidrav/Makefile +++ b/sysutils/zidrav/Makefile @@ -28,7 +28,7 @@ CFLAGS+= -Dcrc32_type=long CFLAGS+= -Dcrc32_type=int .endif -.if ${ARCH} == mips || ${ARCH} == mipshf || ${ARCH} == mipsn32 || ${ARCH} == mips64 || ${ARCH} == mips64hf || ${ARCH} == powerpc || ${ARCH} == powerpcspe || ${ARCH} == powerpc64 +.if ${ARCH} == mips || ${ARCH} == mipshf || ${ARCH} == mipsn32 || ${ARCH} == mips64 || ${ARCH} == mips64hf || ${ARCH} == powerpc || ${ARCH} == powerpc64 CFLAGS+= -DCPU_BIGENDIAN .endif diff --git a/textproc/py-ufal.udpipe/Makefile b/textproc/py-ufal.udpipe/Makefile index 0d24e657a5f1..76c23f304858 100644 --- a/textproc/py-ufal.udpipe/Makefile +++ b/textproc/py-ufal.udpipe/Makefile @@ -12,7 +12,7 @@ WWW= https://ufal.mff.cuni.cz/udpipe LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE -NOT_FOR_ARCHS= mips mips64 powerpc powerpc64 powerpcspe +NOT_FOR_ARCHS= mips mips64 powerpc powerpc64 NOT_FOR_ARCHS_REASON= Only little endian systems are supported! USES= compiler:c++11-lang python