Searched defs:slp_onlist (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_utils.c36 * slp_onlist: determines if a token is on a list
162 int slp_onlist(const char *item, const char *list) { function
204 if (slp_onlist(item, *list))
223 if (!*list || !slp_onlist(item, *list))

Completed in 56 milliseconds