/glibc-2.36/iconvdata/ |
D | gconv-modules-extra.conf | 39 module BS_4730// INTERNAL ISO646 2 40 module INTERNAL BS_4730// ISO646 2 48 module CSA_Z243.4-1985-1// INTERNAL ISO646 2 49 module INTERNAL CSA_Z243.4-1985-1// ISO646 2 56 module CSA_Z243.4-1985-2// INTERNAL ISO646 2 57 module INTERNAL CSA_Z243.4-1985-2// ISO646 2 63 module DIN_66003// INTERNAL ISO646 2 64 module INTERNAL DIN_66003// ISO646 2 70 module DS_2089// INTERNAL ISO646 2 71 module INTERNAL DS_2089// ISO646 2 [all …]
|
D | gconv-modules | 21 # If the lines start with `module' 25 # filename: filename of the module implementing the transformation. 34 # from to module cost 47 module ISO-8859-1// INTERNAL ISO8859-1 1 48 module INTERNAL ISO-8859-1// ISO8859-1 1 50 # from to module cost 58 module ISO-8859-15// INTERNAL ISO8859-15 1 59 module INTERNAL ISO-8859-15// ISO8859-15 1 61 # from to module cost 64 module CP1252// INTERNAL CP1252 1 [all …]
|
D | extra-module.mk | 8 $(build-module-asneeded) 11 include extra-module.mk
|
/glibc-2.36/nss/ |
D | nss.h | 193 #define NSS_DECLARE_MODULE_FUNCTIONS(module) \ argument 194 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 …]
|
D | nss_module.c | 119 module_load_builtin (struct nss_module *module, in module_load_builtin() argument 125 switch ((enum nss_module_state) atomic_load_acquire (&module->state)) in module_load_builtin() 129 bind (module->functions.untyped); in module_load_builtin() 133 PTR_MANGLE (module->functions.untyped[i]); in module_load_builtin() 136 module->handle = NULL; in module_load_builtin() 138 atomic_store_release (&module->state, nss_module_loaded); in module_load_builtin() 150 module_load_nss_files (struct nss_module *module) in module_load_nss_files() argument 162 return module_load_builtin (module, __nss_files_functions); in module_load_nss_files() 167 module_load_nss_dns (struct nss_module *module) in module_load_nss_dns() argument 169 return module_load_builtin (module, __nss_dns_functions); in module_load_nss_dns() [all …]
|
D | nsswitch.c | 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()
|
D | nss_action_parse.c | 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()
|
D | nss_module.h | 92 bool __nss_module_load (struct nss_module *module) attribute_hidden; 97 void *__nss_module_get_function (struct nss_module *module, const char *name)
|
D | nss_action.c | 52 return a->module == b->module && a->action_bits == b->action_bits; in actions_equal()
|
D | Makefile | 183 $(build-module) 185 $(build-module) 187 $(build-module)
|
/glibc-2.36/sysdeps/s390/ |
D | gconv-modules-s390.conf | 36 module ISO-8859-1// IBM037// ISO-8859-1_CP037_Z900 1 37 module IBM037// ISO-8859-1// ISO-8859-1_CP037_Z900 1 38 module ISO-10646/UTF8/ UTF-32// UTF8_UTF32_Z9 1 39 module UTF-32BE// ISO-10646/UTF8/ UTF8_UTF32_Z9 1 40 module ISO-10646/UTF8/ UTF-32BE// UTF8_UTF32_Z9 1 41 module UTF-16BE// UTF-32// UTF16_UTF32_Z9 1 42 module UTF-32BE// UTF-16// UTF16_UTF32_Z9 1 43 module INTERNAL UTF-16// UTF16_UTF32_Z9 1 44 module UTF-32BE// UTF-16BE// UTF16_UTF32_Z9 1 45 module INTERNAL UTF-16BE// UTF16_UTF32_Z9 1 [all …]
|
/glibc-2.36/iconv/ |
D | iconvconfig.c | 51 struct module struct 59 struct module *next; argument 69 struct module *module; member 87 struct module *from_internal; 88 struct module *to_internal; 96 struct module *module; member 196 static struct module **module_list; 229 const char *module; member 236 { .from = From, .to = To, .module = Name, .cost = Cost }, 427 newp->module = NULL; in new_alias() [all …]
|
D | gconv_conf.c | 252 char *from, *to, *module, *wp; in add_module() local 278 module = wp; in add_module() 299 if (module[0] == '\0') in add_module() 302 if (module[0] == '/') in add_module() 307 if (wp - module < (ptrdiff_t) sizeof (gconv_module_ext) in add_module() 332 tmp = __mempcpy (tmp, to, module - to); in add_module() 342 tmp = __mempcpy (tmp, module, wp - module); in add_module()
|
D | gconv_cache.c | 296 && extra->module[extra->module_cnt - 1].outname_offset != toidx) in __gconv_lookup_cache() 321 (char *) strtab + modtab[extra->module[idx].outname_offset].canonname_offset; in __gconv_lookup_cache() 327 if (strtab[extra->module[idx].dir_offset] != '\0') in __gconv_lookup_cache() 332 res = find_module (strtab + extra->module[idx].dir_offset, in __gconv_lookup_cache() 333 strtab + extra->module[idx].name_offset, in __gconv_lookup_cache() 346 + extra->module[idx].name_offset, in __gconv_lookup_cache()
|
D | iconvconfig.h | 58 } module[0]; member
|
/glibc-2.36/manual/ |
D | README.tunables | 74 specific module, set the TUNABLE_NAMESPACE macro to reduce the amount of 81 module using the TUNABLE_GET macro as follows: 99 Tunables in the module can be updated using: 105 To get and set tunables in a different namespace from that module, use the full 124 from that module, use the full form of the macros as follows: 133 When TUNABLE_NAMESPACE is not defined in a module, TUNABLE_GET is equivalent to
|
D | nss.texi | 163 this service is implemented in a module called @file{libnss_@var{name}}. 356 contained in a module are identified by their names. I.e., there is no 365 * NSS Modules Interface:: Programming interface in the NSS module 379 @var{service} of course corresponds to the name of the module this 392 in the module 411 module is forced to have functions for all databases and all kinds to 526 the other module functions. There is an argument @var{h_errnop}. This 538 signature of the module function: 563 set to a non-zero value. An NSS module should never set 609 new service module consists solely of the interface functions. [all …]
|
/glibc-2.36/scripts/ |
D | pylintrc | 51 # Put messages in a separate file for each module / package specified on the 98 # Required attributes for module, separated by a comma 104 # Regular expression which should only match correct module names 105 module-rgx=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$ 107 # Regular expression which should only match correct module level names 174 # Maximum number of lines in a module 175 max-module-lines=1000
|
/glibc-2.36/nscd/ |
D | nscd_stat.c | 62 size_t module; member 135 data.dbs[cnt].module = dbs[cnt].head->module; in send_stats() 313 data.dbs[i].module, in receive_print_stats()
|
D | mem.c | 125 size_t stack_used = sizeof (bool) * db->head->module; in gc() 161 for (size_t idx = 0; idx < db->head->module; ++idx) in gc() 432 for (size_t idx = 0; idx < db->head->module; ++idx) in gc() 531 + roundup (db->head->module * sizeof (ref_t), in mempool_alloc() 537 + roundup (db->head->module * sizeof (ref_t), ALIGN) in mempool_alloc()
|
D | connections.c | 374 || head->module == 0 in verify_persistent_db() 375 || (size_t) head->module > INT32_MAX / sizeof (ref_t) in verify_persistent_db() 376 || (size_t) head->data_size > INT32_MAX - head->module * sizeof (ref_t) in verify_persistent_db() 388 const char *data = (char *) &head->array[roundup (head->module, in verify_persistent_db() 392 for (nscd_ssize_t cnt = 0; cnt < head->module; ++cnt) in verify_persistent_db() 523 else if (head.module == 0 && head.data_size == 0) in nscd_init() 536 + roundup (head.module * sizeof (ref_t), in nscd_init() 568 &dbs[cnt].head->array[roundup (dbs[cnt].head->module, in nscd_init() 572 if (dbs[cnt].suggested_module > head.module) in nscd_init() 711 .module = dbs[cnt].suggested_module, in nscd_init() [all …]
|
D | nscd_helper.c | 346 || __builtin_expect (head->module == 0, 0) in __nscd_get_mapping() 358 size_t size = (sizeof (*head) + roundup (head->module * sizeof (ref_t), in __nscd_get_mapping() 373 + roundup (head->module * sizeof (ref_t), ALIGN)); in __nscd_get_mapping() 453 unsigned long int hash = __nss_hash (key, keylen) % mapped->head->module; in __nscd_cache_search()
|
D | cachedumper.c | 97 DPS (module); in nscd_print_cache() 114 char *data = (char *) &dps->array[roundup (dps->module, in nscd_print_cache() 120 for (i = 0; i < dps->module; i++) in nscd_print_cache()
|
D | cache.c | 76 unsigned long int hash = __nss_hash (key, len) % table->head->module; in cache_search() 155 unsigned long int hash = __nss_hash (key, len) % table->head->module; in cache_add() 249 size_t cnt = table->head->module; in prune_cache()
|
/glibc-2.36/hesiod/ |
D | README.hesiod | 1 The GNU C library contains an NSS module for the Hesiod name service. 8 The Hesiod NSS module implements access to all relevant standard 68 `/usr/local/etc/hesiod.conf'). The Hesiod NSS module looks for
|