Home | History | Annotate | Download | only in pppd

Lines Matching refs:atfile

2325     char atfile[MAXWORDLEN];
2399 strlcpy(atfile, word+1, sizeof(atfile));
2400 if ((sf = fopen(atfile, "r")) == NULL) {
2401 warn("can't open indirect secret file %s", atfile);
2404 check_access(sf, atfile);
2405 if (!getword(sf, word, &xxx, atfile)) {
2406 warn("no secret in indirect secret file %s", atfile);