Home
last modified time | relevance | path

Searched refs:pipef (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/mailx/
H A Dcmd1.c451 pipef = NULL; in type1()
470 pipef = obuf; in type1()
485 pipef = NULL; in type1()
H A Dinit.c121 FILE *pipef; /* Pipe file we have opened */ variable
H A Dlex.c815 if (head->fp == pipef) { in stop()
816 npclose(pipef); in stop()
817 pipef = NULL; in stop()
/titanic_41/usr/src/cmd/mailx/hdr/
H A Dglob.h106 extern FILE *pipef; /* Pipe file we have opened */
/titanic_41/usr/src/cmd/cpio/
H A Dcpio.c7688 setup_uncompress(FILE **pipef) in setup_uncompress() argument
7706 (*pipef = popen(cmd_buf, "w")) == NULL) { in setup_uncompress()
7713 Ofile = fileno(*pipef); in setup_uncompress()