Home | History | Annotate | Download | only in pppd

Lines Matching full:strlen

441     l = strlen(u);
444 l = strlen(p);
491 int l = strlen(addr) + 1;
513 int l = strlen(number) + 1;
1615 if (pw->pw_passwd == NULL || strlen(pw->pw_passwd) < 2
1957 len = strlen(secbuf);
2265 l = strlen(wp->word);
2423 malloc(sizeof(struct wordlist) + strlen(word) + 1);