Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/string/
Dstrcspn.c45 strcspn (const char *s1, in strcspn() function
Dstrings.tex50 * Function strcspn:: Count chars not in string
152 @include string/strcspn.def
DCMakeLists.txt70 strcspn.c
Dmeson.build69 'strcspn.c',
/picolibc-latest/newlib/libc/machine/spu/
Dstrcspn.c43 size_t strcspn(const char *s1, const char *s2) in strcspn() function
/picolibc-latest/newlib/libm/test/
Dstring.c339 check(strcspn("abcba", "qx") == 5); /* Whole string. */ in test_string()
340 check(strcspn("abcba", "cx") == 2); /* Partial. */ in test_string()
341 check(strcspn("abc", "abc") == 0); /* None. */ in test_string()
342 check(strcspn("", "ab") == 0); /* Null string. */ in test_string()
343 check(strcspn("abc", "") == 3); /* Null search list. */ in test_string()
/picolibc-latest/newlib/libc/include/
Dstring.h116 size_t strcspn (const char *, const char *);
/picolibc-latest/test/libc-testsuite/
Dstring.c102 TEST(i, strcspn(b, "0123"), 10, "%d != %d"); in test_string()
/picolibc-latest/
DCOPYING.picolibc2306 newlib/libc/machine/spu/strcspn.c
3897 newlib/libc/machine/i960/strcspn.S
3962 newlib/libc/string/strcspn.c
/picolibc-latest/newlib/
DChangeLog-201511223 * libc/machine/spu/strcspn.c: Ditto.
12384 * libc/string/strcspn.c: Use "characters" instead of "chars".
26927 strcoll.c strcpy.c strcspn.c strerror.c strlen.c strncat.c