Searched refs:pa_getpwnam_malloc (Results 1 – 4 of 4) sorted by relevance
44 struct passwd *pa_getpwnam_malloc(const char *name);
252 struct passwd *pa_getpwnam_malloc(const char *name) { in pa_getpwnam_malloc() function292 struct passwd *pa_getpwnam_malloc(const char *name) { in pa_getpwnam_malloc() function
1214 if (!(pw = pa_getpwnam_malloc(*i))) in pa_uid_in_group()
144 pw = pa_getpwnam_malloc(reference_passwd->pw_name); in START_TEST()