Searched refs:hdir (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | ruserpass.c | 110 char *hdir, buf[BUFSIZ], *tmp; in ruserpassword() local 116 hdir = getenv("HOME"); in ruserpassword() 117 if (hdir == NULL) in ruserpassword() 118 hdir = "."; in ruserpassword() 119 snprintf(buf, sizeof(buf), "%s/.netrc", hdir); in ruserpassword()
|
/freebsd/lib/libcompat/4.3/ |
H A D | rexec.c | 134 char *hdir, buf[BUFSIZ], *tmp; in ruserpass() local 139 hdir = getenv("HOME"); in ruserpass() 140 if (hdir == NULL) in ruserpass() 141 hdir = "."; in ruserpass() 142 if (strlen(hdir) + 8 > sizeof(buf)) in ruserpass() 144 (void) sprintf(buf, "%s/.netrc", hdir); in ruserpass()
|
/freebsd/contrib/bmake/mk/ |
H A D | ChangeLog | 1270 * meta2deps.py: set pid_cwd[pid] when we process 'C'hdir,
|