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

/freebsd-11-stable/lib/libc/stdlib/
H A DMakefile.inc13 insque.c l64a.c labs.c ldiv.c llabs.c lldiv.c lsearch.c \
37 lsearch.3 memory.3 ptsname.3 qsort.3 \
52 MLINKS+=lsearch.3 lfind.3
H A Dlsearch.c22 void *lsearch(const void *key, void *base, size_t *nelp, size_t width, function
53 * lsearch() adds the key to the end of the table and increments
/freebsd-11-stable/include/
H A Dsearch.h64 void *lsearch(const void *, void *, size_t *, size_t,
/freebsd-11-stable/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-11-stable/contrib/gcc/
H A Dsys-protos.h661 extern void * lsearch(const void *, void *, size_t *, size_t, int (*) (const void *, const void *));

Completed in 119 milliseconds