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

  /src/include/
search.h 35 FIND, ENTER
  /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/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/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/distrib/syspkg/mk/
bsd.syspkg.mk 107 FIND?= /usr/bin/find
283 ${FIND} ${PACKAGES} -type l -name ${PKGNAME}${PKG_SUFX} | xargs ${RM} -f
  /src/external/bsd/pcc/dist/pcc/cc/cpp/
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);

Completed in 39 milliseconds