Searched refs:lsearch (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/include/
H A Dsearch.h55 void *lsearch(const void *, void *, size_t *, size_t,
/freebsd-10.0-release/lib/libc/stdlib/
H A DMakefile.inc10 insque.c l64a.c labs.c ldiv.c llabs.c lldiv.c lsearch.c \
25 lsearch.3 memory.3 ptsname.3 qsort.3 \
38 MLINKS+=lsearch.3 lfind.3
H A DSymbol.map48 lsearch;
H A Dlsearch.c22 void *lsearch(const void *key, void *base, size_t *nelp, size_t width, function
57 * lsearch() adds the key to the end of the table and increments
/freebsd-10.0-release/tools/tools/kdrv/
H A DKernelDriver271 if {[lsearch -exact $unwritable $p] == -1} {
283 if {[lsearch -exact $unwritable $p] == -1} {
806 if {[lsearch -exact $unwritable $p] == -1} {
818 if {[lsearch -exact $unwritable $p] == -1} {
/freebsd-10.0-release/contrib/gcc/
H A Dsys-protos.h661 extern void * lsearch(const void *, void *, size_t *, size_t, int (*) (const void *, const void *));

Completed in 74 milliseconds