Home
last modified time | relevance | path

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

/illumos-gate/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.c119 FILE *pipef; /* Pipe file we have opened */ variable
H A Dlex.c804 if (head->fp == pipef) { in stop()
805 npclose(pipef); in stop()
806 pipef = NULL; in stop()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dglob.h106 extern FILE *pipef; /* Pipe file we have opened */
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c7707 setup_uncompress(FILE **pipef) in setup_uncompress() argument
7725 (*pipef = popen(cmd_buf, "w")) == NULL) { in setup_uncompress()
7732 Ofile = fileno(*pipef); in setup_uncompress()