Lines Matching refs:date
7 * File date.c
11 * Date Name Description
47 static void date(UDate when, const UChar *tz, UDateFormatStyle style, const char *format, UErrorCode *status);
52 /* The version of date */
90 /* display date in gmt */
94 /* display date in gmt */
98 /* display date in long format */
102 /* display date in medium format */
106 /* display date in short format */
142 /* done with options, display date */
166 /* print the date */
167 date(when, tz, style, format, &status);
182 puts(" -v, --version Print the version number of date and exit.");
183 puts(" -u, --gmt Display the date in Greenwich Mean Time.");
238 /* Format the date */
240 date(UDate when,
277 /* print the date string */