Lines Matching refs:nip
28 void **fctp, nss_action_list *nip, nss_action_list *startp, int all) in setup() argument
33 no_more = lookup_fct (nip, func_name, NULL, fctp); in setup()
34 *startp = no_more ? (nss_action_list) -1l : *nip; in setup()
41 if (!*nip) in setup()
43 *nip = *startp; in setup()
45 no_more = __nss_lookup (nip, func_name, NULL, fctp); in setup()
52 nss_action_list *nip, nss_action_list *startp, in __nss_setent() argument
76 no_more = setup (func_name, lookup_fct, &fct.ptr, nip, in __nss_setent()
80 int is_last_nip = *nip == *last_nip; in __nss_setent()
95 if (nss_next_action (*nip, status) == NSS_ACTION_MERGE) in __nss_setent()
98 no_more = __nss_next2 (nip, func_name, NULL, &fct.ptr, status, 0); in __nss_setent()
101 *last_nip = *nip; in __nss_setent()
113 nss_action_list *nip, nss_action_list *startp, in __nss_endent() argument
135 no_more = setup (func_name, lookup_fct, &fct.ptr, nip, startp, 1); in __nss_endent()
141 if (*nip == *last_nip) in __nss_endent()
145 no_more = __nss_next2 (nip, func_name, NULL, &fct.ptr, 0, 1); in __nss_endent()
147 *last_nip = *nip = NULL; in __nss_endent()
157 nss_action_list *nip, nss_action_list *startp, in __nss_getent_r() argument
188 no_more = setup (getent_func_name, lookup_fct, &fct.ptr, nip, in __nss_getent_r()
192 int is_last_nip = *nip == *last_nip; in __nss_getent_r()
216 && nss_next_action (*nip, status) == NSS_ACTION_MERGE) in __nss_getent_r()
219 no_more = __nss_next2 (nip, getent_func_name, NULL, &fct.ptr, in __nss_getent_r()
223 *last_nip = *nip; in __nss_getent_r()
234 no_more = __nss_lookup (nip, setent_func_name, NULL, &sfct.ptr); in __nss_getent_r()