Searched refs:GetPWMaxRSz (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.10/gssd-64/
H A Dgssd.c173 long GetPWMaxRSz; /* Storage size for password entry */ variable
791 char pwbuf[GetPWMaxRSz];
896 char pwdbuf[GetPWMaxRSz];
1009 char pwdbuf[GetPWMaxRSz];
1510 GetPWMaxRSz = sysconf(_SC_GETPW_R_SIZE_MAX);
1511 GetPWMaxRSz = (GetPWMaxRSz == -1) ? 512 : GetPWMaxRSz;

Completed in 88 milliseconds