OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Oct 12 09:09:55 GMT 2025