HomeSort by relevance Sort by last modified time
    Searched full:line_ptr (Results 1 - 8 of 8) sorted by null

  /external/e2fsprogs/lib/ss/
parse.c 27 * parse(line_ptr, argc_ptr)
33 * line_ptr (char *)
45 char **ss_parse (sci_idx, line_ptr, argc_ptr)
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++
    [all...]
execute_cmd.c 189 * ss_execute_line(sci_idx, line_ptr)
196 * line_ptr (char *)
204 int ss_execute_line (sci_idx, line_ptr)
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
    [all...]
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/aac/libSYS/src/
cmdl_parser.cpp 513 char *line_ptr; local
541 line_ptr = (char*)FDKstrchr(line, '\n');
542 if (line_ptr != NULL)
543 *line_ptr = ' ';
545 line_ptr = line;
550 while (*line_ptr == ' ' && line_ptr < line+CMDL_MAX_STRLEN)
551 line_ptr++;
553 argv_ptr[argc] = line_ptr;
555 line_ptr = (char*)FDKstrchr(line_ptr, ' ')
    [all...]
  /external/chromium/net/tools/flip_server/
balsa_visitor_interface.h 81 // bytes it is safe to read from line_ptr)
107 // bytes it is safe to read from line_ptr)
balsa_headers.h 797 const char* line_ptr = GetPtr(line.buffer_base_idx); local
800 base::StringPiece(line_ptr + line.first_char_idx,
802 base::StringPiece(line_ptr + line.value_begin_idx,
    [all...]
  /external/chromium_org/net/tools/flip_server/
balsa_visitor_interface.h 80 // bytes it is safe to read from line_ptr)
106 // bytes it is safe to read from line_ptr)
balsa_headers.h 789 const char* line_ptr = GetPtr(line.buffer_base_idx); local
792 base::StringPiece(line_ptr + line.first_char_idx,
794 base::StringPiece(line_ptr + line.value_begin_idx,
    [all...]

Completed in 279 milliseconds