Searched refs:EC_BADCONF (Results 1 – 4 of 4) sorted by relevance
/external/dnsmasq/src/ |
D | option.c | 2504 die(_("files nested too deep in %s"), file, EC_BADCONF); in one_file() 2642 die(buff, file, EC_BADCONF); in one_file() 2809 die(_("bad command line options: %s"), errmess, EC_BADCONF); in read_opts() 2878 die(_("only one resolv.conf file allowed in no-poll mode."), NULL, EC_BADCONF); in read_opts() 2888 die(_("must have exactly one resolv.conf to read domain from."), NULL, EC_BADCONF); in read_opts() 2929 die(_("there must be a default domain when --dhcp-fqdn is set"), NULL, EC_BADCONF); in read_opts()
|
D | dnsmasq.h | 143 #define EC_BADCONF 1 macro
|
D | dhcp.c | 676 inet_ntoa(cp->addr), EC_BADCONF); in check_dhcp_hosts()
|
D | dnsmasq.c | 246 die(_("unknown user or group: %s"), baduser, EC_BADCONF); in main()
|