Searched defs:pline (Results 1 - 11 of 11) sorted by relevance
/third_party/toybox/toys/other/ |
H A D | rev.c | 18 static void rev_line(char **pline, long len) in rev_line() argument
|
H A D | tac.c | 23 static void do_tac(char **pline, long len) in do_tac() argument
|
H A D | fmt.c | 42 static void fmt_line(char **pline, long len) in fmt_line() argument
|
/third_party/toybox/toys/posix/ |
H A D | nl.c | 41 static void do_nl(char **pline, long len) in do_nl() argument
|
H A D | cut.c | 73 static void cut_line(char **pline, long len) in cut_line() argument
|
H A D | sort.c | 279 static void sort_lines(char **pline, long len) in sort_lines() argument
|
H A D | sed.c | 255 static void sed_line(char **pline, long plen) in sed_line() argument 748 parse_pattern(char **pline, long len) parse_pattern() argument [all...] |
H A D | tar.c | 766 static void trim2list(void *list, char *pline) in trim2list() argument 778 static void do_XT(char **pline, long len) in do_XT() argument
|
/third_party/toybox/toys/pending/ |
H A D | man.c | 80 static void do_man(char **pline, long len) in do_man() argument
|
/third_party/ffmpeg/libavformat/ |
H A D | srtdec.c | 160 char *pline; in srt_read_header() local 185 char *pline = NULL; in srt_read_header() local
|
/third_party/toybox/lib/ |
H A D | lib.c | 738 void loopfiles_lines(char **argv, void (*function)(char **pline, long len)) in loopfiles_lines() argument 1374 void do_lines(int fd, char delim, void (*call)(char **pline, long len)) in do_lines() argument
|
Completed in 8 milliseconds