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

/xsrc/external/mit/xmh/dist/
H A Dcommand.c423 int fd_in, fd_out; local in function:DoCommand
428 fd_in = dup(fileno(file));
432 fd_in = -1;
442 status = _DoCommandToFileOrPipe( argv, fd_in, fd_out, (char **) NULL,

Completed in 3 milliseconds