Searched refs:FIND (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/include/
H A Dsearch.h26 FIND, ENTER enumerator in enum:__anon5001
/freebsd-9.3-release/contrib/bind9/lib/isccc/
H A Dsymtab.c174 #define FIND(s, k, t, b, e) \ macro
204 FIND(symtab, key, type, bucket, elt);
226 FIND(symtab, key, type, bucket, elt);
264 FIND(symtab, key, type, bucket, elt);
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dsymtab.c153 #define FIND(s, k, t, b, e) \ macro
179 FIND(symtab, key, type, bucket, elt);
241 FIND(symtab, key, type, bucket, elt);
290 FIND(symtab, key, type, bucket, elt);
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dsymtab.c151 #define FIND(s, k, t, b, e) \ macro
177 FIND(symtab, key, type, bucket, elt);
239 FIND(symtab, key, type, bucket, elt);
288 FIND(symtab, key, type, bucket, elt);
/freebsd-9.3-release/sbin/umount/
H A Dumount.c64 typedef enum { FIND, REMOVE, CHECKUNIQUE } dowhat; enumerator in enum:__anon5503
277 if (sfs == NULL || (getmntentry(NULL, mntname, NULL, FIND) != NULL &&
548 sfs = getmntentry(NULL, NULL, &fsid, FIND);
550 sfs = getmntentry(NULL, mntname, NULL, FIND);
552 sfs = getmntentry(mntname, NULL, NULL, FIND);
/freebsd-9.3-release/lib/libc/stdlib/
H A Dhcreate.c174 else if (action == FIND)
/freebsd-9.3-release/contrib/bsnmp/lib/
H A Dsnmpagent.c119 if (TR(FIND))
135 if (TR(FIND))
145 if (TR(FIND))
150 if (TR(FIND))
287 if (TR(FIND))
298 if (TR(FIND))
305 if (TR(FIND))
312 if (TR(FIND))
320 if (TR(FIND))
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-sita.c54 #define FIND 0 macro
378 else if (units[chassis][geoslot].find_fd == fd) close_with_IOP(chassis, geoslot, FIND);
735 close_with_IOP(chassis, geoslot, FIND); /* and close out connection to him */
769 if (u->ip && (open_with_IOP(u, FIND))) { /* connect to the remote IOP */
772 close_with_IOP(chassis, geoslot, FIND);
/freebsd-9.3-release/contrib/dialog/
H A Ddlg_keys.c341 CURSES_NAME(FIND),
/freebsd-9.3-release/usr.bin/bc/
H A Dbc.y890 found = hsearch(entry, FIND);

Completed in 74 milliseconds