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

/freebsd-10.2-release/crypto/heimdal/appl/ftp/ftp/
H A Druserpass.c110 char *hdir, buf[BUFSIZ], *tmp; local
116 hdir = getenv("HOME");
117 if (hdir == NULL)
118 hdir = ".";
119 snprintf(buf, sizeof(buf), "%s/.netrc", hdir);
/freebsd-10.2-release/lib/libcompat/4.3/
H A Drexec.c139 char *hdir, buf[BUFSIZ], *tmp; local
144 hdir = getenv("HOME");
145 if (hdir == NULL)
146 hdir = ".";
147 if (strlen(hdir) + 8 > sizeof(buf))
149 (void) sprintf(buf, "%s/.netrc", hdir);

Completed in 109 milliseconds