Searched defs:number_option (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c174 static int number_option __P((char *str, u_int32_t *valp, int base));
805 } else if (!number_option(*argv, &v, 16))
1396 * number_option - parse an unsigned numeric parameter for an option.
1400 number_option(str, valp, base) function
1461 * int_option - like number_option, but valp is int *, the base is assumed to
1472 if (!number_option(str, &v, 0))

Completed in 62 milliseconds