dcgettext
ldayw = dcgettext(NULL, DAYW, LC_TIME);
(void) printf(dcgettext(NULL, TITLE, LC_TIME), months[m-1], y);
(void) printf(dcgettext(NULL, YEAR, LC_TIME), y);
dcgettext(NULL, MONTH, LC_TIME),
dcgettext(NULL, FORMAT1, LC_TIME), localtime(&stime));
dcgettext(NULL, FORMAT2, LC_TIME), localtime(&stime));
dcgettext(NULL, FORMAT, LC_TIME), localtime(&ttime));
dcmsg = dcgettext(NULL, "%a %b %e %T %Y", LC_TIME);
(time_custom == 0) ? dcgettext(NULL, fstr, LC_TIME) : fstr,
dcgettext(NULL, FORMAT, LC_TIME),
(void) cftime(time_buf, dcgettext(NULL, FORMAT, LC_TIME),
dcgettext(NULL, "%b %d", LC_TIME) :
dcgettext(NULL, "%b_%d", LC_TIME), localtime(&starttime));
dcgettext(NULL, "%H:%M:%S", LC_TIME),
dcgettext(NULL, "%8.8s", LC_TIME), "STIME");
dcgettext((const char *)0, "%b %e %R %Y", LC_TIME), tm);
PRINTF((dcgettext(NULL, "User tty "
PRINTF((dcgettext(NULL,
dcgettext(NULL, "%T", LC_TIME), p);
dcgettext(NULL, "%a %H:%M", LC_TIME), p);
dcgettext(NULL, "%F", LC_TIME), p);
dcgettext(NULL, DATE_FMT, LC_TIME), lptr);
(void) printf(dcgettext(NULL,
(void) printf(dcgettext(NULL,
(void) printf(dcgettext(NULL, "User tty "
dcgettext(NULL, "%T", LC_TIME), p);
dcgettext(NULL, "%a %H:%M", LC_TIME), p);
dcgettext(NULL, "%F", LC_TIME), p);
dcgettext(NULL, DATE_FMT, LC_TIME), localtime(&tod));
extern char *dcgettext(const char *, const char *, const int) __FORMAT_ARG(2);