Searched refs:sl_find (Results 1 – 12 of 12) sorted by relevance
/freebsd/usr.bin/calendar/ |
H A D | io.c | 250 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 D | compat_stringlist.h | 47 char *sl_find(StringList *, const char *);
|
H A D | compat_stringlist.c | 108 sl_find(StringList *sl, const char *name) in sl_find() function
|
/freebsd/include/ |
H A D | stringlist.h | 49 char *sl_find(StringList *, const char *);
|
/freebsd/usr.bin/locale/ |
H A D | locale.c | 498 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 D | stringlist.c | 103 sl_find(StringList *sl, const char *name) in sl_find() function
|
H A D | Symbol.map | 252 sl_find;
|
H A D | Makefile.inc | 516 stringlist.3 sl_find.3 \
|
/freebsd/usr.sbin/services_mkdb/ |
H A D | services_mkdb.c | 316 if (sl_find(s, name) == NULL) { in parseservices() 328 if (sl_find(s, alias) == NULL) { in parseservices()
|
/freebsd/contrib/tnftp/ |
H A D | tnftp.h | 185 char *sl_find(StringList *, char *);
|
/freebsd/usr.sbin/kbdmap/ |
H A D | kbdmap.c | 633 if (!sl_find(lang_list, tmp)) in menu_read()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 9770 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); \
|