Lines Matching defs:authfilename
532 int auth_initialize ( char *authfilename )
560 authfilename);
563 iceauth_filename = strdup(authfilename);
566 if (break_locks) IceUnlockAuthFile (authfilename);
568 n = IceLockAuthFile (authfilename, ICEAUTH_DEFAULT_RETRIES,
582 ProgramName, reason, authfilename);
588 exists = (access (authfilename, F_OK) == 0);
589 if (exists && access (authfilename, W_OK) != 0) {
592 ProgramName, authfilename);
598 authfp = fopen (authfilename, "rb");
603 if (access (authfilename, F_OK) == 0) { /* then file does exist! */
609 ProgramName, authfilename);
619 ProgramName, authfilename);
629 ignore_locks ? "Ignoring locks on" : "Using", authfilename);