Searched refs:hdir (Results 1 – 1 of 1) sorted by relevance
95 char *hdir, *buf, *tmp; in ruserpass() local100 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