1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
.\" $Id: Cgrp.man,v 1.1 2005/03/29 09:27:18 baud Exp $
.\"
.TH CGRP "3" "$Date: 2005/03/29 09:27:18 $" "CASTOR" "Common Library Functions"
.SH NAME
\fBCgrp\fP \- \fBCASTOR\fP \fBGr\fPou\fBp\fP file Thread-Safe inferface
.SH SYNOPSIS
.B #include <Cgrp.h>
.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
\fBCASTOR\fP Team <castor.support@cern.ch>
|