.\" $Id: Cgrp.man,v 1.1 2005/03/29 09:27:18 baud Exp $ .\" .TH CGRP "3" "$Date: 2005/03/29 09:27:18 $" "LCG" "Common Library Functions" .SH NAME \fBCgrp\fP \- \fBLCG\fP \fBGr\fPou\fBp\fP file Thread-Safe inferface .SH SYNOPSIS .B #include .P .BI "struct group *Cgetgrnam(char *" name ");" .P .BI "struct group *Cgetgrgid(gid_t " gid ");" .SH ERRORS If the \fBCthread\fP interface is chosen and activated, the errors value are in the \fBserrno\fP variable. .SH DESCRIPTION \fBCgrp\fP is a common Thread-Safe API interface to get entries in the group file vs. .BI name or .BI gid. .SH SEE ALSO \fBserrno\fP, \fBgetgrnam\fP, \fBgetgrgid\fP .SH AUTHOR \fBLCG Grid Deployment\fP Team