Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dstring.c297 size_t strcspn(const char *s, const char *reject) in strcspn() function
/openbmc/linux/lib/
H A Dstring.c462 size_t strcspn(const char *s, const char *reject) in strcspn() function
/openbmc/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py67 def strcspn(str1, str2): function