HomeSort by: relevance | last modified time | path
    Searched defs:pivec (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/tip/
cmds.c 859 int s, pivec[2]; local in function:expand
864 if (pipe(pivec) < 0) {
873 (void)close(pivec[0]);
875 (void)dup(pivec[1]);
876 (void)close(pivec[1]);
883 (void)close(pivec[0]);
884 (void)close(pivec[1]);
887 (void)close(pivec[1]);
888 l = read(pivec[0], xname, BUFSIZ);
889 (void)close(pivec[0])
    [all...]

Completed in 12 milliseconds