Searched refs:line_ptr (Results 1 – 4 of 4) sorted by relevance
/external/e2fsprogs/lib/ss/ |
D | parse.c | 45 char **ss_parse (sci_idx, line_ptr, argc_ptr) in ss_parse() argument 47 register char *line_ptr; 65 cp = line_ptr; /* cp is for output */ 69 printf ("character `%c', mode %d\n", *line_ptr, parse_mode); 73 if (*line_ptr == '\0') 75 if (*line_ptr == ' ' || *line_ptr == '\t') { 76 line_ptr++; 79 if (*line_ptr == '"') { 82 cp = line_ptr++; 90 cp = line_ptr; [all …]
|
D | execute_cmd.c | 204 int ss_execute_line (sci_idx, line_ptr) in ss_execute_line() argument 206 char *line_ptr; 212 while (line_ptr[0] == ' ' || line_ptr[0] == '\t') 213 line_ptr++; 216 if (*line_ptr == '!') { 220 line_ptr++; 221 return (system(line_ptr) < 0) ? errno : 0; 226 argv = ss_parse(sci_idx, line_ptr, &argc);
|
D | ss_internal.h | 85 int ss_execute_line(int sci_idx, char *line_ptr); 86 char **ss_parse(int sci_idx, char *line_ptr, int *argc_ptr);
|
/external/chromium/net/tools/flip_server/ |
D | balsa_headers.h | 797 const char* line_ptr = GetPtr(line.buffer_base_idx); in WriteToBuffer() local 800 base::StringPiece(line_ptr + line.first_char_idx, in WriteToBuffer() 802 base::StringPiece(line_ptr + line.value_begin_idx, in WriteToBuffer()
|