Home
last modified time | relevance | path

Searched refs:MAXWORDLEN (Results 1 – 4 of 4) sorted by relevance

/external/ppp/pppd/
Dauth.c1381 char secret[MAXWORDLEN];
1504 char secret[MAXWORDLEN];
1554 char secret[MAXWORDLEN];
1732 char secbuf[MAXWORDLEN];
1799 strlcpy(secret, passwd, MAXWORDLEN);
2134 char word[MAXWORDLEN];
2135 char atfile[MAXWORDLEN];
2136 char lsecret[MAXWORDLEN];
2251 strlcpy(secret, lsecret, MAXWORDLEN);
Doptions.c422 char args[MAXARGS][MAXWORDLEN];
423 char cmd[MAXWORDLEN];
1295 if (len < MAXWORDLEN) {
1336 if (len < MAXWORDLEN) {
1368 if (len >= MAXWORDLEN) {
1371 len = MAXWORDLEN - 1;
Dpppd.h79 #define MAXWORDLEN 1024 /* max length of word in file (incl null) */ macro
Deap.c430 unsigned char secbuf[MAXWORDLEN], clear[8], *sp, *dp;
1319 char secret[MAXWORDLEN];