Searched defs:authFile (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s12/open-src/app/mkcookie/sun-src/
H A Dmkcookie.c76 char * authFile; /* file to store authorization in */ member in struct:display
482 SaveServerAuthorization(const char *authFile, Xauth *auth) argument
488 (void) remove(authFile);
489 auth_fd = open(authFile, O_WRONLY | O_CREAT | O_EXCL, 0600);
491 perror(authFile);
497 perror(authFile);
499 (void) remove(authFile);
531 if (SaveServerAuthorization(d->authFile, auth)) {
658 d.authFile = argv[1];
660 if ((d.name = strrchr(d.authFile, '
[all...]

Completed in 17 milliseconds