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

  /src/usr.bin/vacation/
vacation.c 602 int pvect[2]; local in function:sendmessage
615 if (pipe(pvect) < 0) {
625 (void)dup2(pvect[0], 0);
626 (void)close(pvect[0]);
627 (void)close(pvect[1]);
635 (void)close(pvect[0]);
636 sfp = fdopen(pvect[1], "w");
639 getprogname(), pvect[1]);
vacation.c 602 int pvect[2]; local in function:sendmessage
615 if (pipe(pvect) < 0) {
625 (void)dup2(pvect[0], 0);
626 (void)close(pvect[0]);
627 (void)close(pvect[1]);
635 (void)close(pvect[0]);
636 sfp = fdopen(pvect[1], "w");
639 getprogname(), pvect[1]);
vacation.c 602 int pvect[2]; local in function:sendmessage
615 if (pipe(pvect) < 0) {
625 (void)dup2(pvect[0], 0);
626 (void)close(pvect[0]);
627 (void)close(pvect[1]);
635 (void)close(pvect[0]);
636 sfp = fdopen(pvect[1], "w");
639 getprogname(), pvect[1]);

Completed in 36 milliseconds