Searched refs:resultbuf (Results 1 – 2 of 2) sorted by relevance
78 *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() local396 struct passwd resultbuf; in getpw() local404 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 …]
57 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