Searched refs:one_opt (Results 1 – 1 of 1) sorted by relevance
/external/dnsmasq/src/ |
D | option.c | 982 static char *one_opt(int option, char *arg, char *gen_prob, int nest) in one_opt() function 2663 errmess = one_opt(option, arg, _("error"), nest + 1); in one_file() 2835 errmess = one_opt(option, arg, _("try --help"), 0); in read_opts() 2837 errmess = one_opt(option, arg, _("try -w"), 0); in read_opts()
|