Searched refs:auth_fd (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s12/open-src/app/mkcookie/sun-src/
H A Dmkcookie.c485 int auth_fd; local
489 auth_fd = open(authFile, O_WRONLY | O_CREAT | O_EXCL, 0600);
490 if (auth_fd == -1) {
495 auth_file = fdopen(auth_fd, "w");
498 close(auth_fd);
509 fchmod(auth_fd, S_IREAD);

Completed in 7 milliseconds