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

/xsrc/external/mit/xauth/dist/
H A Dprocess.c653 static const char *xauth_filename = NULL; variable in typeref:typename:const char *
726 xauth_filename = authfilename; /* used in cleanup, prevent race with
814 xauth_filename = strdup(authfilename);
815 if (!xauth_filename) {
836 int ret = snprintf(tmp_nam, tmp_nam_size, "%s-n", xauth_filename);
896 WRITES(STDERR_FILENO, xauth_filename);
900 WRITES(fileno(stderr), xauth_filename);
907 ProgramName, xauth_filename);
914 "Writing", xauth_filename);
922 if (rename(temp_name, xauth_filename)
[all...]

Completed in 3 milliseconds