/glibc-2.36/localedata/ |
D | tst-c-utf8-consistency.c | 46 str (nl_item item) in str() 54 str_utf8 (nl_item item) in str_utf8() 66 wstr (nl_item item) in wstr() 72 wstr_utf8 (nl_item item) in wstr_utf8() 78 byte (nl_item item) in byte() 84 byte_utf8 (nl_item item) in byte_utf8() 90 word (nl_item item) in word() 102 word_utf8 (nl_item item) in word_utf8()
|
/glibc-2.36/locale/ |
D | nl_langinfo.c | 29 nl_langinfo (nl_item item) in nl_langinfo()
|
D | nl_langinfo_l.c | 30 __nl_langinfo_l (nl_item item, locale_t l) in __nl_langinfo_l()
|
D | localeinfo.h | 274 #define _NL_CURRENT(category, item) \ argument 278 #define _NL_CURRENT_WSTR(category, item) \ argument 282 #define _NL_CURRENT_WORD(category, item) \ argument 336 _nl_lookup_wstr (locale_t l, int category, int item) in _nl_lookup_wstr() 344 _nl_lookup_word (locale_t l, int category, int item) in _nl_lookup_word()
|
D | langinfo.h | 37 #define _NL_ITEM_CATEGORY(item) ((int) (item) >> 16) argument 38 #define _NL_ITEM_INDEX(item) ((int) (item) & 0xffff) argument
|
/glibc-2.36/stdlib/ |
D | tst-bsearch.c | 22 struct item struct 47 struct item *e1 = (struct item *) p1; in comp() argument
|
D | strtol_l.c | 122 #define _NL_CURRENT(category, item) \ argument 125 #define _NL_CURRENT_WORD(category, item) \ argument
|
D | strfmon_l.c | 68 #define _NL_CURRENT(category, item) \ argument
|
D | strtod_l.c | 95 #define _NL_CURRENT(category, item) \ argument 98 #define _NL_CURRENT_WORD(category, item) \ argument
|
/glibc-2.36/hurd/ |
D | set-host.c | 24 _hurd_set_host_config (const char *item, const char *value, size_t valuelen) in _hurd_set_host_config()
|
D | get-host.c | 26 _hurd_get_host_config (const char *item, char *buf, size_t buflen) in _hurd_get_host_config()
|
/glibc-2.36/misc/ |
D | hsearch.c | 26 hsearch (ENTRY item, ACTION action) in hsearch()
|
/glibc-2.36/time/ |
D | era.c | 29 #define CURRENT(item) (current->values[_NL_ITEM_INDEX (item)].string) in __libc_rwlock_define() argument 30 #define CURRENT_WORD(item) (current->values[_NL_ITEM_INDEX (item)].word) in __libc_rwlock_define() argument
|
D | alt_digit.c | 29 #define CURRENT(item) (current->values[_NL_ITEM_INDEX (item)].string) in __libc_rwlock_define() argument 30 #define CURRENT_WSTR(item) \ in __libc_rwlock_define() argument
|
D | strptime_l.c | 183 # define _NL_CURRENT(category, item) \ argument 186 # define _NL_CURRENT_WORD(category, item) \ argument
|
/glibc-2.36/stdio-common/ |
D | bug23-3.c | 10 const char *item = "\na\nabbcd55"; in do_test() local
|
D | tstscanf.c | 143 const char *item; in main() member 153 char units[21], item[21]; in main() local
|
/glibc-2.36/resolv/ |
D | tst-resolv-search.c | 28 struct item struct 34 const struct item items[] = argument
|
/glibc-2.36/hesiod/nss_hesiod/ |
D | hesiod-proto.c | 65 char **list, **item; in lookup() local
|
D | hesiod-service.c | 66 char **list, **item; in lookup() local
|
/glibc-2.36/nss/ |
D | bug17079.c | 111 test_one (const struct passwd *item, size_t buffer_size, in test_one()
|
/glibc-2.36/support/ |
D | support_descriptors.c | 105 struct procfs_descriptor *item = descriptor_list_emplace (&result->list); in support_descriptors_list() local
|
/glibc-2.36/intl/ |
D | localealias.c | 163 struct alias_map item; in _nl_expand_alias() local
|
/glibc-2.36/malloc/ |
D | tst-dynarray.c | 230 char *item = xasprintf ("%d", base + i); in test_str() local
|
/glibc-2.36/locale/programs/ |
D | locale.c | 829 print_item (struct cat_item *item) in print_item()
|