Home | History | Annotate | Download | only in pppd

Lines Matching defs:base

1353 number_option(str, valp, base)
1356 int base;
1360 *valp = strtoul(str, &ptr, base);
1372 * the base is assumed to be 0, and *valp is not changed
1569 const char *base = _PATH_PLUGIN;
1570 int l = strlen(base) + strlen(arg) + 2;
1574 strlcpy(path, base, l);