6 references to Passwd
System.Private.CoreLib (6)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.GetPwUid.cs (4)
37
const int BufLen = Interop.Sys.
Passwd
.InitialBufferSize;
64
Interop.Sys.
Passwd
passwd;
98
internal static unsafe partial int GetPwUidR(uint uid, out
Passwd
pwd, byte* buf, int bufLen);
101
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)
72
const int BufLen = Interop.Sys.
Passwd
.InitialBufferSize;
101
Interop.Sys.
Passwd
passwd;