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

/freebsd-10.0-release/crypto/openssh/
H A Dclientloop.c313 char *xauthdir, *xauthfile; local
317 xauthdir = xauthfile = NULL;
346 xauthfile = xmalloc(MAXPATHLEN);
350 snprintf(xauthfile, MAXPATHLEN, "%s/xauthfile",
355 xauth_path, xauthfile, display, timeout);
379 generated ? xauthfile : "",
394 unlink(xauthfile);
398 free(xauthfile);

Completed in 116 milliseconds