Searched refs:atoi_check (Results 1 - 1 of 1) sorted by relevance
/external/dnsmasq/src/ |
H A D | option.c | 436 The transformation gets undone by opt_canonicalise, atoi_check and opt_string_alloc, and a 554 static int atoi_check(char *a, int *res) function 573 if (!(atoi_check(a, res)) || 1256 !atoi_check(arg, &mask)) 1524 if (!atoi_check(arg, &size)) 1551 if (!atoi_check(arg, &daemon->ftabsize)) 1557 if (arg && !atoi_check(arg, &daemon->max_logs)) 1566 if (!atoi_check(arg, &i)) 1585 if (!atoi_check(arg, &ttl)) 1596 if (!atoi_check(ar [all...] |
Completed in 59 milliseconds