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

  /bionic/libc/string/
strcspn.c 42 const char *p, *spanp; local
51 spanp = s2;
53 if ((sc = *spanp++) == c)
strspn.c 39 const char *p = s1, *spanp; local
47 for (spanp = s2; (sc = *spanp++) != 0;)
strtok.c 43 char *spanp; local
56 for (spanp = (char *)delim; (sc = *spanp++) != 0;) {
73 spanp = (char *)delim;
75 if ((sc = *spanp++) == c) {
strsep.c 50 const char *spanp; local
58 spanp = delim;
60 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 62 register const char *spanp; local
70 spanp = delim;
72 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) {
  /system/core/adb/
sysdeps_win32.c 2177 char *spanp; local
    [all...]
  /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 1334 milliseconds