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

/macosx-10.9.5/gssd-62/
H A Dgssd_util.c457 int ttyfd2 = -1; local
461 ttyfd2 = open("/dev/tty", O_WRONLY);
462 if (ttyfd2 == -1)
464 ttyfd = ttyfd2;
468 if (ttyfd2 > -1)
469 close(ttyfd2);

Completed in 109 milliseconds