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

/httpd/server/
H A Dmpm_common.c279 int initgroups(const char *name, gid_t basegid) argument
290 groups[index++] = basegid;
293 if (g->gr_gid != basegid) {
/httpd/include/
H A Dmpm_common.h227 * The additional group basegid is also added to the list.
229 * @param basegid The basegid to add
231 * @fn int initgroups(const char *name, gid_t basegid)
233 int initgroups(const char *name, gid_t basegid);

Completed in 865 milliseconds