Searched refs:xauthfile (Results 1 – 1 of 1) sorted by relevance
295 char *xauthdir, *xauthfile; in client_x11_get_proto() local299 xauthdir = xauthfile = NULL; in client_x11_get_proto()325 xauthfile = xmalloc(MAXPATHLEN); in client_x11_get_proto()329 snprintf(xauthfile, MAXPATHLEN, "%s/xauthfile", in client_x11_get_proto()334 xauth_path, xauthfile, display, timeout); in client_x11_get_proto()358 generated ? xauthfile : "", in client_x11_get_proto()373 unlink(xauthfile); in client_x11_get_proto()378 if (xauthfile) in client_x11_get_proto()379 xfree(xauthfile); in client_x11_get_proto()