#include <XrdSysPwd.hh>
Definition at line 36 of file XrdSysPwd.hh.
◆ XrdSysPwd() [1/3]
◆ XrdSysPwd() [2/3]
XrdSysPwd::XrdSysPwd |
( |
const char * |
Usr, |
|
|
struct passwd ** |
pwP |
|
) |
| |
|
inline |
Definition at line 54 of file XrdSysPwd.hh.
55 {
rc = getpwnam_r(Usr,&pwStruct,pwBuff,
sizeof(pwBuff),pwP);}
References rc.
◆ XrdSysPwd() [3/3]
XrdSysPwd::XrdSysPwd |
( |
uid_t |
Uid, |
|
|
struct passwd ** |
pwP |
|
) |
| |
|
inline |
Definition at line 57 of file XrdSysPwd.hh.
58 {
rc = getpwuid_r(Uid,&pwStruct,pwBuff,
sizeof(pwBuff),pwP);}
References rc.
◆ ~XrdSysPwd()
XrdSysPwd::~XrdSysPwd |
( |
| ) |
|
|
inline |
◆ Get() [1/2]
struct passwd* XrdSysPwd::Get |
( |
const char * |
Usr | ) |
|
|
inline |
◆ Get() [2/2]
struct passwd* XrdSysPwd::Get |
( |
uid_t |
Uid | ) |
|
|
inline |
Definition at line 47 of file XrdSysPwd.hh.
48 {
rc = getpwuid_r(Uid,&pwStruct,pwBuff,
sizeof(pwBuff),&Ppw);
References rc.
◆ rc
The documentation for this class was generated from the following file: