Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dauth.c1348 char secret[MAXWORDLEN];
1694 char secret[MAXWORDLEN];
1744 char secret[MAXWORDLEN];
1922 char secbuf[MAXWORDLEN];
1989 strlcpy(secret, passwd, MAXWORDLEN);
2324 char word[MAXWORDLEN];
2325 char atfile[MAXWORDLEN];
2326 char lsecret[MAXWORDLEN];
2441 strlcpy(secret, lsecret, MAXWORDLEN);
Doptions.c399 char args[MAXARGS][MAXWORDLEN];
400 char cmd[MAXWORDLEN];
1273 if (len < MAXWORDLEN-1)
1308 if (len < MAXWORDLEN-1)
1336 if (len >= MAXWORDLEN) {
1339 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];