Home | History | Annotate | Download | only in adb

Lines Matching refs:sc

2178 	int c, sc;
2190 for (spanp = (char *)delim; (sc = *spanp++) != 0;) {
2191 if (c == sc)
2209 if ((sc = *spanp++) == c) {
2217 } while (sc != 0);