Lines Matching refs:pipe
74 FILE *pipe;
237 /* pipe mode */
238 FILE *pipe;
240 pipe = popen(file->final_fname + 1, "w");
241 if (!pipe) {
246 fd = fileno(pipe);
247 file->pipe = pipe;
249 file->pipe = NULL;
374 * to block possible EPIPE in case file->fd is a pipe. EPIPE from
499 if (file->pipe) {
500 pclose(file->pipe);
992 # will be piped to if STR starts with the pipe