Home
last modified time | relevance | path

Searched refs:hdir (Results 1 – 1 of 1) sorted by relevance

/inet/
A Druserpass.c95 char *hdir, *buf, *tmp; in ruserpass() local
100 hdir = __libc_secure_getenv("HOME"); in ruserpass()
101 if (hdir == NULL) { in ruserpass()
109 buf = alloca (strlen (hdir) + 8); in ruserpass()
111 __stpcpy (__stpcpy (buf, hdir), "/.netrc"); in ruserpass()

Completed in 3 milliseconds