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

/freebsd-10-stable/contrib/dialog/package/freebsd/
H A DMakefile40 @${FIND} ${WRKSRC}/samples/ -type f -exec ${REINPLACE_CMD} -i "" "s|dialog|cdialog|g" {} \;
44 cd ${WRKSRC}/samples && ${FIND} . | \
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_hsearch.c117 ep = hsearch(e, FIND);
157 ep = hsearch(e, FIND);
181 ep = hsearch(e, FIND);
220 ep = hsearch(e, FIND);
223 ep2 = hsearch(e, FIND);
276 ATF_REQUIRE(hsearch_r(e, FIND, &ep, &t) == 1);
317 ATF_REQUIRE(hsearch_r(e, FIND, &ep, &t) == 1);
345 ATF_REQUIRE(hsearch_r(e, FIND, &ep, &t) == 1);
383 ATF_REQUIRE(hsearch_r(e, FIND, &ep, &t) == 1);
386 ATF_REQUIRE(hsearch_r(e, FIND,
[all...]
/freebsd-10-stable/include/
H A Dsearch.h26 FIND, ENTER enumerator in enum:__anon552
/freebsd-10-stable/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-10-stable/sbin/umount/
H A Dumount.c65 typedef enum { FIND, REMOVE, CHECKUNIQUE } dowhat; enumerator in enum:__anon668
278 if (sfs == NULL || (getmntentry(NULL, mntname, NULL, FIND) != NULL &&
568 sfs = getmntentry(NULL, NULL, &fsid, FIND);
570 sfs = getmntentry(NULL, mntname, NULL, FIND);
572 sfs = getmntentry(mntname, NULL, NULL, FIND);
/freebsd-10-stable/lib/libc/stdlib/
H A Dhcreate.c173 else if (action == FIND)
/freebsd-10-stable/contrib/bsnmp/lib/
H A Dsnmpagent.c119 if (TR(FIND))
135 if (TR(FIND))
145 if (TR(FIND))
150 if (TR(FIND))
292 if (TR(FIND))
303 if (TR(FIND))
310 if (TR(FIND))
317 if (TR(FIND))
325 if (TR(FIND))
/freebsd-10-stable/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-10-stable/contrib/dialog/
H A Ddlg_keys.c370 CURSES_NAME(FIND),
/freebsd-10-stable/usr.bin/bc/
H A Dbc.y888 found = hsearch(entry, FIND);

Completed in 103 milliseconds