Searched refs:GetPWMaxRSz (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/gssd-62/
H A Dgssd.c173 long GetPWMaxRSz; /* Storage size for password entry */ variable
790 char pwbuf[GetPWMaxRSz];
895 char pwdbuf[GetPWMaxRSz];
1008 char pwdbuf[GetPWMaxRSz];
1508 GetPWMaxRSz = sysconf(_SC_GETPW_R_SIZE_MAX);
1509 GetPWMaxRSz = (GetPWMaxRSz == -1) ? 512 : GetPWMaxRSz;

Completed in 76 milliseconds