Home | History | Annotate | Download | only in pppd

Lines Matching full:strlen

471     pl = strlen(user) + strlen(file) + 2;
502 pl = strlen(_PATH_TTYOPT) + strlen(dev) + 1;
508 for (p = path + strlen(_PATH_TTYOPT); *p != 0; ++p)
768 ovp = malloc(sizeof(*ovp) + strlen(*argv));
1435 l = strlen(arg) + strlen(_PATH_PEERFILES) + 1;
1500 strncat(hostname, ".", MAXNAMELEN - strlen(hostname));
1501 domain = hostname + strlen(hostname);
1502 strncat(hostname, *argv, MAXNAMELEN - strlen(hostname));
1570 int l = strlen(base) + strlen(arg) + 2;