Symbol: nl_item
distrib/utils/libhack/nl_langinfo.c
15
nl_langinfo(nl_item what)
include/langinfo.h
15
#define D_T_FMT ((nl_item)0) /* String for formatting date and
include/langinfo.h
17
#define D_FMT ((nl_item)1) /* Date format string */
include/langinfo.h
18
#define T_FMT ((nl_item)2) /* Time format string */
include/langinfo.h
19
#define T_FMT_AMPM ((nl_item)3) /* Time format string with 12 hour
include/langinfo.h
21
#define AM_STR ((nl_item)4) /* Ante Meridiem afix */
include/langinfo.h
22
#define PM_STR ((nl_item)5) /* Post Meridiem afix */
include/langinfo.h
24
#define DAY_1 ((nl_item)6) /* Name of the first day of the week */
include/langinfo.h
25
#define DAY_2 ((nl_item)7)
include/langinfo.h
26
#define DAY_3 ((nl_item)8)
include/langinfo.h
27
#define DAY_4 ((nl_item)9)
include/langinfo.h
28
#define DAY_5 ((nl_item)10)
include/langinfo.h
29
#define DAY_6 ((nl_item)11)
include/langinfo.h
30
#define DAY_7 ((nl_item)12)
include/langinfo.h
32
#define ABDAY_1 ((nl_item)13) /* Abbrev. name of the first day of
include/langinfo.h
34
#define ABDAY_2 ((nl_item)14)
include/langinfo.h
35
#define ABDAY_3 ((nl_item)15)
include/langinfo.h
36
#define ABDAY_4 ((nl_item)16)
include/langinfo.h
37
#define ABDAY_5 ((nl_item)17)
include/langinfo.h
38
#define ABDAY_6 ((nl_item)18)
include/langinfo.h
39
#define ABDAY_7 ((nl_item)19)
include/langinfo.h
41
#define MON_1 ((nl_item)20) /* Name of the first month */
include/langinfo.h
42
#define MON_2 ((nl_item)21)
include/langinfo.h
43
#define MON_3 ((nl_item)22)
include/langinfo.h
44
#define MON_4 ((nl_item)23)
include/langinfo.h
45
#define MON_5 ((nl_item)24)
include/langinfo.h
46
#define MON_6 ((nl_item)25)
include/langinfo.h
47
#define MON_7 ((nl_item)26)
include/langinfo.h
48
#define MON_8 ((nl_item)27)
include/langinfo.h
49
#define MON_9 ((nl_item)28)
include/langinfo.h
50
#define MON_10 ((nl_item)29)
include/langinfo.h
51
#define MON_11 ((nl_item)30)
include/langinfo.h
52
#define MON_12 ((nl_item)31)
include/langinfo.h
54
#define ABMON_1 ((nl_item)32) /* Abbrev. name of the first month */
include/langinfo.h
55
#define ABMON_2 ((nl_item)33)
include/langinfo.h
56
#define ABMON_3 ((nl_item)34)
include/langinfo.h
57
#define ABMON_4 ((nl_item)35)
include/langinfo.h
58
#define ABMON_5 ((nl_item)36)
include/langinfo.h
59
#define ABMON_6 ((nl_item)37)
include/langinfo.h
60
#define ABMON_7 ((nl_item)38)
include/langinfo.h
61
#define ABMON_8 ((nl_item)39)
include/langinfo.h
62
#define ABMON_9 ((nl_item)40)
include/langinfo.h
63
#define ABMON_10 ((nl_item)41)
include/langinfo.h
64
#define ABMON_11 ((nl_item)42)
include/langinfo.h
65
#define ABMON_12 ((nl_item)43)
include/langinfo.h
67
#define RADIXCHAR ((nl_item)44) /* Radix character */
include/langinfo.h
68
#define THOUSEP ((nl_item)45) /* Separator for thousands */
include/langinfo.h
69
#define YESSTR ((nl_item)46) /* Affirmative response for yes/no
include/langinfo.h
71
#define YESEXPR ((nl_item)47) /* Affirmative response for yes/no
include/langinfo.h
73
#define NOSTR ((nl_item)48) /* Negative response for yes/no
include/langinfo.h
75
#define NOEXPR ((nl_item)49) /* Negative response for yes/no
include/langinfo.h
77
#define CRNCYSTR ((nl_item)50) /* Currency symbol */
include/langinfo.h
79
#define CODESET ((nl_item)51) /* codeset name */
include/langinfo.h
81
#define ERA ((nl_item)52) /* Era description segments */
include/langinfo.h
82
#define ERA_D_FMT ((nl_item)53) /* Era date format string */
include/langinfo.h
83
#define ERA_D_T_FMT ((nl_item)54) /* Era date and time format string */
include/langinfo.h
84
#define ERA_T_FMT ((nl_item)55) /* Era time format string */
include/langinfo.h
86
#define ALT_DIGITS ((nl_item)56) /* Alternative symbols for digits */
include/langinfo.h
89
char *nl_langinfo(nl_item);
include/langinfo.h
98
char *nl_langinfo_l(nl_item, locale_t);
lib/libc/locale/nl_langinfo.c
170
nl_langinfo(nl_item item)
lib/libc/locale/nl_langinfo.c
177
nl_langinfo_l(nl_item item, locale_t loc)