| /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));
|