Home
last modified time | relevance | path

Searched refs:getpw_buflen (Results 1 – 1 of 1) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dusergroup.c253 size_t buflen, getpw_buflen; in pa_getpwnam_malloc() local
262 getpw_buflen = buflen - sizeof(struct passwd); in pa_getpwnam_malloc()
265 …while ((err = getpwnam_r(name, (struct passwd *)buf, getpw_buf, getpw_buflen, &result)) == ERANGE)… in pa_getpwnam_malloc()
269 getpw_buflen = buflen - sizeof(struct passwd); in pa_getpwnam_malloc()
312 size_t buflen, getpw_buflen; in pa_getpwuid_malloc() local
321 getpw_buflen = buflen - sizeof(struct passwd); in pa_getpwuid_malloc()
324 …while ((err = getpwuid_r(uid, (struct passwd *)buf, getpw_buf, getpw_buflen, &result)) == ERANGE) { in pa_getpwuid_malloc()
328 getpw_buflen = buflen - sizeof(struct passwd); in pa_getpwuid_malloc()