1CPWD(3) Common Library Functions CPWD(3)
2
3
4
6 Cpwd - LCG Password file Thread-Safe inferface
7
9 #include <Cpwd.h>
10
11 struct passwd *Cgetpwnam(char *name);
12
13 struct passwd *Cgetpwuid(uid_t uid);
14
15
17 If the Cthread interface is chosen and activated, the errors value are
18 in the serrno variable.
19
20
22 Cpwd is a common Thread-Safe API interface to get entries in the pass‐
23 word file vs. name or uid.
24
25
27 serrno, getpwnam, getpwuid
28
29
31 LCG Grid Deployment Team
32
33
34
35LCG $Date: 2005/03/29 09:27:18 $ CPWD(3)