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.c62 register const char *spanp; in strsep() local
70 spanp = delim; in strsep()
72 if ((sc = *spanp++) == c) { in strsep()
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dstrsep.c62 register const char *spanp; in yasm__strsep()
70 spanp = delim; in yasm__strsep()
72 if ((sc = *spanp++) == c) { in yasm__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/chromium_org/tools/win/split_link/viz.js/
Dviz.js2091 var spanp;
2099 for (spanp = delim; (sc = getValue(spanp++, 'i8')) != 0;) {
2119 spanp = delim;
2121 if ((sc = getValue(spanp++, 'i8')) == c) {