/freebsd/sbin/bectl/tests/ |
H A D | bectl_test.sh | 61 atf_check zfs create -o mountpoint=none ${zpool}/ROOT 63 ${zpool}/ROOT/default 76 atf_check -o ignore bectl -r ${zpool}/ROOT mount default ${root} 79 ${zpool}/ROOT/default/usr 80 atf_check -o ignore bectl -r ${zpool}/ROOT umount default 121 ${zpool}/ROOT/default/usr 125 bectl -r ${zpool}/ROOT create "foo bar" 129 atf_check bectl -r ${zpool}/ROOT create -e default default2 130 atf_check bectl -r ${zpool}/ROOT create default2@test_snap 131 atf_check bectl -r ${zpool}/ROOT create -e default2@test_snap default3 [all …]
|
/freebsd/contrib/byacc/test/ |
H A D | run_test.sh | 51 ROOT=test-$root 53 $YACC "$@" >"$ROOT.output" 2>"$ROOT.error" 56 NEW=$ROOT$type 65 ROOT=test-$root 72 $YACC -o "$ROOT.$code" $opts <$1 >"$ROOT.output" 2>"$ROOT.error" 74 $YACC -o "$ROOT.$code" $opts $1 >"$ROOT.output" 2>"$ROOT.error" 78 NEW=$ROOT$type 87 ROOT=test-$root 97 $YACC $opts -H "$ROOT.$head" $1 >"$ROOT.output" 2>"$ROOT.error" 102 mv "$name" "$ROOT.$code" [all …]
|
/freebsd/contrib/libarchive/cpio/test/ |
H A D | test_owner_parse.c | 13 #define ROOT "root" macro 25 #define ROOT "Administrator" macro 30 #if defined(ROOT) 52 #if !defined(ROOT) in DEFINE_TEST() 58 assert(0 == owner_parse(ROOT, &owner, &errstr)); in DEFINE_TEST() 64 assert(0 == owner_parse(ROOT ":", &owner, &errstr)); in DEFINE_TEST() 71 assert(0 == owner_parse(ROOT ".", &owner, &errstr)); in DEFINE_TEST() 120 assert(0 != owner_parse(ROOT ":nonexistentgroup", &owner, &errstr)); in DEFINE_TEST()
|
/freebsd/contrib/sqlite3/tea/win/ |
H A D | makefile.vc | 179 ROOT = .. 197 GENERICDIR = $(ROOT)\generic 198 WINDIR = $(ROOT)\win 199 LIBDIR = $(ROOT)\library 200 DOCDIR = $(ROOT)\doc 201 TOOLSDIR = $(ROOT)\tools 202 COMPATDIR = $(ROOT)\compat 207 SQLITE_SRCDIR = $(ROOT)\..\.. 208 TCLSQLITE_SRCDIR = $(ROOT)\..\..\src 211 TCLSQLITE_SRCDIR = $(ROOT)\generic [all …]
|
/freebsd/lib/libbe/tests/ |
H A D | be_create.sh | 57 atf_check zfs create -o mountpoint=none ${zpool}/ROOT 59 ${zpool}/ROOT/default 61 ${zpool}/ROOT/default/usr 63 ${zpool}/ROOT/default/usr/obj 111 atf_check zfs snapshot ${zpool}/ROOT/default@non-recursive 112 atf_check zfs snapshot -r ${zpool}/ROOT/default@recursive 116 ${zpool}/ROOT/default/usr/src
|
/freebsd/tools/tools/nanobsd/rescue/Files/root/ |
H A D | ZFS_Create.txt | 6 +-ROOT 14 zfs create -o mountpoint=/mnt boot/ROOT 15 zfs create boot/ROOT/root 20 zpool set bootfs=boot/ROOT/root boot 25 vfs.root.mountfrom="zfs:boot/ROOT/root"
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/ |
H A D | dfsqrt.S | 33 #define ROOT r13:12 macro 150 ROOT = mpyu(RECIPEST,PRODHI) // root = mpyu_full(recipest,hi(fracrad<<(2+exp1))) define 192 ROOT += lsr(ERROR,SHIFTAMT) 212 ROOT += lsr(ERROR,SHIFTAMT) 235 ROOT += lsr(ERROR,SHIFTAMT) 266 TWOROOT_LO += asl(ROOT,#1) 285 ONE = add(ROOT,ONE) 290 if (P_CARRY1) ROOT = ONE 301 ONE = add(ROOT,ONE) 304 if (P_CARRY2) ROOT = ONE [all …]
|
/freebsd/usr.bin/tip/tip/ |
H A D | vars.c | 44 { "baudrate", NUMBER|IREMOTE|INIT, (READ<<PUBLIC)|(WRITE<<ROOT), 46 { "dialtimeout",NUMBER, (READ<<PUBLIC)|(WRITE<<ROOT), 64 { "log", STRING|INIT, (READ|WRITE)<<ROOT, 112 { "direct", BOOL, (READ<<PUBLIC)|(WRITE<<ROOT),
|
/freebsd/crypto/openssl/test/certs/ |
H A D | ec_privkey_with_chain.pem | 44 Issuer: CN=Ca-ENROLLMENT-ROOT 60 Subject: CN=Ca-ENROLLMENT-ROOT 61 Issuer: CN=Ca-ENROLLMENT-ROOT
|
/freebsd/sys/contrib/openzfs/contrib/initramfs/scripts/ |
H A D | zfs | 662 # Ex: Called with 'rpool/ROOT/debian@snap2' 663 # rpool/ROOT/debian@snap2 => rpool/ROOT/debian_snap2 664 # rpool/ROOT/debian/boot@snap2 => rpool/ROOT/debian_snap2/boot 665 # rpool/ROOT/debian/usr@snap2 => rpool/ROOT/debian_snap2/usr 666 # rpool/ROOT/debian/var@snap2 => rpool/ROOT/debian_snap2/var 740 # Compatibility: 'ROOT' is for Debian GNU/Linux (etc), 743 if [ -z "$ROOT" ] 745 [ -n "$root" ] && ROOT=${root} 747 [ -n "$REAL_ROOT" ] && ROOT=${REAL_ROOT} 810 # If we have 'ROOT' (see above), but not 'ZFS_BOOTFS', then use [all …]
|
/freebsd/tools/boot/ |
H A D | rootgen.sh | 407 zfs create -po mountpoint=/ ${pool}/ROOT/default 421 zfs umount -f ${pool}/ROOT/default 422 zfs set mountpoint=none ${pool}/ROOT/default 423 zpool set bootfs=${pool}/ROOT/default ${pool} 456 zfs create -po mountpoint=/ ${pool}/ROOT/default 470 zfs umount -f ${pool}/ROOT/default 471 zfs set mountpoint=none ${pool}/ROOT/default 472 zpool set bootfs=${pool}/ROOT/default ${pool} 501 zfs create -po mountpoint=/ ${pool}/ROOT/default 515 zfs umount -f ${pool}/ROOT/default [all …]
|
/freebsd/bin/freebsd-version/ |
H A D | freebsd-version.sh.in | 33 : ${ROOT:=} 34 : ${LOADER_DIR:=$ROOT/boot}
|
/freebsd/lib/libc/rpc/ |
H A D | README | 142 The top-level Makefile builds the release. The "ROOT" macro defines where the 143 headers and libraries are installed. The default for ROOT is "/proto". You 145 command with a new definition for ROOT: 147 make install ROOT=/opt/onc 151 ROOT. 168 ONC applications with this release. The $(ROOT)/usr/include directory 170 $(ROOT)/usr/lib directory must be included in the linker library file search 172 search path (LD_LIBRARY_PATH) must also include $(ROOT)/usr/lib. In addition
|
/freebsd/secure/caroot/trusted/ |
H A D | FIRMAPROFESIONAL_CA_ROOT-A_WEB.pem | 2 ## FIRMAPROFESIONAL CA ROOT-A WEB 20 … Firmaprofesional SA, organizationIdentifier = VATES-A62634068, CN = FIRMAPROFESIONAL CA ROOT-A WEB 24 … Firmaprofesional SA, organizationIdentifier = VATES-A62634068, CN = FIRMAPROFESIONAL CA ROOT-A WEB
|
H A D | certSIGN_ROOT_CA.pem | 2 ## certSIGN ROOT CA 19 Issuer: C = RO, O = certSIGN, OU = certSIGN ROOT CA 23 Subject: C = RO, O = certSIGN, OU = certSIGN ROOT CA
|
H A D | SZAFIR_ROOT_CA2.pem | 2 ## SZAFIR ROOT CA2 20 Issuer: C = PL, O = Krajowa Izba Rozliczeniowa S.A., CN = SZAFIR ROOT CA2 24 Subject: C = PL, O = Krajowa Izba Rozliczeniowa S.A., CN = SZAFIR ROOT CA2
|
H A D | CFCA_EV_ROOT.pem | 2 ## CFCA EV ROOT 19 Issuer: C = CN, O = China Financial Certification Authority, CN = CFCA EV ROOT 23 Subject: C = CN, O = China Financial Certification Authority, CN = CFCA EV ROOT
|
H A D | GDCA_TrustAUTH_R5_ROOT.pem | 2 ## GDCA TrustAUTH R5 ROOT 19 Issuer: C = CN, O = "GUANG DONG CERTIFICATE AUTHORITY CO.,LTD.", CN = GDCA TrustAUTH R5 ROOT 23 … Subject: C = CN, O = "GUANG DONG CERTIFICATE AUTHORITY CO.,LTD.", CN = GDCA TrustAUTH R5 ROOT
|
H A D | certSIGN_Root_CA_G2.pem | 20 Issuer: C = RO, O = CERTSIGN SA, OU = certSIGN ROOT CA G2 24 Subject: C = RO, O = CERTSIGN SA, OU = certSIGN ROOT CA G2
|
/freebsd/bin/sh/ |
H A D | Makefile | 3 CONFGROUPS= ETC ROOT 5 ROOT= dot.shrc dot.profile macro
|
/freebsd/release/tools/ |
H A D | vmimage.subr | 216 -o poolname=zroot -o bootfs=zroot/ROOT/default -o rootpath=/ \ 218 -o fs=zroot/ROOT\;mountpoint=none \ 219 -o fs=zroot/ROOT/default\;mountpoint=/\;canmount=noauto \
|
/freebsd/sys/contrib/openzfs/scripts/ |
H A D | zimport.sh | 163 local ROOT=$1 167 mkdir -p "$ROOT"/{a,b,c,d,e,f,g}/{h,i} 168 DIRS=$(find "$ROOT")
|
/freebsd/contrib/libucl/ |
H A D | CMakeLists.txt | 28 CMAKE_PARSE_ARGUMENTS(LUA "" "VERSION_MAJOR;VERSION_MINOR;ROOT" "" ${ARGN}) 253 FindLua(VERSION_MAJOR "5" VERSION_MINOR "1" ROOT "${LUA_ROOT}") 260 FindLua(VERSION_MAJOR "5" VERSION_MINOR "2" ROOT "${LUA_ROOT}") 262 FindLua(VERSION_MAJOR "5" VERSION_MINOR "1" ROOT "${LUA_ROOT}")
|
/freebsd/bin/csh/ |
H A D | Makefile | 10 CONFGROUPS= ETC ROOT 14 ROOT= dot.cshrc dot.login macro
|
/freebsd/crypto/openssh/contrib/aix/ |
H A D | README | 34 The script treats all packages as USR packages (not ROOT+USR when
|