Searched refs:sl_find (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/mdocml/
H A Dcompat_stringlist.h45 char *sl_find(StringList *, const char *);
H A Dcompat_stringlist.c105 * sl_find(): Find a name in the string list
108 sl_find(StringList *sl, const char *name) function
/freebsd-11-stable/include/
H A Dstringlist.h49 char *sl_find(StringList *, const char *);
/freebsd-11-stable/lib/libc/gen/
H A Dstringlist.c102 * sl_find(): Find a name in the string list
105 sl_find(StringList *sl, const char *name) function
H A DMakefile.inc486 stringlist.3 sl_find.3 \
/freebsd-11-stable/usr.bin/locale/
H A Dlocale.c375 if (sl_find(charmaps, cs) == NULL)
381 if (sl_find(charmaps, "US-ASCII") == NULL)
440 if (sl_find(locales, "POSIX") == NULL)
443 if (sl_find(locales, "C") == NULL)
/freebsd-11-stable/usr.sbin/services_mkdb/
H A Dservices_mkdb.c320 if (sl_find(s, name) == NULL) {
332 if (sl_find(s, alias) == NULL) {
/freebsd-11-stable/contrib/tnftp/
H A Dtnftp.h185 char *sl_find(StringList *, char *);
/freebsd-11-stable/usr.bin/calendar/
H A Dio.c217 if (definitions != NULL && sl_find(definitions, walk) != NULL)
/freebsd-11-stable/usr.sbin/kbdmap/
H A Dkbdmap.c653 if (!sl_find(lang_list, tmp))
/freebsd-11-stable/usr.bin/makewhatis/
H A Dmakewhatis.c793 if (!sl_find(names, page->name) && no_page_exists(section_dir, names, page->suffix)) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc9552 INTERCEPTOR(char *, sl_find, void *sl, const char *item) {
9554 COMMON_INTERCEPTOR_ENTER(ctx, sl_find, sl, item);
9559 char *res = REAL(sl_find)(sl, item);
9576 COMMON_INTERCEPT_FUNCTION(sl_find); \

Completed in 112 milliseconds