Home
last modified time | relevance | path

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

/lib/
Dstring.c519 size_t strspn(const char *s, const char *accept) in strspn() argument
526 for (a = accept; *a != '\0'; ++a) { in strspn()