1CPWD(3) Common Library Functions
2CPWD(3)
3
4
5
6[1mNAME[0m
7 [1mCpwd [22m‐ [1mLCG P[22mass[1mw[22mor[1md [22mfile
8Thread‐Safe inferface
9
10[1mSYNOPSIS[0m
11 [1m#include <Cpwd.h>[0m
12
13 [1mstruct passwd *Cgetpwnam(char *[4m[22mname[24m[1m);[0m
14
15 [1mstruct passwd *Cgetpwuid(uid_t [4m[22muid[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 [1mCpwd [22mis a common Thread‐Safe API interface to get
26entries in the pass‐
27 word file vs. [1mname [22mor [1muid.[0m
28
29
30[1mSEE ALSO[0m
31 [1mserrno[22m, [1mgetpwnam[22m, [1mgetpwuid[0m
32
33
34[1mAUTHOR[0m
35 [1mLCG Grid Deployment [22mTeam
36
37
38
39LCG $Date: 2005/03/29 09:27:18 $
40CPWD(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