Searched refs:my_pipe (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dprint.c421 int my_pipe[2]; local in function:charToPrinter
424 if (pipe(my_pipe))
432 close(my_pipe[1]); /* printer is silent */
451 if ((input = fdopen(my_pipe[0], "r")) != NULL) {
479 close(my_pipe[0]); /* won't read from printer */
480 if ((SPS.fp = fdopen(my_pipe[1], "w")) != NULL) {

Completed in 3 milliseconds