1CGRP(3) Common Library Functions CGRP(3)
2
3
4
6 Cgrp - LCG Group file Thread-Safe inferface
7
9 #include <Cgrp.h>
10
11 struct group *Cgetgrnam(char *name);
12
13 struct group *Cgetgrgid(gid_t gid);
14
15
17 If the Cthread interface is chosen and activated, the errors value are
18 in the serrno variable.
19
20
22 Cgrp is a common Thread-Safe API interface to get entries in the group
23 file vs. name or gid.
24
25
27 serrno, getgrnam, getgrgid
28
29
31 LCG Grid Deployment Team
32
33
34
35LCG $Date: 2005/03/29 09:27:18 $ CGRP(3)