Home
last modified time | relevance | path

Searched full:export (Results 1 – 25 of 2792) sorted by relevance

12345678910>>...112

/freebsd/contrib/llvm-project/libcxx/modules/
H A Dstd.cppm
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Ddefault.cfg.in37 export ZEDLET_ETC_DIR=${ZEDLET_ETC_DIR:-@sysconfdir@/zfs/zed.d}
38 export ZEDLET_LIBEXEC_DIR=${ZEDLET_LIBEXEC_DIR:-@zfsexecdir@/zed.d}
39 export ZPOOL_SCRIPT_DIR=${ZPOOL_SCRIPT_DIR:-@sysconfdir@/zfs/zpool.d}
40 export ZPOOL_COMPAT_DIR=${ZPOOL_COMPAT_DIR:-@datadir@/zfs/compatibility.d}
43 export RT_LONG="3"
44 export RT_MEDIUM="2"
45 export RT_SHORT="1"
48 export ZONE_POOL="zonepool"
49 export ZONE_CTR="zonectr"
53 export LC_ALL="C"
[all …]
/freebsd/contrib/llvm-project/lldb/include/
H A Dmodule.modulemap8 module * { export * }
17 module ConnectionFileDescriptor { header "lldb/Host/ConnectionFileDescriptor.h" export * }
18 module Debug { header "lldb/Host/Debug.h" export * }
19 module Editline { header "lldb/Host/Editline.h" export * }
20 module FileCache { header "lldb/Host/FileCache.h" export * }
21 module File { header "lldb/Host/File.h" export * }
22 module FileAction { header "lldb/Host/FileAction.h" export * }
23 module FileSystem { header "lldb/Host/FileSystem.h" export * }
24 module HostGetOpt { header "lldb/Host/HostGetOpt.h" export * }
25 module Host { header "lldb/Host/Host.h" export * }
[all …]
/freebsd/tests/sys/cddl/zfs/include/
H A Dconstants.cfg5 export PATH=${STF_SUITE}/bin:${PATH}
6 export TMPDIR=${TMPDIR-/tmp}
9 export TMPDIR=${TMPDIR-/tmp}
12 export RT_LONG="3"
13 export RT_MEDIUM="2"
14 export RT_SHORT="1"
17 export ZONE_POOL="zonepool"
18 export ZONE_CTR="zonectr"
21 export DEVNAME2DEVID="devname2devid"
22 export FILE_WRITE="file_write"
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmodule.modulemap4 export *
8 export *
12 export *
16 export *
20 export *
24 export *
28 export *
32 export *
36 export *
40 export *
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dmodule.modulemap21 export *
28 export *
34 export *
40 export *
72 export * // note: for <stdlib.h> dependency
85 export mm_malloc
86 export mmx
87 export sse2 // note: for hackish <emmintrin.h> dependency
92 export sse
97 export sse2
[all …]
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/
H A Dzpool_upgrade.cfg30 export STF_TIMEOUT=1800
35 export ZPOOL_VERSION=$(get_zpool_version)
45 export ZPOOL_VERSION_1_FILES="zfs-pool-v1.dat"
46 export ZPOOL_VERSION_1_NAME="v1-pool"
48 export ZPOOL_VERSION_1stripe_FILES="zfs-pool-v1stripe1.dat \
50 export ZPOOL_VERSION_1stripe_NAME="pool-v1stripe"
52 export ZPOOL_VERSION_1raidz_FILES="zfs-pool-v1raidz1.dat zfs-pool-v1raidz2.dat \
54 export ZPOOL_VERSION_1raidz_NAME="pool-v1raidz"
56 export ZPOOL_VERSION_1mirror_FILES="zfs-pool-v1mirror1.dat \
58 export ZPOOL_VERSION_1mirror_NAME="pool-v1mirror"
[all …]
/freebsd/tests/sys/cddl/zfs/tests/snapshot/
H A Dsnapshot.cfg28 export ZFSROOT=
29 export TESTVOL=testvol${TESTCASE_ID}
30 export TESTVOL1=testvol1.${TESTCASE_ID}
31 export TESTSNAP=testsnap${TESTCASE_ID}
32 export TESTSNAP1=testsnap1.${TESTCASE_ID}
33 export TESTCLONE=testclone${TESTCASE_ID}
34 export TESTCLONE1=testclone1${TESTCASE_ID}
35 export TESTCLONE2=testclone2${TESTCASE_ID}
36 export TESTFILE=testfile${TESTCASE_ID}
37 export TESTFILE1=testfile1${TESTCASE_ID}
[all …]
/freebsd/sys/contrib/openzfs/scripts/
H A DMakefile.am40 export INTREE="yes"
41 export GDB="libtool --mode=execute gdb"
42 export LDMOD=/sbin/insmod
44 export CMD_DIR=$(abs_top_builddir)
45 export UDEV_SCRIPT_DIR=$(abs_top_srcdir)/udev
46 export UDEV_CMD_DIR=$(abs_top_builddir)/udev
47 export UDEV_RULE_DIR=$(abs_top_builddir)/udev/rules.d
48 export ZEDLET_ETC_DIR=$$CMD_DIR/cmd/zed/zed.d
49 export ZEDLET_LIBEXEC_DIR=$$CMD_DIR/cmd/zed/zed.d
50 export ZPOOL_SCRIPT_DIR=$$CMD_DIR/cmd/zpool/zpool.d
[all …]
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_import/
H A Dzpool_import.cfg32 export FS_SIZE=2gb
33 export FILE_SIZE=64m
34 export PART_SIZE=128m
35 export MAX_NUM=5
36 export GROUP_NUM=3
37 export DEVICE_DIR=$(pwd)/dev
38 export BACKUP_DEVICE_DIR=$(pwd)/bakdev
39 export DEVICE_FILE=disk
40 export DEVICE_ARCHIVE=$(pwd)/archive${TESTCASE_ID}.tar
42 export MYTESTFILE=$STF_SUITE/include/default.cfg
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import.cfg34 export DISK=${DISKS%% *}
35 export FS_SIZE="$((($MINVDEVSIZE / (1024 * 1024)) * 32))m"
36 export FILE_SIZE="$((MINVDEVSIZE))"
37 export SLICE_SIZE="$((($MINVDEVSIZE / (1024 * 1024)) * 2))m"
38 export MAX_NUM=6
39 export DEVICE_DIR=$TEST_BASE_DIR/dev_import-test
40 export BACKUP_DEVICE_DIR=$TEST_BASE_DIR/bakdev_import-test
41 export DEVICE_FILE=disk
42 export DEVICE_ARCHIVE=archive_import-test
43 export MYTESTFILE=$STF_SUITE/include/libtest.shlib
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/
H A Dmmp.cfg20 export PREV_UBER="$TEST_BASE_DIR/mmp-uber-prev.txt"
21 export CURR_UBER="$TEST_BASE_DIR/mmp-uber-curr.txt"
22 export DISK=${DISKS%% *}
24 export HOSTID_FILE="/etc/hostid"
25 export HOSTID1=01234567
26 export HOSTID2=89abcdef
28 export TXG_TIMEOUT_LONG=5000
29 export TXG_TIMEOUT_DEFAULT=5
31 export MMP_POOL=mmppool
32 export MMP_DIR=$TEST_BASE_DIR/mmp
[all …]
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_create/
H A Dzpool_create.cfg30 export DISK_ARRAY_NUM=0
31 export DISK_ARRAY_LIMIT=4
32 export DISKSARRAY=""
37 export STF_TIMEOUT=2400
38 export VDEVS_NUM=300
39 export FILE_SIZE=100 #100mb
40 export MD_OVERHEAD=10 # 10%
41 export POOL_MINSIZE=64 # the minimum size(64m) to create a storage pool
45 export FILESIZE="100m"
46 export FILESIZE1="150m"
[all …]
/freebsd/contrib/llvm-project/clang/include/
H A Dmodule.modulemap3 module * { export * }
12 module * { export * }
30 module * { export * }
33 module Clang_ASTMatchers { requires cplusplus umbrella "clang/ASTMatchers" module * { export * } }
90 module * { export * }
98 export *
101 module Clang_CodeGen { requires cplusplus umbrella "clang/CodeGen" module * { export * } }
102 module Clang_Config { requires cplusplus umbrella "clang/Config" module * { export * } }
109 module All { header "clang/Basic/AllDiagnostics.h" export * }
111 module AST { header "clang/AST/ASTDiagnostic.h" export * }
[all …]
/freebsd/tests/sys/cddl/zfs/tests/acl/
H A Dacl.cfg29 export NISSTAFILE=$TMPDIR/nis_state
30 export TESTFILE=testfile${TESTCASE_ID}
31 export TESTFILE0=testfile0.${TESTCASE_ID}
32 export TESTFILE2=testfile2.${TESTCASE_ID}
35 export ZFS_ACL_ADMIN=admin
37 export ZFS_ACL_STAFF_GROUP=zfsgrp
38 export ZFS_ACL_STAFF1=staff1
39 export ZFS_ACL_STAFF2=staff2
41 export ZFS_ACL_OTHER_GROUP=othergrp
42 export ZFS_ACL_OTHER1=other1
[all …]
/freebsd/tools/test/stress2/
H A Ddefault.cfg6 export SHELL=/bin/sh
11 export RUNDIR=${RUNDIR:-/tmp/stressX}
12 export RUNTIME=${RUNTIME:-2m}
13 export VERBOSE=${VERBOSE:-1}
14 export LOAD=${LOAD:-20}
18 export INCARNATIONS=${INCARNATIONS:-20}
20 export BLASTHOST=${BLASTHOST:-192.168.1.1} # host with udp discard enabled in inetd.conf
21 #export nfs_export=somehost:mount # Used by the NFS tests
24 export runRUNTIME=${runRUNTIME:-3d} # Run tests for three days
25 export runINCARNATIONS=1
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/acl/
H A Dacl.cfg29 export NISSTAFILE=$TEST_BASE_DIR/nis_state
30 export TESTFILE=testfile$$
31 export TESTFILE0=testfile0.$$
32 export TESTFILE2=testfile2.$$
35 export ZFS_ACL_ADMIN=zfstest
37 export ZFS_ACL_STAFF_GROUP=zfsgrp
38 export ZFS_ACL_STAFF1=staff1
39 export ZFS_ACL_STAFF2=staff2
41 export ZFS_ACL_OTHER_GROUP=othergrp
42 export ZFS_ACL_OTHER1=other1
[all …]
/freebsd/contrib/llvm-project/llvm/include/
H A Dmodule.modulemap3 module * { export * }
9 module * { export * }
20 module * { export * }
27 header "llvm/CodeGenTypes/LowLevelType.h" export *
30 header "llvm/CodeGenTypes/MachineValueType.h" export *
42 module * { export * }
58 module * { export * }
64 module * { export * }
70 module * { export * }
75 umbrella "llvm/BinaryFormat" module * { export * }
[all …]
/freebsd/tests/sys/cddl/zfs/tests/cli_root/
H A Dcli.cfg28 export ZFSROOT=
30 export TESTSNAP=testsnap${TESTCASE_ID}
31 export TESTSNAP1=testsnap1${TESTCASE_ID}
32 export TESTSNAP2=testsnap2${TESTCASE_ID}
33 export TESTCLONE=testclone${TESTCASE_ID}
34 export TESTCLONE1=testclone1${TESTCASE_ID}
35 export TESTCLONE2=testclone2${TESTCASE_ID}
36 export TESTCLCT=testclct${TESTCASE_ID}
37 export TESTCTR1=testctr1${TESTCASE_ID}
38 export TESTCTR2=testctr2${TESTCASE_ID}
[all …]
/freebsd/tests/sys/cddl/zfs/tests/delegate/
H A Ddelegate.cfg27 export STF_TIMEOUT=1800
29 export NISSTAFILE=$TMPDIR/nis_state
31 export STAFF_GROUP=zfsgrp
32 export STAFF1=staff1
33 export STAFF2=staff2
35 export OTHER_GROUP=othergrp
36 export OTHER1=other1
37 export OTHER2=other2
39 export EVERYONE="$STAFF1 $STAFF2 $OTHER1 $OTHER2"
41 export LOCAL_SET="snapshot"
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/
H A Dsnapshot.cfg33 export TESTFILE=testfile-snapshot
34 export SNAPROOT=".zfs/snapshot"
36 export SNAPPOOL="$TESTPOOL@$TESTSNAP"
37 export SNAPFS="$TESTPOOL/$TESTFS@$TESTSNAP"
38 export SNAPFS1="$TESTPOOL/$TESTVOL@$TESTSNAP"
39 export SNAPFS2="$TESTPOOL1/$TESTFS@$TESTSNAP"
40 export SNAPCTR="$TESTPOOL/$TESTCTR/$TESTFS1@$TESTSNAP"
41 export SNAPDIR="$TESTDIR/$SNAPROOT/$TESTSNAP"
42 export SNAPDIR1="$TESTDIR1/$SNAPROOT/$TESTSNAP"
43 export SNAPDIR2="$TESTDIR2/$SNAPROOT/$TESTSNAP"
[all …]
/freebsd/sys/contrib/libsodium/dist-build/
H A Dios.sh12 export PREFIX="$(pwd)/libsodium-ios"
13 export IOS32_PREFIX="$PREFIX/tmp/ios32"
14 export IOS32s_PREFIX="$PREFIX/tmp/ios32s"
15 export IOS64_PREFIX="$PREFIX/tmp/ios64"
16 export SIMULATOR32_PREFIX="$PREFIX/tmp/simulator32"
17 export SIMULATOR64_PREFIX="$PREFIX/tmp/simulator64"
18 export XCODEDIR=$(xcode-select -p)
20 export IOS_SIMULATOR_VERSION_MIN=${IOS_SIMULATOR_VERSION_MIN-"6.0.0"}
21 export IOS_VERSION_MIN=${IOS_VERSION_MIN-"6.0.0"}
26 export BASEDIR="${XCODEDIR}/Platforms/iPhoneSimulator.platform/Developer"
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/
H A Ddelegate.cfg31 export NISSTAFILE=$TEST_BASE_DIR/nis_state
33 export STAFF_GROUP=zfsgrp
34 export STAFF1=staff1
35 export STAFF2=staff2
37 export OTHER_GROUP=othergrp
38 export OTHER1=other1
39 export OTHER2=other2
41 export EVERYONE="$STAFF1 $STAFF2 $OTHER1 $OTHER2"
56 export LOCAL_SET
57 export LOCAL_DESC_SET
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Ddirective-export-gmake.mk1 # $NetBSD: directive-export-gmake.mk,v 1.9 2023/12/17 09:44:00 rillig Exp $
3 # Tests for the export directive (without leading dot), as in GNU make.
5 # The "export" directive only affects the environment of the make process
9 export VAR=exported
19 # This line looks like it would export 2 variables, but it doesn't.
21 export VAR=exported VAR2=exported-as-well
29 export VAR= leading spaces
41 export VAR =trailing space in varname
51 export VAR=${ONCE}
58 export VAR=an ${UNDEF} variable
[all …]
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_add/
H A Dzpool_add.cfg30 export DISK_ARRAY_NUM=0
31 export DISK_ARRAY_LIMIT=4
32 export DISKSARRAY=""
37 export STF_TIMEOUT=2400
38 export VDEVS_NUM=300
39 export FILE_SIZE=100 #100mb
43 export FILESIZE="100m"
44 export FILESIZE1="150m"
45 export SIZE="150m"
46 export SIZE1="250m"
[all …]

12345678910>>...112