HomeSort by relevance Sort by last modified time
    Searched refs:spanp (Results 1 - 11 of 11) sorted by null

  /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++;
  /device/linaro/bootloader/edk2/StdLib/LibC/String/
strsep.c 61 register const char *spanp; local
69 spanp = delim;
71 if ((sc = *spanp++) == c) {
  /external/openssh/openbsd-compat/
strsep.c 56 const char *spanp; local
64 spanp = delim;
66 if ((sc = *spanp++) == c) {
  /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...]

Completed in 396 milliseconds