Searched defs:get_gid (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/librestart/common/
H A Dlibrestart.c2333 get_gid(const char *str) function
2483 * EINVAL (get_gid() failed for one of the components), E2BIG (the property has
2516 if ((ci->groups[i] = get_gid(cp)) == (gid_t)-1) {
2612 ci->egid = ci->gid = get_gid(value);
2622 ci->egid = get_gid(value);
2742 ci->gid = get_gid(vbuf);

Completed in 70 milliseconds