Home
last modified time | relevance | path

Searched refs:string (Results 1 – 25 of 28) sorted by relevance

12

/locale/
A DC-time.c34 { .string = "Sun" },
35 { .string = "Mon" },
36 { .string = "Tue" },
78 { .string = "" },
79 { .string = "" },
80 { .string = "" },
81 { .string = "" },
82 { .string = "" },
83 { .string = "" },
85 { .string = "" },
[all …]
A DC-monetary.c35 { .string = "" },
36 { .string = "" },
37 { .string = "" },
38 { .string = "" },
39 { .string = "" },
40 { .string = "" },
41 { .string = "" },
42 { .string = not_available },
50 { .string = "-" },
57 { .string = "" },
[all …]
A DC-ctype.c592 { .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 DC-collate.c36 { .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 DC-identification.c37 { .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 DC-address.c35 { .string = "" },
36 { .string = "" },
37 { .string = "" },
38 { .string = "" },
39 { .string = "" },
41 { .string = "" },
42 { .string = "" },
43 { .string = "" },
44 { .string = "" },
45 { .string = "" },
[all …]
A Dcategories.def216 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 DC-name.c34 { .string = "%p%t%g%t%m%t%f" },
35 { .string = "" },
36 { .string = "" },
37 { .string = "" },
38 { .string = "" },
39 { .string = "" },
40 { .string = _nl_C_codeset }
A DC-messages.c34 { .string = "^[yY]" },
35 { .string = "^[nN]" },
36 { .string = "" },
37 { .string = "" },
38 { .string = _nl_C_codeset }
A DC-telephone.c34 { .string = "+%c %a %l" },
35 { .string = "" },
36 { .string = "" },
37 { .string = "" },
38 { .string = _nl_C_codeset }
A DC-numeric.c31 { .string = "." },
32 { .string = "" },
33 { .string = "" },
36 { .string = _nl_C_codeset }
A DC-measurement.c34 { .string = "\1" },
35 { .string = _nl_C_codeset }
A Dlc-ctype.c57 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 Dlocaleinfo.h84 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 Dnewlocale.c269 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 Dbroken_cur_max.c47 u.string = nl_langinfo (_NL_CTYPE_MB_CUR_MAX); in __ctype_get_mb_cur_max()
A DC-paper.c36 { .string = _nl_C_codeset }
A Dnl_langinfo_l.c66 return (char *) data->values[index].string; in __nl_langinfo_l()
A Dloadlocale.c151 newdata->values[cnt].string = newdata->filedata + idx; in _nl_intern_locale_data()
A Dfindlocale.c281 (const char *) data->values[codeset_idx[category]].string; in _nl_find_locale()
/locale/programs/
A Dxstrdup.c28 char *xstrdup (char *string) __THROW;
33 xstrdup (char *string) in xstrdup() argument
35 return strcpy (xmalloc (strlen (string) + 1), string); in xstrdup()
A Dlocfile.h40 #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 Dlocfile.c613 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 Dlocale.c833 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 Dcharmap-kw.gperf19 #include <string.h>

Completed in 61 milliseconds

12