cgrp(3) - Linux man page
Name
Cgrp - LCG Group file Thread-Safe inferfaceSynopsis
#include <Cgrp.h>struct group *Cgetgrnam(char *name);
struct group *Cgetgrgid(gid_t gid);
Errors
If the Cthread interface is chosen and activated, the errors value are in the serrno variable.Description
Cgrp is a common Thread-Safe API interface to get entries in the group file vs. name or gid.