Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dusergroup.h44 struct passwd *pa_getpwnam_malloc(const char *name);
Dusergroup.c252 struct passwd *pa_getpwnam_malloc(const char *name) { in pa_getpwnam_malloc() function
292 struct passwd *pa_getpwnam_malloc(const char *name) { in pa_getpwnam_malloc() function
Dcore-util.c1214 if (!(pw = pa_getpwnam_malloc(*i))) in pa_uid_in_group()
/third_party/pulseaudio/src/tests/
Dusergroup-test.c144 pw = pa_getpwnam_malloc(reference_passwd->pw_name); in START_TEST()