Searched refs:nss_next_action (Results 1 – 4 of 4) sorted by relevance
/nss/ |
A D | nsswitch.c | 72 && nss_next_action (*ni, NSS_STATUS_UNAVAIL) == NSS_ACTION_CONTINUE in __nss_lookup() 96 if (nss_next_action (*ni, NSS_STATUS_TRYAGAIN) == NSS_ACTION_RETURN in libc_hidden_def() 97 && nss_next_action (*ni, NSS_STATUS_UNAVAIL) == NSS_ACTION_RETURN in libc_hidden_def() 98 && nss_next_action (*ni, NSS_STATUS_NOTFOUND) == NSS_ACTION_RETURN in libc_hidden_def() 99 && nss_next_action (*ni, NSS_STATUS_SUCCESS) == NSS_ACTION_RETURN) in libc_hidden_def() 109 if (nss_next_action (*ni, status) == NSS_ACTION_RETURN) in libc_hidden_def() 125 && nss_next_action (*ni, NSS_STATUS_UNAVAIL) == NSS_ACTION_CONTINUE in libc_hidden_def()
|
A D | getnssent_r.c | 95 if (nss_next_action (*nip, status) == NSS_ACTION_MERGE) in __nss_setent() 216 && nss_next_action (*nip, status) == NSS_ACTION_MERGE) in __nss_getent_r()
|
A D | nsswitch.h | 63 #define nss_next_action(ni, status) nss_action_get (ni, status) macro
|
A D | getXXbyYY_r.c | 320 if (nss_next_action (nip, status) == NSS_ACTION_MERGE in libc_hidden_proto()
|
Completed in 8 milliseconds