Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Doption.c2535 die(_("files nested too deep in %s"), file, EC_BADCONF); in one_file()
2673 die(buff, file, EC_BADCONF); in one_file()
2840 die(_("bad command line options: %s"), errmess, EC_BADCONF); in read_opts()
2909 die(_("only one resolv.conf file allowed in no-poll mode."), NULL, EC_BADCONF); in read_opts()
2919 die(_("must have exactly one resolv.conf to read domain from."), NULL, EC_BADCONF); in read_opts()
2960 die(_("there must be a default domain when --dhcp-fqdn is set"), NULL, EC_BADCONF); in read_opts()
Ddnsmasq.c143 die(_("asychronous logging is not available under Solaris"), NULL, EC_BADCONF); in main()
209 die(_("unknown user or group: %s"), baduser, EC_BADCONF); in main()
Ddnsmasq.h148 #define EC_BADCONF 1 macro
Ddhcp.c903 inet_ntoa(cp->addr), EC_BADCONF); in check_dhcp_hosts()