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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dclientloop.c290 char *xauthdir, *xauthfile; local
294 xauthdir = xauthfile = NULL;
320 xauthfile = xmalloc(MAXPATHLEN);
324 snprintf(xauthfile, MAXPATHLEN, "%s/xauthfile",
329 xauth_path, xauthfile, display, timeout);
353 generated ? xauthfile : "",
368 unlink(xauthfile);
373 if (xauthfile)
374 xfree(xauthfile);
[all...]

Completed in 104 milliseconds