Searched refs:run_pipe (Results 1 – 4 of 4) sorted by relevance
/busybox-1.35.0/miscutils/ |
D | man.c | 76 static int run_pipe(char *man_filename, int man, int level) in run_pipe() function 175 if (run_pipe(filename_with_zext, man, level)) in show_manpage() 180 if (run_pipe(filename_with_zext, man, level)) in show_manpage() 185 if (run_pipe(filename_with_zext, man, level)) in show_manpage() 190 if (run_pipe(filename_with_zext, man, level)) in show_manpage() 194 return run_pipe(man_filename, man, level); in show_manpage()
|
/busybox-1.35.0/shell/ |
D | hush_doc.txt | 123 /* callsites: generate_stream_from_list, run_and_free_list, pseudo_exec, run_pipe */ 125 run_pipe - for every pipe in list 128 run_pipe - runs "cmd1 | cmd2 | cmd3 [&]" 133 /* callsite: run_pipe */
|
D | hush.c | 9200 static NOINLINE int run_pipe(struct pipe *pi) in run_pipe() function 9912 rcode = r = G.o_opt[OPT_O_NOEXEC] ? 0 : run_pipe(pi); in run_list()
|
/busybox-1.35.0/docs/ |
D | keep_data_small.txt | 250 run_pipe 358 1396 +1038 win
|