HomeSort by: relevance | last modified time | path
    Searched defs:ROOT (Results 1 - 8 of 8) sorted by relevancy

  /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/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/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/lgpl3/gmp/dist/demos/calc/
calc.h 72 ROOT = 273, /* ROOT */
107 #define ROOT 273
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);
  /src/usr.bin/tip/
tip.h 122 #define ROOT 05 /* root defined */
180 #define PRIV 02 /* privileged, root execute only */
  /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/sys/kern/
subr_autoconf.c 163 #define ROOT ((device_t)NULL)
616 parent = (pdev == NULL ? "root" : device_xname(pdev));
978 /* We don't match root nodes here. */
1261 /* We don't match root nodes here. */
1306 * Find the given root device.
1308 * Don't bother with multiple cfdata tables; the root node
1319 m.parent = ROOT;
1325 * Look at root entries for matching name. We do not bother
1326 * with found-state here since only one root should ever be
1416 * As above, but for root devices
    [all...]

Completed in 24 milliseconds