Searched refs:NSS_ACTION_RETURN (Results 1 – 3 of 3) sorted by relevance
/nss/ |
A D | nsswitch.c | 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()
|
A D | nss_action_parse.c | 65 nss_action_set (&new_service, NSS_STATUS_SUCCESS, NSS_ACTION_RETURN); in nss_action_parse() 66 nss_action_set (&new_service, NSS_STATUS_RETURN, NSS_ACTION_RETURN); in nss_action_parse() 130 action = NSS_ACTION_RETURN; in nss_action_parse()
|
A D | nsswitch.h | 35 NSS_ACTION_RETURN, enumerator
|
Completed in 6 milliseconds