1CGRP(3) Common Library Functions
2CGRP(3)
3
4
5
6[1mNAME[0m
7 [1mCgrp [22m‐ [1mLCG Gr[22mou[1mp [22mfile Thread‐Safe in‐
8ferface
9
10[1mSYNOPSIS[0m
11 [1m#include <Cgrp.h>[0m
12
13 [1mstruct group *Cgetgrnam(char *[4m[22mname[24m[1m);[0m
14
15 [1mstruct group *Cgetgrgid(gid_t [4m[22mgid[24m[1m);[0m
16
17
18[1mERRORS[0m
19 If the [1mCthread [22minterface is chosen and activated,
20the errors value are
21 in the [1mserrno [22mvariable.
22
23
24[1mDESCRIPTION[0m
25 [1mCgrp [22mis a common Thread‐Safe API interface to get
26entries in the group
27 file vs. [1mname [22mor [1mgid.[0m
28
29
30[1mSEE ALSO[0m
31 [1mserrno[22m, [1mgetgrnam[22m, [1mgetgrgid[0m
32
33
34[1mAUTHOR[0m
35 [1mLCG Grid Deployment [22mTeam
36
37
38
39LCG $Date: 2005/03/29 09:27:18 $
40CGRP(3)
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66