Home
last modified time | relevance | path

Searched refs:netrc (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/usr.bin/ftp/
Dmain.c209 netrc[0] = '\0'; in main()
211 if (cp != NULL && strlcpy(netrc, cp, sizeof(netrc)) >= sizeof(netrc)) in main()
333 if (strlcpy(netrc, optarg, sizeof(netrc)) in main()
334 >= sizeof(netrc)) in main()
496 if (netrc[0] == '\0' && localhome != NULL) { in main()
497 if (strlcpy(netrc, localhome, sizeof(netrc)) >= sizeof(netrc) || in main()
498 strlcat(netrc, "/.netrc", sizeof(netrc)) >= sizeof(netrc)) { in main()
501 netrc[0] = '\0'; in main()
Druserpass.c105 if (netrc[0] == '\0') in ruserpass()
107 cfile = fopen(netrc, "r"); in ruserpass()
110 warn("Can't read `%s'", netrc); in ruserpass()
Dftp_var.h317 GLOBAL char netrc[MAXPATHLEN]; /* path to .netrc file */ variable
/netbsd/src/share/man/tools/
Dnewsp.errs753 netrc
2262 netrc
3876 netrc
/netbsd/src/doc/
DCHANGES.prev4903 the rate `on-the-fly'. run .netrc macros for command-line
6037 ftp(1): implement `mreget'. allow choosing of alternate .netrc
6038 with `-N netrc' and $NETRC. [lukem 20001115]
13436 ftp(1): Add netrc processing to fetch-mode (URL on command line) to
13437 enable options and autologin via netrc. [mlelstv 20230225]
/netbsd/src/external/gpl3/gcc/dist/
DMD5SUMS95785 7365cc410a1388ec7c43ea42a60a18db libgo/go/cmd/go/internal/auth/netrc.go