Searched refs:spanp (Results 1 – 6 of 6) sorted by relevance
6 const char *spanp; in strsep() local16 spanp = delim; in strsep()18 sc = *spanp++; in strsep()
62 register const char *spanp; in strsep() local70 spanp = delim; in strsep()72 if ((sc = *spanp++) == c) { in strsep()
62 register const char *spanp; in yasm__strsep()70 spanp = delim; in yasm__strsep()72 if ((sc = *spanp++) == c) { in yasm__strsep()
555 int spanp){ in _fetch_and_process_packet() argument649 if(!spanp){ in _fetch_and_process_packet()
675 int spanp){ in _fetch_and_process_packet() argument789 if(!spanp) in _fetch_and_process_packet()
2091 var spanp;2099 for (spanp = delim; (sc = getValue(spanp++, 'i8')) != 0;) {2119 spanp = delim;2121 if ((sc = getValue(spanp++, 'i8')) == c) {