Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A Dusergroup.c256 void *getpw_buf; in pa_getpwnam_malloc() local
263 getpw_buf = (char *)buf + 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()
270 getpw_buf = (char *)buf + sizeof(struct passwd); in pa_getpwnam_malloc()
315 void *getpw_buf; in pa_getpwuid_malloc() local
322 getpw_buf = (char *)buf + 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()
329 getpw_buf = (char *)buf + sizeof(struct passwd); in pa_getpwuid_malloc()

Completed in 1 milliseconds