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

/freebsd-13-stable/contrib/mandoc/
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-13-stable/include/
H A Dstringlist.h51 char *sl_find(StringList *, const char *);
/freebsd-13-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.inc514 stringlist.3 sl_find.3 \
/freebsd-13-stable/usr.bin/calendar/
H A Dio.c231 definitions == NULL || sl_find(definitions, walk) == NULL)
254 (definitions != NULL && sl_find(definitions, walk) != NULL))
339 if (sl_find(definitions, walk) == NULL)
359 walk = sl_find(definitions, walk);
/freebsd-13-stable/usr.bin/locale/
H A Dlocale.c500 if (sl_find(charmaps, cs) == NULL)
506 if (sl_find(charmaps, "US-ASCII") == NULL)
565 if (sl_find(locales, "POSIX") == NULL)
568 if (sl_find(locales, "C") == NULL)
/freebsd-13-stable/usr.sbin/services_mkdb/
H A Dservices_mkdb.c319 if (sl_find(s, name) == NULL) {
331 if (sl_find(s, alias) == NULL) {
/freebsd-13-stable/contrib/tnftp/
H A Dtnftp.h185 char *sl_find(StringList *, char *);
/freebsd-13-stable/usr.sbin/kbdmap/
H A Dkbdmap.c652 if (!sl_find(lang_list, tmp))
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc9627 INTERCEPTOR(char *, sl_find, void *sl, const char *item) {
9629 COMMON_INTERCEPTOR_ENTER(ctx, sl_find, sl, item);
9634 char *res = REAL(sl_find)(sl, item);
9651 COMMON_INTERCEPT_FUNCTION(sl_find); \

Completed in 120 milliseconds