6 references to Passwd
System.Private.CoreLib (6)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.GetPwUid.cs (4)
36
const int BufLen = Interop.Sys.
Passwd
.InitialBufferSize;
63
Interop.Sys.
Passwd
passwd;
97
internal static unsafe partial int GetPwUidR(uint uid, out
Passwd
pwd, byte* buf, int bufLen);
100
internal static unsafe partial int GetPwNamR(string name, out
Passwd
pwd, byte* buf, int bufLen);
src\libraries\System.Private.CoreLib\src\System\IO\PersistedFiles.Unix.cs (2)
66
const int BufLen = Interop.Sys.
Passwd
.InitialBufferSize;
95
Interop.Sys.
Passwd
passwd;