OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EC_MISC
(Results
1 - 6
of
6
) 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
...]
util.c
59
die(_("failed to seed the random number generator: %s"), NULL,
EC_MISC
);
239
die(_("cannot create pipe: %s"), NULL,
EC_MISC
);
netlink.c
66
die(_("cannot create netlink socket: %s"), NULL,
EC_MISC
);
lease.c
92
die (_("too many stored leases"), NULL,
EC_MISC
);
dnsmasq.h
152
#define
EC_MISC
5
option.c
[
all
...]
Completed in 614 milliseconds