HomeSort by relevance Sort by last modified time
    Searched defs:EC_MISC (Results 1 - 3 of 3) sorted by null

  /external/dnsmasq/src/
dnsmasq.c 174 die(_("failed to find list of interfaces: %s"), NULL, EC_MISC);
205 die(_("DBus error: %s"), err, EC_MISC);
293 die(_("cannot chdir to filesystem root: %s"), NULL, EC_MISC);
719 exit(EC_MISC);
778 die(_("cannot fork into background: %s"), NULL, EC_MISC);
781 die(_("failed to create helper: %s"), NULL, EC_MISC);
784 die(_("setting capabilities failed: %s"), NULL, EC_MISC);
790 EC_MISC);
793 die(_("failed to change group-id to %s: %s"), daemon->groupname, EC_MISC);
    [all...]
option.c     [all...]
dnsmasq.h 152 #define EC_MISC 5

Completed in 34 milliseconds