Searched refs:netrc (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/usr.bin/ftp/ |
| D | main.c | 209 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()
|
| D | ruserpass.c | 105 if (netrc[0] == '\0') in ruserpass() 107 cfile = fopen(netrc, "r"); in ruserpass() 110 warn("Can't read `%s'", netrc); in ruserpass()
|
| D | ftp_var.h | 317 GLOBAL char netrc[MAXPATHLEN]; /* path to .netrc file */ variable
|
| /netbsd/src/share/man/tools/ |
| D | newsp.errs | 753 netrc 2262 netrc 3876 netrc
|
| /netbsd/src/doc/ |
| D | CHANGES.prev | 4903 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/ |
| D | MD5SUMS | 95785 7365cc410a1388ec7c43ea42a60a18db libgo/go/cmd/go/internal/auth/netrc.go
|