Searched refs:initgroups (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/contrib/nslint-2.1a3/lbl/
H A Dos-sunos4.h111 int initgroups(const char *, int);
/bind-9.6-ESV-R11/bin/named/unix/
H A Dos.c31 #include <grp.h> /* Required for initgroups() on IRIX. */
278 * Since we call initgroups, we need this.
548 if (initgroups(runas_pw->pw_name, runas_pw->pw_gid) < 0) {
550 ns_main_earlyfatal("initgroups(): %s", strbuf);

Completed in 22 milliseconds