Home
last modified time | relevance | path

Searched defs:strspn (Results 1 – 2 of 2) sorted by relevance

/linux/lib/
H A Dstring.c445 size_t strspn(const char *s, const char *accept) in strspn() function
/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py82 def strspn(str1, str2): function