Searched defs:buff_sz (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt.c185 long buff_sz; local
194 if ((buff_sz = sysconf(_SC_GETPW_R_SIZE_MAX)) == -1) {
199 if ((pwd_buff = calloc(1, (size_t)++buff_sz)) == NULL) {
202 if (getpwuid_r(uid, &pwd, pwd_buff, (int)buff_sz) == NULL) {

Completed in 98 milliseconds