Lines Matching defs:authfilename
711 auth_initialize(const char *authfilename)
721 if (strlen(authfilename) > 1022) {
723 ProgramName, authfilename);
726 xauth_filename = authfilename; /* used in cleanup, prevent race with
750 authfilename);
754 if (break_locks) XauUnlockAuth (authfilename);
756 n = XauLockAuth (authfilename, XAUTH_DEFAULT_RETRIES,
770 ProgramName, reason, authfilename);
777 exists = (access (authfilename, F_OK) == 0);
778 if (exists && access (authfilename, W_OK) != 0) {
781 ProgramName, authfilename);
787 authfp = fopen (authfilename, "rb");
792 if (access (authfilename, F_OK) == 0) { /* then file does exist! */
798 ProgramName, authfilename);
808 ProgramName, authfilename);
814 xauth_filename = strdup(authfilename);
824 ignore_locks ? "Ignoring locks on" : "Using", authfilename);