Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/test/
Dstring.c291 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/
Dstrpbrk.c44 strpbrk (const char *s1, in strpbrk() function
Dstrings.tex61 * Function strpbrk:: Find chars in string
185 @include string/strpbrk.def
DCMakeLists.txt86 strpbrk.c
Dmeson.build85 'strpbrk.c',
/picolibc-latest/newlib/libc/machine/spu/
Dstrpbrk.c43 char * strpbrk(const char *s1, const char *s2) in strpbrk() function
/picolibc-latest/newlib/libc/include/
Dstring.h174 char *strpbrk (const char *, const char *);
/picolibc-latest/test/libc-testsuite/
Dstring.c103 TEST(s, strpbrk(b, "0123"), b+10, "%p != %p"); in test_string()
/picolibc-latest/
DCOPYING.picolibc2309 newlib/libc/machine/spu/strpbrk.c
3907 newlib/libc/machine/i960/strpbrk.S
3971 newlib/libc/string/strpbrk.c
/picolibc-latest/newlib/
DChangeLog-201511228 * 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