Home
last modified time | relevance | path

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

/freebsd/usr.bin/calendar/
H A Dio.c250 definitions == NULL || sl_find(definitions, walk) == NULL) in token()
273 (definitions != NULL && sl_find(definitions, walk) != NULL)) in token()
358 if (sl_find(definitions, walk) == NULL) in token()
378 walk = sl_find(definitions, walk); in token()
/freebsd/contrib/mandoc/
H A Dcompat_stringlist.h47 char *sl_find(StringList *, const char *);
H A Dcompat_stringlist.c108 sl_find(StringList *sl, const char *name) in sl_find() function
/freebsd/include/
H A Dstringlist.h49 char *sl_find(StringList *, const char *);
/freebsd/usr.bin/locale/
H A Dlocale.c498 if (sl_find(charmaps, cs) == NULL) in list_charmaps()
504 if (sl_find(charmaps, "US-ASCII") == NULL) in list_charmaps()
563 if (sl_find(locales, "POSIX") == NULL) in init_locales_list()
566 if (sl_find(locales, "C") == NULL) in init_locales_list()
/freebsd/lib/libc/gen/
H A Dstringlist.c103 sl_find(StringList *sl, const char *name) in sl_find() function
H A DSymbol.map252 sl_find;
H A DMakefile.inc516 stringlist.3 sl_find.3 \
/freebsd/usr.sbin/services_mkdb/
H A Dservices_mkdb.c316 if (sl_find(s, name) == NULL) { in parseservices()
328 if (sl_find(s, alias) == NULL) { in parseservices()
/freebsd/contrib/tnftp/
H A Dtnftp.h185 char *sl_find(StringList *, char *);
/freebsd/usr.sbin/kbdmap/
H A Dkbdmap.c633 if (!sl_find(lang_list, tmp)) in menu_read()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc9770 INTERCEPTOR(char *, sl_find, void *sl, const char *item) {
9772 COMMON_INTERCEPTOR_ENTER(ctx, sl_find, sl, item);
9777 char *res = REAL(sl_find)(sl, item);
9794 COMMON_INTERCEPT_FUNCTION(sl_find); \