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

/freebsd-10-stable/include/
H A Dstringlist.h54 char *sl_find(StringList *, const char *);
/freebsd-10-stable/lib/libc/gen/
H A Dstringlist.c104 * sl_find(): Find a name in the string list
107 sl_find(StringList *sl, const char *name) function
H A DSymbol.map264 sl_find;
H A DMakefile.inc473 stringlist.3 sl_find.3 \
/freebsd-10-stable/usr.bin/locale/
H A Dlocale.c371 if (sl_find(charmaps, cs) == NULL)
377 if (sl_find(charmaps, "US-ASCII") == NULL)
436 if (sl_find(locales, "POSIX") == NULL)
439 if (sl_find(locales, "C") == NULL)
/freebsd-10-stable/usr.sbin/services_mkdb/
H A Dservices_mkdb.c311 if (sl_find(s, name) == NULL) {
323 if (sl_find(s, alias) == NULL) {
/freebsd-10-stable/contrib/tnftp/
H A Dtnftp.h185 char *sl_find(StringList *, char *);
/freebsd-10-stable/usr.bin/calendar/
H A Dio.c211 if (definitions != NULL && sl_find(definitions, walk) != NULL)
/freebsd-10-stable/usr.sbin/kbdmap/
H A Dkbdmap.c649 if (!sl_find(lang_list, tmp))
/freebsd-10-stable/usr.bin/makewhatis/
H A Dmakewhatis.c793 if (!sl_find(names, page->name) && no_page_exists(section_dir, names, page->suffix)) {

Completed in 82 milliseconds