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

/bind-9.11.3/contrib/queryperf/
H A Dqueryperf.c145 int is_uint(char *test_int, unsigned int *result);
386 if ((is_uint(new_port, &uint_val)) != TRUE)
457 * is_uint:
466 is_uint(char *test_int, unsigned int *result) { function
562 if (is_uint(optarg, &uint_arg_val) == TRUE) {
574 if (is_uint(optarg, &uint_arg_val) == TRUE) {
607 if (is_uint(optarg, &uint_arg_val) == TRUE &&
625 if (is_uint(optarg, &uint_arg_val) == TRUE) {
637 if (is_uint(optarg, &uint_arg_val) == TRUE) {
660 if (is_uint(optar
[all...]

Completed in 16 milliseconds