Searched refs:EC_MISC (Results 1 – 6 of 6) sorted by relevance
/external/dnsmasq/src/ |
D | dnsmasq.c | 174 die(_("failed to find list of interfaces: %s"), NULL, EC_MISC); in main() 205 die(_("DBus error: %s"), err, EC_MISC); in main() 293 die(_("cannot chdir to filesystem root: %s"), NULL, EC_MISC); in main() 719 exit(EC_MISC); in sig_handler() 778 die(_("cannot fork into background: %s"), NULL, EC_MISC); in fatal_event() 781 die(_("failed to create helper: %s"), NULL, EC_MISC); in fatal_event() 784 die(_("setting capabilities failed: %s"), NULL, EC_MISC); in fatal_event() 790 EC_MISC); in fatal_event() 793 die(_("failed to change group-id to %s: %s"), daemon->groupname, EC_MISC); in fatal_event()
|
D | util.c | 59 die(_("failed to seed the random number generator: %s"), NULL, EC_MISC); in rand_init() 239 die(_("cannot create pipe: %s"), NULL, EC_MISC); in safe_pipe()
|
D | netlink.c | 66 die(_("cannot create netlink socket: %s"), NULL, EC_MISC); in netlink_init()
|
D | lease.c | 92 die (_("too many stored leases"), NULL, EC_MISC); in lease_init()
|
D | dnsmasq.h | 152 #define EC_MISC 5 macro
|
D | option.c | 2908 die(_("cannot get host-name: %s"), NULL, EC_MISC); in read_opts() 2966 die(_("no search directive found in %s"), (daemon->resolv_files)->name, EC_MISC); in read_opts()
|