Home
last modified time | relevance | path

Searched refs:confd (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/rexd/
H A Drpc.rexd.c85 int confd; /* console fd */ variable
173 if ((confd = open("/dev/console", 1)) > 0) { in main()
176 confd = dup2(confd, 1); /* console fd copied to stdout */ in main()