Home
last modified time | relevance | path

Searched refs:EC_BADCONF (Results 1 – 4 of 4) sorted by relevance

/external/dnsmasq/src/
Doption.c2248 if (nest > 20) die(_("files nested too deep in %s"), file, EC_BADCONF); in one_file()
2365 die(buff, file, EC_BADCONF); in one_file()
2502 if (errmess) die(_("bad command line options: %s"), errmess, EC_BADCONF); in read_opts()
2558 die(_("only one resolv.conf file allowed in no-poll mode."), NULL, EC_BADCONF); in read_opts()
2566 die(_("must have exactly one resolv.conf to read domain from."), NULL, EC_BADCONF); in read_opts()
2601 die(_("there must be a default domain when --dhcp-fqdn is set"), NULL, EC_BADCONF); in read_opts()
Ddnsmasq.h144 #define EC_BADCONF 1 macro
Ddhcp.c583 inet_ntoa(cp->addr), EC_BADCONF); in check_dhcp_hosts()
Ddnsmasq.c229 if (baduser) die(_("unknown user or group: %s"), baduser, EC_BADCONF); in main()