Lines Matching full:valp
1385 number_option(str, valp, base)1387 u_int32_t *valp;1392 *valp = strtoul(str, &ptr, base);1403 * int_option - like number_option, but valp is int *,1404 * the base is assumed to be 0, and *valp is not changed1408 int_option(str, valp)1410 int *valp;1416 *valp = (int) v;