Home
last modified time | relevance | path

Searched defs:dtconv (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libbc/inc/include/
H A Dlocale.h128 struct dtconv { struct
129 char *abbrev_month_names[12]; /* abbreviated month names */
130 char *month_names[12]; /* full month names */
131 char *abbrev_weekday_names[7]; /* abbreviated weekday names */
132 char *weekday_names[7]; /* full weekday names */
133 char *time_format; /* time format */
134 char *sdate_format; /* short date format */
135 char *dtime_format; /* date/time format */
136 char *am_string; /* AM string */
137 char *pm_string; /* PM string */
[all …]
/titanic_50/usr/src/cmd/locale/
H A Dlocale.c117 struct dtconv { struct
118 char *date_time_format;
119 char *date_format;
120 char *time_format;
121 char *time_format_ampm;
122 char *am_string;
123 char *pm_string;
124 char *abbrev_day_names[7];
125 char *day_names[7];
126 char *abbrev_month_names[12];
[all …]