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

/freebsd-10.0-release/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.0-release/include/
H A Dsearch.h26 FIND, ENTER enumerator in enum:__anon5329
/freebsd-10.0-release/sbin/umount/
H A Dumount.c64 typedef enum { FIND, REMOVE, CHECKUNIQUE } dowhat; enumerator in enum:__anon5852
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-10.0-release/lib/libc/stdlib/
H A Dhcreate.c174 else if (action == FIND)
/freebsd-10.0-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-10.0-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-10.0-release/contrib/dialog/
H A Ddlg_keys.c370 CURSES_NAME(FIND),
/freebsd-10.0-release/usr.bin/bc/
H A Dbc.y889 found = hsearch(entry, FIND);

Completed in 149 milliseconds