HomeSort by relevance Sort by last modified time
    Searched defs:line_start (Results 1 - 12 of 12) sorted by null

  /external/toybox/toys/pending/
klogd.c 67 char *start, *line_start, msg_buffer[16348]; //LOG_LINE_LENGTH - Ring buffer size local
93 if ((line_start = strsep(&start, "\n")) != NULL && start != NULL) used = 0;
95 used = strlen(line_start);
96 strcpy(msg_buffer, line_start);
101 if (*line_start == '<') { //we have new line to syslog
102 line_start++;
103 if (line_start) prio = (int)strtoul(line_start, &line_start, 10);
104 if (*line_start == '>') line_start++
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
tokenizer.h 48 const char* line_start; /* pointer to start of current line */ member in struct:tok_state
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
tokenizer.h 48 const char* line_start; /* pointer to start of current line */ member in struct:tok_state
  /external/python/cpython2/Parser/
tokenizer.h 48 const char* line_start; /* pointer to start of current line */ member in struct:tok_state
  /external/curl/lib/
http_proxy.c 305 char *line_start; local
308 line_start = ptr;
404 result = Curl_convert_from_network(data, line_start,
413 line_start, (size_t)perline, conn);
420 result = Curl_client_write(conn, writetype, line_start,
433 if(('\r' == line_start[0]) ||
434 ('\n' == line_start[0])) {
467 if(line_start[1] == '\n') {
470 line_start++;
476 r = Curl_httpchunk_read(conn, line_start+1
    [all...]
  /system/core/logwrapper/
logwrap.c 190 char *line_start; local
194 line_start = buf;
197 /* Found a line ending, print the line and compute new line_start */
201 do_log_line(log_info, line_start);
204 line_start = buf + i + 1;
207 do_log_line(log_info, line_start);
  /toolchain/binutils/binutils-2.25/gas/
macro.c 117 size_t line_start = ptr->len; local
131 size_t i = line_start;
168 i = line_start;
172 line_start = i;
210 ptr->len = line_start;
234 ptr->len = line_start;
240 line_start = ptr->len;
read.c 838 char *line_start = input_line_pointer;
861 equals (line_start,
881 line_label = colon (line_start);
883 line_label = symbol_create (line_start,
835 char *line_start = input_line_pointer; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-z80.c 335 char c, *rest, *line_start; local
338 line_start = input_line_pointer;
360 if (line_start[-1] == '\n')
367 equals (line_start, len == 4);
374 input_line_pointer = line_start;
    [all...]
  /external/v8/src/debug/
debug.cc 2168 int line_start = local
    [all...]
  /external/v8/src/
objects.h 6679 int line_start; \/\/ Position of first character in line. member in struct:v8::internal::KeyCollectionMode::Script::PositionInfo
    [all...]
objects.cc 12994 int line_start = 0; local
    [all...]

Completed in 961 milliseconds