Searched refs:sc (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dsysdeps_win32.c2178 int c, sc; local
2190 for (spanp = (char *)delim; (sc = *spanp++) != 0;) {
2191 if (c == sc)
2209 if ((sc = *spanp++) == c) {
2217 } while (sc != 0);

Completed in 43 milliseconds