Home
last modified time | relevance | path

Searched refs:parse_line (Results 1 – 9 of 9) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dread_file.c45 int read_file(char *filename, char *type, int (parse_line)(char *)) in read_file()
137 res = parse_line(def); in read_file()
Dpseudo.c44 extern int read_file(char *filename, char *type, int (parse_line)(char *));
Daction.c92 extern int read_file(char *filename, char *type, int (parse_line)(char *));
/external/libedit/src/
Dparse.h43 protected int parse_line(EditLine *, const Char *);
Dparse.c79 parse_line(EditLine *el, const Char *line) in parse_line() function
Del.c573 if ((error = parse_line(el, dptr)) == -1) in el_source()
Dcommon.c913 if (tmplen < 0 || (tmpbuf[tmplen] = 0, parse_line(el, tmpbuf)) == -1) in ed_command()
/external/e2fsprogs/e2fsck/
Dprofile.c164 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/
Dcrond.c206 static void parse_line(char *line, CRONFILE *cfile) in parse_line() function
392 parse_line(line, cfile); in scan_cronfiles()