Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dstring.c336 size_t strspn(const char *s, const char *accept) in strspn() function
/openbmc/linux/lib/
H A Dstring.c443 size_t strspn(const char *s, const char *accept) in strspn() function
/openbmc/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py76 def strspn(str1, str2): function