HomeSort by relevance Sort by last modified time
    Searched refs:firstc (Results 1 - 3 of 3) sorted by null

  /libcore/ojluni/src/main/java/sun/net/www/
MessageHeader.java 444 int firstc = is.read(); local
445 while (firstc != '\n' && firstc != '\r' && firstc >= 0) {
449 boolean inKey = firstc > ' ';
450 s[len++] = (char) firstc;
466 firstc = is.read();
467 if (c == '\r' && firstc == '\n') {
468 firstc = is.read();
469 if (firstc == '\r'
    [all...]
  /external/mksh/src/
check.pl 1148 local($firstc) = substr($test{'arguments'}, 0, 1);
1150 if (substr($test{'arguments'}, -1, 1) ne $firstc) {
1156 local($firstc) = substr($test{'env-setup'}, 0, 1);
1158 if (substr($test{'env-setup'}, -1, 1) ne $firstc) {
    [all...]
  /ndk/sources/host-tools/make-3.81/glob/
glob.c 387 int firstc;
456 firstc = pglob->gl_pathc;
499 if (pglob->gl_pathc != firstc)
386 int firstc; local
    [all...]

Completed in 73 milliseconds