Searched refs:module (Results 1 – 8 of 8) sorted by relevance
193 #define NSS_DECLARE_MODULE_FUNCTIONS(module) \ argument194 extern nss_endaliasent _nss_##module##_endaliasent; \195 extern nss_endetherent _nss_##module##_endetherent; \196 extern nss_endgrent _nss_##module##_endgrent; \197 extern nss_endhostent _nss_##module##_endhostent; \198 extern nss_endnetent _nss_##module##_endnetent; \199 extern nss_endnetgrent _nss_##module##_endnetgrent; \200 extern nss_endprotoent _nss_##module##_endprotoent; \201 extern nss_endpwent _nss_##module##_endpwent; \202 extern nss_endrpcent _nss_##module##_endrpcent; \[all …]
129 bind (module->functions.untyped); in module_load_builtin()136 module->handle = NULL; in module_load_builtin()174 module_load (struct nss_module *module) in module_load() argument178 if (strcmp (module->name, "dns") == 0) in module_load()179 return module_load_nss_dns (module); in module_load()258 module->name), in module_load()285 module->handle = handle; in module_load()310 return module_load (module); in __nss_module_load()333 if (!__nss_module_load (module)) in __nss_module_get_function()356 while (ni->module != NULL) in nss_load_all_libraries()[all …]
73 && (*ni)[1].module != NULL) in __nss_lookup()82 return *fctp != NULL ? 0 : (*ni)[1].module == NULL ? 1 : -1; in __nss_lookup()113 if ((*ni)[1].module == NULL) in libc_hidden_def()126 && (*ni)[1].module != NULL); in libc_hidden_def()135 if (ni->module == NULL) in libc_hidden_def()137 return __nss_module_get_function (ni->module, fct_name); in libc_hidden_def()
92 bool __nss_module_load (struct nss_module *module) attribute_hidden;97 void *__nss_module_get_function (struct nss_module *module, const char *name)
57 = { .module = __nss_module_allocate (name, line - name), }; in nss_action_parse()58 if (new_service.module == NULL) in nss_action_parse()173 = { .module = NULL, }; in __nss_action_parse()
52 return a->module == b->module && a->action_bits == b->action_bits; in actions_equal()
36 struct nss_module *module; member
170 $(build-module)172 $(build-module)
Completed in 20 milliseconds