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

  /src/usr.bin/mail/
lex.c 469 static int oldfd1 = -1; variable in typeref:typename:int
526 if ((oldfd1 = dup(STDOUT_FILENO)) == -1)
544 if (oldfd1 != -1) {
546 if (fileno(stdout) != oldfd1 &&
547 dup2(oldfd1, STDOUT_FILENO) == -1)
554 (void)close(oldfd1);
555 oldfd1 = -1;

Completed in 36 milliseconds