.\" $Id: Cpwd.man,v 1.1 2005/03/29 09:27:18 baud Exp $ .\" .TH CPWD "3" "$Date: 2005/03/29 09:27:18 $" "LCG" "Common Library Functions" .SH NAME \fBCpwd\fP \- \fBLCG\fP \fBP\fPass\fBw\fPor\fBd\fP file Thread-Safe inferface .SH SYNOPSIS .B #include .P .BI "struct passwd *Cgetpwnam(char *" name ");" .P .BI "struct passwd *Cgetpwuid(uid_t " uid ");" .SH ERRORS If the \fBCthread\fP interface is chosen and activated, the errors value are in the \fBserrno\fP variable. .SH DESCRIPTION \fBCpwd\fP is a common Thread-Safe API interface to get entries in the password file vs. .BI name or .BI uid. .SH SEE ALSO \fBserrno\fP, \fBgetpwnam\fP, \fBgetpwuid\fP .SH AUTHOR \fBLCG Grid Deployment\fP Team