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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c175 static int number_option __P((char *str, u_int32_t *valp, int base));
806 } else if (!number_option(*argv, &v, 16))
1395 * number_option - parse an unsigned numeric parameter for an option.
1399 number_option(str, valp, base) function
1460 * int_option - like number_option, but valp is int *, the base is assumed to
1471 if (!number_option(str, &v, 0))

Completed in 51 milliseconds