HomeSort by: relevance | last modified time | path
    Searched defs:hdir (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libcompat/4.3/
ruserpass.c 97 char *hdir, buf[BUFSIZ], *tmp; local in function:ruserpass
107 hdir = getenv("HOME");
108 if (hdir == NULL)
109 hdir = ".";
110 if (strlen(hdir) + sizeof(".netrc") < sizeof(buf)) {
111 (void)snprintf(buf, sizeof buf, "%s/.netrc", hdir);
113 warnx("%s/.netrc: %s", hdir, strerror(ENAMETOOLONG));
ruserpass.c 97 char *hdir, buf[BUFSIZ], *tmp; local in function:ruserpass
107 hdir = getenv("HOME");
108 if (hdir == NULL)
109 hdir = ".";
110 if (strlen(hdir) + sizeof(".netrc") < sizeof(buf)) {
111 (void)snprintf(buf, sizeof buf, "%s/.netrc", hdir);
113 warnx("%s/.netrc: %s", hdir, strerror(ENAMETOOLONG));
ruserpass.c 97 char *hdir, buf[BUFSIZ], *tmp; local in function:ruserpass
107 hdir = getenv("HOME");
108 if (hdir == NULL)
109 hdir = ".";
110 if (strlen(hdir) + sizeof(".netrc") < sizeof(buf)) {
111 (void)snprintf(buf, sizeof buf, "%s/.netrc", hdir);
113 warnx("%s/.netrc: %s", hdir, strerror(ENAMETOOLONG));

Completed in 34 milliseconds