Searched refs:hdir (Results 1 – 1 of 1) sorted by relevance
97 char *hdir, *buf, *tmp; in ruserpass() local105 hdir = getenv("HOME"); in ruserpass()106 if (hdir == NULL) { in ruserpass()112 buf = alloca (strlen(hdir) + 8); in ruserpass()113 strcpy(buf, hdir); in ruserpass()
Completed in 2 milliseconds