/bionic/libc/upstream-openbsd/lib/libc/string/ |
strcspn.c | 42 const char *p, *spanp; local 51 spanp = s2; 53 if ((sc = *spanp++) == c)
|
strsep.c | 49 const char *spanp; local 57 spanp = delim; 59 if ((sc = *spanp++) == c) {
|
strspn.c | 39 const char *p = s1, *spanp; local 47 for (spanp = s2; (sc = *spanp++) != 0;)
|
strtok.c | 44 const char *spanp; local 56 for (spanp = delim; (sc = *spanp++) != 0;) { 73 spanp = delim; 75 if ((sc = *spanp++) == c) {
|
/external/fio/lib/ |
strsep.c | 6 const char *spanp; local 16 spanp = delim; 18 sc = *spanp++;
|
/external/tcpdump/missing/ |
strsep.c | 59 register const char *spanp; local 67 spanp = delim; 69 if ((sc = *spanp++) == c) {
|
/bionic/libc/upstream-freebsd/lib/libc/string/ |
wcstok.c | 44 const wchar_t *spanp; local 56 for (spanp = delim; (sc = *spanp++) != L'\0';) { 73 spanp = delim; 75 if ((sc = *spanp++) == c) {
|
/external/tremolo/Tremolo/ |
vorbisfile.c | 555 int spanp){ 649 if(!spanp){ [all...] |
/external/libvorbis/lib/ |
vorbisfile.c | 675 int spanp){ 789 if(!spanp) [all...] |
/external/v8/test/mjsunit/asm/poppler/ |
poppler.js | [all...] |