Lines Matching defs:date
9 * File date.c
49 static void date(const UChar *tz, UDateFormatStyle style, char *format, UErrorCode *status);
52 /* The version of date */
85 /* display date in gmt */
89 /* display date in gmt */
93 /* display date in long format */
97 /* display date in medium format */
101 /* display date in short format */
122 /* done with options, display date */
140 /* print the date */
141 date(tz, style, format, &status);
154 puts(" -v, --version Print the version number of date and exit.");
155 puts(" -u, --gmt Display the date in Greenwich Mean Time.");
171 /* Format the date */
173 date(const UChar *tz,
197 /* print the date string */