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

  /src/usr.bin/ftp/
main.c 206 netrc[0] = '\0';
207 cp = getenv("NETRC");
208 if (cp != NULL && strlcpy(netrc, cp, sizeof(netrc)) >= sizeof(netrc))
209 errx(1, "$NETRC `%s': %s", cp, strerror(ENAMETOOLONG));
328 if (strlcpy(netrc, optarg, sizeof(netrc))
329 >= sizeof(netrc))
491 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 310 GLOBAL char netrc[MAXPATHLEN]; /* path to .netrc file */ variable
  /src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
curl.d 860 /** Specify whether to read the user+password from the .netrc or the URL.
862 netrc,
1051 /** Set this option to the file name of your .netrc file you want libcurl
1053 a poor attempt to find the user's home directory and check for a .netrc
1326 ignored, /** The .netrc will never be read. This is the default. */
1327 optional /** A user:password in the URL will be preferred to one in the .netrc. */,
1329 * Unless one is set programmatically, the .netrc

Completed in 33 milliseconds