Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/pwd_grp/
A Dpwd_grp.c78 *result = resultbuf; in fgetpwent_r()
100 *result = resultbuf; in libc_hidden_def()
121 *result = resultbuf; in libc_hidden_def()
174 static struct spwd resultbuf; in fgetspent() local
396 struct passwd resultbuf; in getpw() local
404 resultbuf.pw_name, resultbuf.pw_passwd, in getpw()
407 resultbuf.pw_gecos, resultbuf.pw_dir, in getpw()
408 resultbuf.pw_shell) >= 0 in getpw()
465 *result = resultbuf; in getpwent_r()
521 *result = resultbuf; in getgrent_r()
[all …]
A Dpwd_grp_internal.c57 GETXXKEY_R_ENTTYPE *__restrict resultbuf, in libc_hidden_proto()
71 if (!(rv = __pgsreader(GETXXKEY_R_PARSER, resultbuf, in libc_hidden_proto()
74 if (GETXXKEY_R_TEST(resultbuf)) { /* Found key? */ in libc_hidden_proto()
75 *result = resultbuf; in libc_hidden_proto()

Completed in 7 milliseconds