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

  /src/sys/external/bsd/acpica/dist/disassembler/
dmnames.c 406 ACPI_PARSE_OBJECT *Search;
446 /* Search upwards in the tree to find scope with "prev" as its parent */
448 Search = Op;
451 if (Search->Common.Parent == Prev)
458 Search = Search->Common.Parent;
463 OpInfo = AcpiPsGetOpcodeInfo (Search->Common.AmlOpcode);
494 Name = AcpiPsGetName (Search);
502 Prev = Search;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 374 matched = _RE_SUPPRESSION.search(raw_line)
411 # The regexp compilation caching is inlined in both Match and Search for
419 def Search(pattern, s):
423 return _regexp_compile_cache[pattern].search(s)
1104 if re.search(r'Copyright', lines[line], re.I): break
1423 if Search('(^|[^:]):($|[^:])', clean_lines.elided[linenum]):
1782 if Search(r'printf\s*\(.*".*%[-+ ]?\d*q', line):
1786 if Search(r'printf\s*\(.*".*%\d+\$', line):
1793 if Search(r'("|\').*\\(%|\[|\(|{)', line):
1800 if Search(r'\b(const|volatile|void|char|short|int|long
    [all...]
  /src/bin/ksh/
table.c 92 /* search for name in hashed table */
115 Search:
116 /* search for name in hashed table */
126 goto Search;
exec.c 480 * before we can do a path search (in case the assignments change
487 * PATH=... foobar use new PATH in foobar search
759 shellv = search(shellv, path, X_OK, (int *) 0);
785 * Search function tables for a function. If create set, a table entry
905 /* prevent FPATH search below */
907 goto Search;
911 * POSIX regular builtins, then search path...
922 tp->u.fpath = search(name, fpath, R_OK,
931 * the search() function. Tracked aliases should be
949 Search
1044 search(name, pathx, mode, errnop) function
    [all...]
  /src/usr.bin/make/unit-tests/
check-expect.lua 23 Search the following "expect:" and "expect[+-]offset:" comments
  /src/common/dist/zlib/
make_vms.com 18 $! subdir path, update module search in makefile.in
74 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
132 $ if f$search(fname) .eqs. ""
171 $ if f$search("''th'") .nes. "" then delete 'th';*
177 $ if (f$search( "example.obj;*") .nes. "") then delete example.obj;*
178 $ if (f$search( "minigzip.obj;*") .nes. "") then delete minigzip.obj;*
263 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
276 $ AFile = F$Search(File)
383 $ its_decc = (f$search("SYS$SYSTEM:DECC$COMPILER.EXE") .nes. "")
384 $ its_vaxc = .not. its_decc .and. (F$Search("SYS$System:VAXC.Exe") .nes. ""
    [all...]
  /src/sys/external/isc/libsodium/dist/
configure 1534 --with-sysroot[=DIR] Search for dependent libraries within DIR (or the
1552 User-defined run-time library search path.
2280 # We do not want a PATH search for config.site.
5087 # this misfeature, we search for an option to squash it.
9211 # If it is relative, then search for the first ld in PATH.
13548 # as there is no search path for DLLs.
14090 # no search path for DLLs.
14227 # hardcode_minus_L: Not really in the search PATH,
14245 # hardcode_minus_L: Not really in the search PATH,
14330 # hardcode_minus_L: Not really in the search PATH
    [all...]
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 1251 [Search for dependent libraries within DIR (or the compiler's sysroot
1276 _LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl
2300 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
2318 # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer).
2383 [User-defined run-time library search path.])
2630 # FIXME: first we should search . and the directory the executable is in
2875 # appending ld.so.conf contents (and includes) to the search path.
3123 [Is shlibpath searched before the hard-coded library search path?])
3144 [Compile-time system search path for libraries])
3146 [Detected run-time system search path for libraries]
    [all...]

Completed in 25 milliseconds