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

/xsrc/external/mit/iceauth/dist/
H A Dprocess.c535 FILE *authfp; local in function:auth_initialize
598 authfp = fopen (authfilename, "rb");
599 if (!authfp) {
614 n = read_auth_entries (authfp, &head, &tail);
615 (void) fclose (authfp);
/xsrc/external/mit/xauth/dist/
H A Dprocess.c714 FILE *authfp; local in function:auth_initialize
787 authfp = fopen (authfilename, "rb");
788 if (!authfp) {
803 n = read_auth_entries (authfp, False, &head, &tail);
804 (void) fclose (authfp);

Completed in 6 milliseconds