Searched refs:strpbrk (Results 1 – 10 of 10) sorted by relevance
/picolibc-latest/newlib/libm/test/ |
D | string.c | 291 check(strpbrk("abcd", "z") == NULL); /* Not found. */ in test_string() 293 check(strpbrk(one, "c") == one+2); /* Basic test. */ in test_string() 294 check(strpbrk(one, "d") == one+3); /* End of string. */ in test_string() 295 check(strpbrk(one, "a") == one); /* Beginning. */ in test_string() 296 check(strpbrk(one, "") == NULL); /* Empty search list. */ in test_string() 297 check(strpbrk(one, "cb") == one+1); /* Multiple search. */ in test_string() 299 check(strpbrk(one, "b") == one+1); /* Finding first. */ in test_string() 300 check(strpbrk(one, "cb") == one+1); /* With multiple search. */ in test_string() 301 check(strpbrk(one, "db") == one+1); /* Another variant. */ in test_string() 303 check(strpbrk(one, "bc") == NULL); /* Empty string. */ in test_string() [all …]
|
/picolibc-latest/newlib/libc/string/ |
D | strpbrk.c | 44 strpbrk (const char *s1, in strpbrk() function
|
D | strings.tex | 61 * Function strpbrk:: Find chars in string 185 @include string/strpbrk.def
|
D | CMakeLists.txt | 86 strpbrk.c
|
D | meson.build | 85 'strpbrk.c',
|
/picolibc-latest/newlib/libc/machine/spu/ |
D | strpbrk.c | 43 char * strpbrk(const char *s1, const char *s2) in strpbrk() function
|
/picolibc-latest/newlib/libc/include/ |
D | string.h | 174 char *strpbrk (const char *, const char *);
|
/picolibc-latest/test/libc-testsuite/ |
D | string.c | 103 TEST(s, strpbrk(b, "0123"), b+10, "%p != %p"); in test_string()
|
/picolibc-latest/ |
D | COPYING.picolibc | 2309 newlib/libc/machine/spu/strpbrk.c 3907 newlib/libc/machine/i960/strpbrk.S 3971 newlib/libc/string/strpbrk.c
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 11228 * libc/machine/spu/strpbrk.c: Ditto. 12385 * libc/string/strpbrk.c: Likewise. 26601 libc/stdlib/atol.c, libc/stdlib/rand.c, libc/string/strpbrk.c, 26928 strncmp.c strncpy.c strpbrk.c strrchr.c strspn.c strstr.c strtok.c
|