HomeSort by: relevance | last modified time | path
    Searched refs:ROOT (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/
check_cmake.sh 5 ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
6 if [ -d "$ROOT/llvm-build" ]; then
7 cd $ROOT/llvm-build
9 mkdir -p $ROOT/llvm-build
10 cd $ROOT/llvm-build
11 CC=clang CXX=clang++ cmake -G Ninja -DLLVM_ENABLE_WERROR=ON -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=ON $ROOT/../../../..
  /src/external/gpl2/gettext/dist/os2/
Makefile 42 # Root package directory
43 ROOT = ../
50 INCLUDE = -I. -I$(ROOT) -I$(ROOT)intl -I$(ROOT)src -I$(ROOT)lib -I$(ROOT)libuniname
89 LINGUAS = $(filter-out $(BAD.LINGUAS),$(shell sed -e "/^\#/d" $(ROOT)po/LINGUAS))
95 INTL.SOURCES = $(addprefix $(ROOT)intl/,\
100 $(shell sed $(ROOT)intl/Makefile.in -ne "/^OBJECTS =/,/[^\]$$/p")))))
    [all...]
  /src/external/bsd/libarchive/dist/cpio/test/
test_owner_parse.c 13 #define ROOT "root"
25 #define ROOT "Administrator"
30 #if defined(ROOT)
52 #if !defined(ROOT)
58 assert(0 == owner_parse(ROOT, &owner, &errstr));
64 assert(0 == owner_parse(ROOT ":", &owner, &errstr));
71 assert(0 == owner_parse(ROOT ".", &owner, &errstr));
120 assert(0 != owner_parse(ROOT ":nonexistentgroup", &owner, &errstr));
  /src/external/bsd/byacc/dist/test/
run_test.sh 50 root=$1
51 ROOT=test-$root
53 $YACC "$@" >"$ROOT.output" 2>"$ROOT.error"
56 NEW=$ROOT$type
57 REF=$REF_DIR/$root$type
64 root=$1
65 ROOT=test-$root
    [all...]
  /src/external/lgpl3/gmp/dist/demos/calc/
calc.h 72 ROOT = 273, /* ROOT */
107 #define ROOT 273
calclex.l 51 { "root", ROOT },
calc.y 82 printf (" root(n,r) r-th root\n");
83 printf (" sqrt(n) square root\n");
149 %token ABS BIN FIB GCD KRON LCM LUCNUM NEXTPRIME POWM ROOT SQRT
236 | ROOT '(' e ',' e ')' { sp--; CHECK_UI ("Nth-root", sp+1);
calc.c 152 printf (" root(n,r) r-th root\n");
153 printf (" sqrt(n) square root\n");
270 ROOT = 273, /* ROOT */
305 #define ROOT 273
364 YYSYMBOL_ROOT = 18, /* ROOT */
788 "LUCNUM", "NEXTPRIME", "POWM", "ROOT", "SQRT", "NUMBER", "VARIABLE",
1723 { sp--; CHECK_UI ("Nth-root", sp+1);
calclex.c 534 { "root", ROOT },
  /src/etc/rc.d/
resize_root 39 # Do nothing if root file system is not mentioned in /etc/fstab, or if
40 # root file system seems to be a network mount, or if root file system
48 ROOT\.*) fs_spec="/dev/$(sysctl -n kern.root_device)${fs_spec#ROOT.}" ;;
51 # skip non-root
87 echo "Error resizing root."
  /src/sys/external/bsd/drm2/include/linux/
rbtree.h 68 RB_EMPTY_ROOT(const struct rb_root *root)
71 return RB_TREE_MIN(__UNCONST(&root->rbr_tree)) == NULL;
75 rb_first(const struct rb_root *root)
77 char *vnode = RB_TREE_MIN(__UNCONST(&root->rbr_tree));
80 vnode += root->rbr_tree.rbt_ops->rbto_node_offset;
85 rb_next2(const struct rb_root *root, const struct rb_node *rbnode)
89 vnode -= root->rbr_tree.rbt_ops->rbto_node_offset;
90 vnode = RB_TREE_NEXT(__UNCONST(&root->rbr_tree), vnode);
92 vnode += root->rbr_tree.rbt_ops->rbto_node_offset;
97 rb_last(const struct rb_root *root)
213 struct rb_node *root; local
    [all...]
  /src/usr.bin/tip/
vars.c 50 { "baudrate", NUMBER|IREMOTE|INIT, (READ<<PUBLIC)|(WRITE<<ROOT),
52 { "dialtimeout",NUMBER, (READ<<PUBLIC)|(WRITE<<ROOT),
tip.h 122 #define ROOT 05 /* root defined */
180 #define PRIV 02 /* privileged, root execute only */
value.c 258 return ((mode & (rw<<ROOT)) && getuid() == 0);
  /src/external/bsd/zstd/dist/tests/
test-license.py 8 # LICENSE file in the root directory of this source tree) and the GPLv2 (found
9 # in the COPYING file in the root directory of this source tree).
19 ROOT = os.path.join(os.path.dirname(__file__), "..")
35 return os.path.normpath(os.path.join(ROOT, d)) + "/"
55 "LICENSE file in the root directory of this source tree) and the GPLv2 (found",
56 "in the COPYING file in the root directory of this source tree).",
  /src/external/bsd/atf/dist/tools/
atf-run_test.sh 108 atf_set "require.user" "root"
757 atf_set "require.user" "root"
761 ROOT="$(pwd)/root"; export ROOT
764 echo \$(pwd) >\${ROOT}
789 mount | grep $(cat root) && atf_fail "Some file systems remain mounted"
790 atf_check -s eq:1 -o empty -e empty test -d $(cat root)/foo
799 atf_set "require.user" "root"
803 ROOT="$(pwd)/root"; export ROO
    [all...]
  /src/usr.bin/config/
gram.y 186 %token ROOT
650 | ROOT { $$ = NULL; }
907 /* the name in "config name root on ..." */
918 /* root fs specification */
920 ROOT on_opt dev_spec { setconf(&conf.cf_root, "root", $3); }
921 | ROOT on_opt dev_spec fs_spec { setconf(&conf.cf_root, "root", $3); }
924 /* device for root fs or dump */
943 /* filesystem type for root fs specification *
    [all...]
  /src/etc/namedb/
bind.keys 4 # trust anchors it contains are those for the DNS root zone ("."), and for
11 # To use the built-in root key, set "dnssec-validation auto;" in
38 # ROOT KEYS: See https://data.iana.org/root-anchors/root-anchors.xml
45 # remain in the root zone for some time after its successor key
47 # the root zone.
56 # This key (20326) is to be published in the root zone in 2017.
  /src/distrib/utils/embedded/
mkimage 146 NAME=${gpt_label_ffs:-netbsd-root} / ffs rw,noatime${rootopts} 1 1
166 ROOT.a / ffs rw,noatime${rootopts} 1 1
167 ROOT.e /boot msdos rw 1 1
182 echo "./etc/fstab type=file uname=root gname=wheel mode=0644" \
186 echo "./proc type=dir uname=root gname=wheel mode=0755" \
195 -r root device kind (sd, wd, ld)
314 echo "./etc/mtree/set.dtb type=file uname=root gname=wheel mode=0444" >> "$tmp/selected_sets"
318 echo "./var/db/obsolete/dtb type=file uname=root gname=wheel mode=0644" >>"$tmp/selected_sets"
373 ${GPT} ${gpt_flags} ${image} add -a 4m -b ${ffsstart} -l ${gpt_label_ffs:-netbsd-root} -t ffs
  /src/sys/kern/
subr_autoconf.c 164 #define ROOT ((device_t)NULL)
617 parent = (pdev == NULL ? "root" : device_xname(pdev));
979 /* We don't match root nodes here. */
1262 /* We don't match root nodes here. */
1307 * Find the given root device.
1309 * Don't bother with multiple cfdata tables; the root node
1320 m.parent = ROOT;
1326 * Look at root entries for matching name. We do not bother
1327 * with found-state here since only one root should ever be
1417 * As above, but for root devices
    [all...]
  /src/external/lgpl3/gmp/dist/demos/
pexpr.c 95 AND, IOR, XOR, SLL, SRA, POPCNT, HAMDIST, GCD, LCM, SQRT, ROOT, FAC,
700 {"root", ROOT, 2},
1091 error = "cannot take square root of negative numbers";
1098 case ROOT:
1104 error = "cannot take non-positive root orders";
1110 error = "cannot take even root orders of negative numbers";
1119 /* If we are asked to take an awfully large root order, cheat and
  /src/external/bsd/byacc/dist/
configure 2471 # Don't use installbsd from OSF since it installs stuff as root
7542 ROOT=\$1
7561 $SHELL -c "$TBL_PATH \${ROOT}.\${TYPE} | $GROFF_PATH -P -o0 -I\${ROOT}_ -Thtml -\${MACS}"
7659 MAN2HTML_OPTS="\$MAN2HTML_OPTS -index -title=\"\$ROOT(\$TYPE)\" -compress -pgsize $cf_man2html_page"
7662 $TBL_PATH \${ROOT}.\${TYPE} | $NROFF_PATH $NROFF_OPTS -\${MACS} | \$MAN2HTML_PATH -topm=0 -botm=0 \$MAN2HTML_OPTS
7665 $TBL_PATH \${ROOT}.\${TYPE} | $NROFF_PATH $NROFF_OPTS -\${MACS} | \$MAN2HTML_PATH $cf_man2html_top_bot \$MAN2HTML_OPTS
  /src/sbin/sysctl/
sysctl.c 503 print_flag(f, s, c, ROOT, ROOT);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
regstr.d 158 REGSTR_KEY_ROOTENUM = `Root`,
196 REGSTR_PATH_ROOT = `Enum\Root`,
479 REGSTR_VAL_ROOT_DEVNODE = `HTREE\ROOT\0`,
  /src/external/bsd/nsd/dist/doc/
differences.tex 63 the NL TLD and from the root zone against different name servers. The
104 \subsection{Comparison of responses to root queries}
107 Comparison between NSD 3.0.0 and BIND 9.3.2 for a root trace.
270 . 0 IN SOA A.ROOT-SERVERS.NET. NSTLD.VERISIGN-GRS.COM. (
294 . 86400 IN SOA a.root-servers.net. nstld.verisign-grs.com. (
344 . 86400 IN SOA a.root-servers.net. nstld.verisign-grs.com. (
471 to queries from the root. These answers are 480+ bytes long.
570 \subsubsection{b-upwards-ref - BIND returns root delegation}
574 this server due to a lame delegation, BIND returns a root delegation. NSD
579 By design, NSD does not know the root-servers. NSD is unable to reply a
    [all...]

Completed in 64 milliseconds

1 2