HomeSort by relevance Sort by last modified time
    Searched refs:next_line (Results 1 - 11 of 11) 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/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc 222 char *next_line = (char*)internal_memchr(current_, '\n', last - current_);
223 if (next_line == 0)
224 next_line = last;
245 while (current_ < next_line && *current_ == ' ')
249 while (current_ < next_line) {
256 current_ = next_line + 1;
  /external/openssl/crypto/ocsp/
ocsp_ht.c 335 next_line:
373 goto next_line;
390 goto next_line;
  /external/valgrind/tsan/
ts_dynamorio.cc 441 char *next_line = strstr(cur_line, "\n"); local
442 if (next_line != NULL)
443 *next_line = 0;
451 if (next_line == NULL) break;
452 cur_line = 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/dbus/dbus/
dbus-sha.c 835 DBusString next_line; local
841 if (!_dbus_string_init (&next_line))
858 _dbus_string_pop_line (&tests, &next_line))
861 !_dbus_string_move (&next_line, 0, &line,
900 _dbus_string_free (&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 568 if (*p == '\n') goto next_line;
586 next_line: ;
    [all...]

Completed in 295 milliseconds