HomeSort by: relevance | last modified time | path
    Searched refs:sl_find (Results 1 - 9 of 9) sorted by relevancy

  /src/include/
stringlist.h 50 char *sl_find(StringList *, const char *);
  /src/lib/libc/gen/
stringlist.c 49 __weak_alias(sl_find,_sl_find)
128 * sl_find(): Find a name in the string list
131 sl_find(StringList *sl, const char *name) function in typeref:typename:char *
getnetgrent.c 418 if (sl_find(sl, grp) != NULL) {
521 if (sl_find(sl, grp) != NULL) {
Makefile.inc 189 stringlist.3 sl_find.3
  /src/usr.bin/locale/
locale.c 362 if (sl_find(charmaps, cs) == NULL)
368 if (sl_find(charmaps, "US-ASCII") == NULL)
428 if (sl_find(locales, "POSIX") == NULL)
431 if (sl_find(locales, "C") == NULL)
467 if (sl_find(locales, s) == NULL)
  /src/usr.sbin/services_mkdb/
services_mkdb.c 250 if (sl_find(s, name) == NULL)
262 if (sl_find(s, alias) == NULL)
  /src/usr.sbin/netgroup_mkdb/
netgroup_mkdb.c 361 if (sl_find(ss, fe->n_name) != NULL) {
  /src/libexec/ftpd/
conf.c 549 if (sl_find(slist, curwd) != NULL)
  /src/lib/libc/include/
namespace.h 665 #define sl_find _sl_find macro

Completed in 16 milliseconds