Home
last modified time | relevance | path

Searched refs:CHGRP (Results 1 – 3 of 3) sorted by relevance

/external/dnsmasq/src/
Dconfig.h65 #define CHGRP "dip" macro
Ddnsmasq.c233 if (!(gp = getgrnam(CHGRP)) && ent_pw) gp = getgrgid(ent_pw->pw_gid); in main()
Doption.c223 gettext_noop("Change to this group after startup (defaults to %s)."), CHGRP},