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

  /system/extras/sane_schedstat/
sane_schedstat.c 58 static const char *next_line(const char *b) { function
121 b = next_line(b);
127 b = next_line(b);
  /external/openssl/crypto/ocsp/
ocsp_ht.c 335 next_line:
373 goto next_line;
390 goto next_line;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc 402 char *next_line = (char*)internal_memchr(current_, '\n', last - current_);
403 if (next_line == 0)
404 next_line = last;
437 while (current_ < next_line && *current_ == ' ')
441 while (current_ < next_line) {
448 current_ = next_line + 1;
  /external/e2fsprogs/misc/
e2initrd_helper.c 348 goto next_line;
355 next_line:
  /external/markdown/markdown/extensions/
footnotes.py 239 next_line = lines[j]; break
244 if detab(next_line): # Yes, more work to do.
  /external/valgrind/main/tests/
s390x_features.c 162 if (*p == '\n') goto next_line;
182 next_line: ;
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py     [all...]
  /external/v8/src/
d8.cc 1121 char* next_line = ReadLine(ptr); local
    [all...]
  /external/valgrind/main/coregrind/
m_machine.c 586 if (*p == '\n') goto next_line;
604 next_line: ;
    [all...]

Completed in 470 milliseconds