Searched refs:strcspn (Results 1 – 10 of 10) sorted by relevance
/picolibc-latest/newlib/libc/string/ |
D | strcspn.c | 45 strcspn (const char *s1, in strcspn() function
|
D | strings.tex | 50 * Function strcspn:: Count chars not in string 152 @include string/strcspn.def
|
D | CMakeLists.txt | 70 strcspn.c
|
D | meson.build | 69 'strcspn.c',
|
/picolibc-latest/newlib/libc/machine/spu/ |
D | strcspn.c | 43 size_t strcspn(const char *s1, const char *s2) in strcspn() function
|
/picolibc-latest/newlib/libm/test/ |
D | string.c | 339 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/ |
D | string.h | 116 size_t strcspn (const char *, const char *);
|
/picolibc-latest/test/libc-testsuite/ |
D | string.c | 102 TEST(i, strcspn(b, "0123"), 10, "%d != %d"); in test_string()
|
/picolibc-latest/ |
D | COPYING.picolibc | 2306 newlib/libc/machine/spu/strcspn.c 3897 newlib/libc/machine/i960/strcspn.S 3962 newlib/libc/string/strcspn.c
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 11223 * 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
|