/locale/ |
A D | C-time.c | 34 { .string = "Sun" }, 35 { .string = "Mon" }, 36 { .string = "Tue" }, 78 { .string = "" }, 79 { .string = "" }, 80 { .string = "" }, 81 { .string = "" }, 82 { .string = "" }, 83 { .string = "" }, 85 { .string = "" }, [all …]
|
A D | C-monetary.c | 35 { .string = "" }, 36 { .string = "" }, 37 { .string = "" }, 38 { .string = "" }, 39 { .string = "" }, 40 { .string = "" }, 41 { .string = "" }, 42 { .string = not_available }, 50 { .string = "-" }, 57 { .string = "" }, [all …]
|
A D | C-ctype.c | 592 { .string = "0" }, 593 { .string = "1" }, 594 { .string = "2" }, 595 { .string = "3" }, 596 { .string = "4" }, 597 { .string = "5" }, 598 { .string = "6" }, 599 { .string = "7" }, 600 { .string = "8" }, 601 { .string = "9" }, [all …]
|
A D | C-collate.c | 36 { .string = NULL }, 38 { .string = NULL }, 40 { .string = NULL }, 42 { .string = NULL }, 44 { .string = NULL }, 46 { .string = NULL }, 48 { .string = NULL }, 50 { .string = NULL }, 52 { .string = NULL }, 54 { .string = NULL }, [all …]
|
A D | C-identification.c | 37 { .string = "Keld Simonsen" }, 38 { .string = "keld@dkuug.dk" }, 39 { .string = "+45 3122-6543" }, 41 { .string = "" }, 42 { .string = "ISO" }, 43 { .string = "" }, 44 { .string = "" }, 45 { .string = "" }, 46 { .string = "1.0" }, 47 { .string = "1997-12-20" }, [all …]
|
A D | C-address.c | 35 { .string = "" }, 36 { .string = "" }, 37 { .string = "" }, 38 { .string = "" }, 39 { .string = "" }, 41 { .string = "" }, 42 { .string = "" }, 43 { .string = "" }, 44 { .string = "" }, 45 { .string = "" }, [all …]
|
A D | categories.def | 216 DEFINE_ELEMENT (D_T_FMT, "d_t_fmt", std, string) 217 DEFINE_ELEMENT (D_FMT, "d_fmt", std, string) 218 DEFINE_ELEMENT (T_FMT, "t_fmt", std, string) 219 DEFINE_ELEMENT (T_FMT_AMPM, "t_fmt_ampm", std, string) 221 DEFINE_ELEMENT (ERA_YEAR, "era_year", opt, string) 222 DEFINE_ELEMENT (ERA_D_FMT, "era_d_fmt", opt, string) 224 DEFINE_ELEMENT (ERA_D_T_FMT, "era_d_t_fmt", opt, string) 263 DEFINE_ELEMENT (YESEXPR, "yesexpr", std, string) 264 DEFINE_ELEMENT (NOEXPR, "noexpr", std, string) 265 DEFINE_ELEMENT (YESSTR, "yesstr", opt, string) [all …]
|
A D | C-name.c | 34 { .string = "%p%t%g%t%m%t%f" }, 35 { .string = "" }, 36 { .string = "" }, 37 { .string = "" }, 38 { .string = "" }, 39 { .string = "" }, 40 { .string = _nl_C_codeset }
|
A D | C-messages.c | 34 { .string = "^[yY]" }, 35 { .string = "^[nN]" }, 36 { .string = "" }, 37 { .string = "" }, 38 { .string = _nl_C_codeset }
|
A D | C-telephone.c | 34 { .string = "+%c %a %l" }, 35 { .string = "" }, 36 { .string = "" }, 37 { .string = "" }, 38 { .string = _nl_C_codeset }
|
A D | C-numeric.c | 31 { .string = "." }, 32 { .string = "" }, 33 { .string = "" }, 36 { .string = _nl_C_codeset }
|
A D | C-measurement.c | 34 { .string = "\1" }, 35 { .string = _nl_C_codeset }
|
A D | lc-ctype.c | 57 ctypes[_NL_ITEM_INDEX (_NL_CTYPE_CLASS)].string + 128; in _nl_postload_ctype() 59 ctypes[_NL_ITEM_INDEX (_NL_CTYPE_TOLOWER)].string + 128; in _nl_postload_ctype() 61 ctypes[_NL_ITEM_INDEX (_NL_CTYPE_TOUPPER)].string + 128; in _nl_postload_ctype()
|
A D | localeinfo.h | 84 const char *string; member 117 string, enumerator 259 ((*_nl_current_##category)->values[_NL_ITEM_INDEX (item)].string) 295 (_NL_CURRENT_DATA (category)->values[_NL_ITEM_INDEX (item)].string) 315 return l->__locales[category]->values[_NL_ITEM_INDEX (item)].string;
|
A D | newlocale.c | 269 ctypes[_NL_ITEM_INDEX (_NL_CTYPE_CLASS)].string + 128; 271 ctypes[_NL_ITEM_INDEX (_NL_CTYPE_TOLOWER)].string + 128; 273 ctypes[_NL_ITEM_INDEX (_NL_CTYPE_TOUPPER)].string + 128;
|
A D | broken_cur_max.c | 47 u.string = nl_langinfo (_NL_CTYPE_MB_CUR_MAX); in __ctype_get_mb_cur_max()
|
A D | C-paper.c | 36 { .string = _nl_C_codeset }
|
A D | nl_langinfo_l.c | 66 return (char *) data->values[index].string; in __nl_langinfo_l()
|
A D | loadlocale.c | 151 newdata->values[cnt].string = newdata->filedata + idx; in _nl_intern_locale_data()
|
A D | findlocale.c | 281 (const char *) data->values[codeset_idx[category]].string; in _nl_find_locale()
|
/locale/programs/ |
A D | xstrdup.c | 28 char *xstrdup (char *string) __THROW; 33 xstrdup (char *string) in xstrdup() argument 35 return strcpy (xmalloc (strlen (string) + 1), string); in xstrdup()
|
A D | locfile.h | 40 #define SYNTAX_ERROR(string, args...) \ argument 43 lr_error (ldfile, string, ## args); \ 115 extern void add_locale_string (struct locale_file *file, const char *string); 117 const uint32_t *string);
|
A D | locfile.c | 613 add_locale_string (struct locale_file *file, const char *string) in add_locale_string() argument 616 obstack_grow (&file->data, string, strlen (string) + 1); in add_locale_string() 621 add_locale_wstring (struct locale_file *file, const uint32_t *string) in add_locale_wstring() argument 623 add_locale_uint32_array (file, string, wcslen ((const wchar_t *) string) + 1); in add_locale_wstring()
|
A D | locale.c | 833 case string: in print_item() 917 union { unsigned int word; char *string; } val; in print_item() member 918 val.string = nl_langinfo (item->item_id); in print_item() 928 union { unsigned int *wordarray; char *string; } val; in print_item() member 930 val.string = nl_langinfo (item->item_id); in print_item()
|
A D | charmap-kw.gperf | 19 #include <string.h>
|