Home
last modified time | relevance | path

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

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