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

/osnet-11/usr/src/lib/libbsm/common/
H A Dadt.c154 long buff_sz; local
163 if ((buff_sz = sysconf(_SC_GETPW_R_SIZE_MAX)) == -1) {
168 if ((pwd_buff = calloc(1, (size_t)++buff_sz)) == NULL) {
171 if (getpwuid_r(uid, &pwd, pwd_buff, (int)buff_sz) == NULL) {

Completed in 19 milliseconds