Home
last modified time | relevance | path

Searched refs:spanp (Results 1 – 6 of 6) sorted by relevance

/external/fio/lib/
Dstrsep.c6 const char *spanp; in strsep() local
16 spanp = delim; in strsep()
18 sc = *spanp++; in strsep()
/external/tcpdump/missing/
Dstrsep.c59 register const char *spanp; in strsep() local
67 spanp = delim; in strsep()
69 if ((sc = *spanp++) == c) { in strsep()
/external/openssh/openbsd-compat/
Dstrsep.c56 const char *spanp; in strsep() local
64 spanp = delim; in strsep()
66 if ((sc = *spanp++) == c) { in strsep()
/external/tremolo/Tremolo/
Dvorbisfile.c555 int spanp){ in _fetch_and_process_packet() argument
649 if(!spanp){ in _fetch_and_process_packet()
/external/libvorbis/lib/
Dvorbisfile.c675 int spanp){ in _fetch_and_process_packet() argument
789 if(!spanp) in _fetch_and_process_packet()
/external/v8/test/mjsunit/asm/poppler/
Dpoppler.js6850 var spanp;
6861 for (spanp = delim; (sc = getValue(spanp++, 'i8')) != 0;) {
6883 spanp = delim;
6885 if ((sc = getValue(spanp++, 'i8')) == c) {