Searched refs:parse_line (Results 1 – 9 of 9) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | read_file.c | 45 int read_file(char *filename, char *type, int (parse_line)(char *)) in read_file() 137 res = parse_line(def); in read_file()
|
D | pseudo.c | 44 extern int read_file(char *filename, char *type, int (parse_line)(char *));
|
D | action.c | 92 extern int read_file(char *filename, char *type, int (parse_line)(char *));
|
/external/libedit/src/ |
D | parse.h | 43 protected int parse_line(EditLine *, const Char *);
|
D | parse.c | 79 parse_line(EditLine *el, const Char *line) in parse_line() function
|
D | el.c | 573 if ((error = parse_line(el, dptr)) == -1) in el_source()
|
D | common.c | 913 if (tmplen < 0 || (tmpbuf[tmplen] = 0, parse_line(el, tmpbuf)) == -1) in ed_command()
|
/external/e2fsprogs/e2fsck/ |
D | profile.c | 164 static errcode_t parse_line(char *line, struct parse_state *state); 435 retval = parse_line(line, &state); in profile_set_default() 588 retval = parse_line(buf, &state); in profile_update_file() 685 static errcode_t parse_line(char *line, struct parse_state *state) in parse_line() function
|
/external/toybox/toys/pending/ |
D | crond.c | 206 static void parse_line(char *line, CRONFILE *cfile) in parse_line() function 392 parse_line(line, cfile); in scan_cronfiles()
|