Home
last modified time | relevance | path

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

/linux/lib/
H A Dstring.c464 size_t strcspn(const char *s, const char *reject) in strcspn() function
/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py73 def strcspn(str1, str2): function