Home
last modified time | relevance | path

Searched refs:module (Results 1 – 25 of 112) sorted by relevance

12345

/glibc-2.36/iconvdata/
Dgconv-modules-extra.conf39 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 …]
Dgconv-modules21 # 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 …]
Dextra-module.mk8 $(build-module-asneeded)
11 include extra-module.mk
/glibc-2.36/nss/
Dnss.h193 #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 …]
Dnss_module.c119 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 …]
Dnsswitch.c73 && (*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()
Dnss_action_parse.c57 = { .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()
Dnss_module.h92 bool __nss_module_load (struct nss_module *module) attribute_hidden;
97 void *__nss_module_get_function (struct nss_module *module, const char *name)
Dnss_action.c52 return a->module == b->module && a->action_bits == b->action_bits; in actions_equal()
DMakefile183 $(build-module)
185 $(build-module)
187 $(build-module)
/glibc-2.36/sysdeps/s390/
Dgconv-modules-s390.conf36 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/
Diconvconfig.c51 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 …]
Dgconv_conf.c252 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()
Dgconv_cache.c296 && 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()
Diconvconfig.h58 } module[0]; member
/glibc-2.36/manual/
DREADME.tunables74 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
Dnss.texi163 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/
Dpylintrc51 # 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/
Dnscd_stat.c62 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()
Dmem.c125 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()
Dconnections.c374 || 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 …]
Dnscd_helper.c346 || __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()
Dcachedumper.c97 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()
Dcache.c76 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/
DREADME.hesiod1 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

12345