Lines Matching refs:no_more
30 int no_more; in setup() local
33 no_more = lookup_fct (nip, func_name, NULL, fctp); in setup()
34 *startp = no_more ? (nss_action_list) -1l : *nip; in setup()
45 no_more = __nss_lookup (nip, func_name, NULL, fctp); in setup()
47 return no_more; in setup()
61 int no_more; in __nss_setent() local
76 no_more = setup (func_name, lookup_fct, &fct.ptr, nip, in __nss_setent()
78 while (! no_more) in __nss_setent()
96 no_more = 1; in __nss_setent()
98 no_more = __nss_next2 (nip, func_name, NULL, &fct.ptr, status, 0); in __nss_setent()
121 int no_more; in __nss_endent() local
135 no_more = setup (func_name, lookup_fct, &fct.ptr, nip, startp, 1); in __nss_endent()
136 while (! no_more) in __nss_endent()
145 no_more = __nss_next2 (nip, func_name, NULL, &fct.ptr, 0, 1); in __nss_endent()
167 int no_more; in __nss_getent_r() local
188 no_more = setup (getent_func_name, lookup_fct, &fct.ptr, nip, in __nss_getent_r()
190 while (! no_more) in __nss_getent_r()
217 no_more = 1; in __nss_getent_r()
219 no_more = __nss_next2 (nip, getent_func_name, NULL, &fct.ptr, in __nss_getent_r()
225 if (! no_more) in __nss_getent_r()
234 no_more = __nss_lookup (nip, setent_func_name, NULL, &sfct.ptr); in __nss_getent_r()
236 if (! no_more) in __nss_getent_r()
247 while (! no_more && status != NSS_STATUS_SUCCESS); in __nss_getent_r()