Searched refs:ttyfd2 (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.10.1/gssd-64/
H A Dgssd_util.c477 int ttyfd2 = -1; local
481 ttyfd2 = open("/dev/tty", O_WRONLY);
482 if (ttyfd2 == -1)
484 ttyfd = ttyfd2;
488 if (ttyfd2 > -1)
489 close(ttyfd2);

Completed in 161 milliseconds