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

1 2

  /src/tests/lib/libc/stdlib/
t_hsearch.c 117 ep = hsearch(e, FIND);
153 ep = hsearch(e, FIND);
177 ep = hsearch(e, FIND);
216 ep = hsearch(e, FIND);
219 ep2 = hsearch(e, FIND);
271 ATF_REQUIRE(hsearch_r(e, FIND, &ep, &t) == 1);
306 ATF_REQUIRE(hsearch_r(e, FIND, &ep, &t) == 1);
331 ATF_REQUIRE(hsearch_r(e, FIND, &ep, &t) == 1);
369 ATF_REQUIRE(hsearch_r(e, FIND, &ep, &t) == 1);
372 ATF_REQUIRE(hsearch_r(e, FIND, &ep2, &t) == 1)
    [all...]
  /src/distrib/sets/
makeplist 8 # -s setsdir directory to find sets
26 -s setsdir directory to find sets [${setsdir}]
102 # Match the directories. Use find(1) to avoid repeat calls to
105 # This is a little clever. I cannot use 'xargs find', because
106 # find wants for the option arguments to follow the path arguments.
109 # command-line, and 'find ${args} ${SELECTDIRS}' to put them at the end.
114 ${FIND} ${args} ${SELECTDIRS}
118 # Match the non-directories. Use find(1) to avoid repeat calls to
126 ${FIND} ${args} ${SELECTNONDIRS}
makesums 75 lists="$(${FIND} ${pat} -prune \( -type f -o -type l \) \
checkflist 125 ( cd "${DESTDIR}" && ${FIND} ${origin} \
regpkg 222 # "find" invoked from makeplist sometimes reports
973 case "$(${FIND} "${SYSPKG_DB_SUBDIR}" -type f \
1049 case "$(${FIND} "${SYSPKG_DB_SUBDIR}" -type f \
  /src/external/bsd/flex/dist/examples/manual/
front.lex 29 FIND|SEARCH|SORT|ERASE|KILL copy_and_return(VERB)
  /src/include/
search.h 35 FIND, ENTER
  /src/external/mpl/bind/dist/lib/isccc/
symtab.c 168 #define FIND(s, k, t, b, e) \
197 FIND(symtab, key, type, bucket, elt);
218 FIND(symtab, key, type, bucket, elt);
260 FIND(symtab, key, type, bucket, elt);
  /src/lib/libc/stdlib/
hcreate.c 208 _DIAGASSERT(action == ENTER || action == FIND);
227 } else if (action == FIND) {
  /src/external/mpl/bind/dist/lib/isc/
symtab.c 135 #define FIND(s, k, t, b, e) \
160 FIND(symtab, key, type, bucket, elt);
220 FIND(symtab, key, type, bucket, elt);
270 FIND(symtab, key, type, bucket, elt);
  /src/external/mpl/dhcp/bind/dist/lib/isc/
symtab.c 138 #define FIND(s, k, t, b, e) \
163 FIND(symtab, key, type, bucket, elt);
225 FIND(symtab, key, type, bucket, elt);
275 FIND(symtab, key, type, bucket, elt);
  /src/external/bsd/pcc/dist/pcc/cc/cpp/
scanner.l 180 = lookup((usch *)yytext, FIND) != 0;
312 (nl = lookup((usch *)yytext, FIND)) != 0) {
695 if (flslvl == 0 && lookup((usch *)yytext, FIND) != 0)
714 if (flslvl == 0 && lookup((usch *)yytext, FIND) == 0)
774 *bc = (lookup(bc, FIND) != 0) + '0';
904 if (flslvl == 0 && (np = lookup((usch *)yytext, FIND)))
cpp.h 46 #define FIND 0
cpp.c 134 #define FIND 0
468 if ((nl = lookup(cp, FIND)) == 0 || kfind(nl) == 0)
649 if ((nl = lookup(sb, FIND)) == NULL)
722 error("cannot find '%s'", fn);
747 error("cannot find '%s'", nm);
1410 if ((sp = lookup(cp, FIND)) == NULL) {
1725 if ((sp = lookup(bp, FIND)) != NULL) {
1883 if ((sp = lookup(bp, FIND)) && (sp == linloc)) {
2054 if (lookup(sp, FIND))
2141 if ((nl = lookup(bp, FIND)) == NULL)
    [all...]
  /src/external/bsd/libpcap/dist/
pcap-sita.c 55 #define FIND 0
285 pos = strcspn(buf, "#\n\r"); /* find the first comment character or EOL */
288 pos = strspn(buf, " \t"); /* then find the first non-white space */
389 else if (units[chassis][geoslot].find_fd == fd) close_with_IOP(chassis, geoslot, FIND);
772 close_with_IOP(chassis, geoslot, FIND); /* and close out connection to him */
806 if (u->ip && (open_with_IOP(u, FIND))) { /* connect to the remote IOP */
809 close_with_IOP(chassis, geoslot, FIND);
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 107 FIND?= /usr/bin/find
283 ${FIND} ${PACKAGES} -type l -name ${PKGNAME}${PKG_SUFX} | xargs ${RM} -f
  /src/usr.bin/tic/
tic.c 140 elemp = hsearch(elem, FIND);
476 /* The pointers may have changed, find the use again */
  /src/external/bsd/libevent/dist/
CMakeLists.txt 106 FIND EVENT__ALLOWED_STAGE_NAMES
157 # top of the build tree rather than in hard-to-find leaf directories.
865 "Failed to find Pthreads, set EVENT__DISABLE_THREAD_SUPPORT to disable")
  /src/external/bsd/ntp/dist/sntp/libevent/
CMakeLists.txt 106 FIND EVENT__ALLOWED_STAGE_NAMES
157 # top of the build tree rather than in hard-to-find leaf directories.
865 "Failed to find Pthreads, set EVENT__DISABLE_THREAD_SUPPORT to disable")
  /src/external/apache2/llvm/autoconf/
configure 93 # Find who we are. Look in the path if we contain no directory separator.
108 # We did not find ourselves, most probably we were run as `sh COMMAND'
114 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
498 # (the dirname of $[0] is not the place where we might find the
675 FIND
1366 # Find the source files, if location was not specified.
1402 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1450 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1615 it to find libraries and programs with nonstandard names/locations.
2276 # Tries to find if the field MEMBER exists in type AGGR, after includin
    [all...]
  /src/external/public-domain/sqlite/sqlite2mdoc/
main.c 176 * How to handle HTML tags we find in the text.
741 * Initial state is where we're scanning forward to find commented
875 /* Find the first #define or declaration. */
1011 * Find next value starting with `['.
1138 if ((res = hsearch(ent, FIND)) == NULL)
1349 * If we can't find what came before, then the function
1794 * could find.
  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
Record.cpp 1322 found = Val.find(std::string(LHSs->getValue()), idx);
1402 case FIND: {
1411 Twine("!find start position is out of range 0...") +
1414 auto I = LHSs->getValue().find(MHSs->getValue(), Start);
1466 case FIND: Result = "!find"; break;
2762 auto It = Map.find(VarName);
TGParser.cpp 582 std::string Msg("Couldn't find class '" + Lex.getCurStrVal() + "'");
607 TokError("Couldn't find multiclass '" + Lex.getCurStrVal() + "'");
1765 /// Parse the !find operation. Return null on error.
1767 /// Substr ::= !find(string, string [, start-int]) => int
1769 TernOpInit::TernaryOp Code = TernOpInit::FIND;
1775 TokError("expected '(' after !find operator");
1784 TokError("expected ',' in !find operator");
1805 TokError("expected ')' in !find operator");
1817 TokError("could not determine type of the source string in !find");
1828 TokError("could not determine type of the target string in !find");
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h 263 /// Find a common type that T1 and T2 convert to.
865 enum TernaryOp : uint8_t { SUBST, FOREACH, FILTER, IF, DAG, SUBSTR, FIND };
1806 auto I = Classes.find(Name);
1812 auto I = Defs.find(Name);
1820 auto It = ExtraGlobals.find(Name);
2045 auto It = Map.find(VarName);
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 5528 #--FIND THE REMAINDER OF (R,r) W.R.T. 2**L * (PI/2). L IS SO CHOSEN
5544 #--WE MUST NOW FIND INT(FP2). SINCE WE NEED THIS VALUE IN
5959 #--FIND THE REMAINDER OF (R,r) W.R.T. 2**L * (PI/2). L IS SO CHOSEN
5975 #--WE MUST NOW FIND INT(FP2). SINCE WE NEED THIS VALUE IN
8428 bfffo %d4{&0:&32},%d6 # find first 1

Completed in 86 milliseconds

1 2