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

  /src/usr.bin/ftp/
main.c 209 netrc[0] = '\0';
210 cp = getenv("NETRC");
211 if (cp != NULL && strlcpy(netrc, cp, sizeof(netrc)) >= sizeof(netrc))
212 errx(1, "$NETRC `%s': %s", cp, strerror(ENAMETOOLONG));
333 if (strlcpy(netrc, optarg, sizeof(netrc))
334 >= sizeof(netrc))
496 if (netrc[0] == '\0' && localhome != NULL)
    [all...]
ruserpass.c 105 if (netrc[0] == '\0')
107 cfile = fopen(netrc, "r");
110 warn("Can't read `%s'", netrc);
162 warnx("Error: .netrc file is readable by others");
174 warnx("Error: .netrc file is readable by others");
260 warnx("Unknown .netrc keyword `%s'", tokval);
297 warnx("Token in .netrc too long");
310 warnx("Token in .netrc too long");
ftp_var.h 317 GLOBAL char netrc[MAXPATHLEN]; /* path to .netrc file */ variable in typeref:typename:GLOBAL char[]

Completed in 22 milliseconds