Searched defs:time_fmt_old (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ls/
H A Dls.c339 /* if time_fmt_new is left NULL, time_fmt_old is used for all times */
340 static const char *time_fmt_old = FORMAT_OLD; /* non-recent files */ variable
598 time_fmt_old = FORMAT_ISO_FULL;
610 time_fmt_old = FORMAT_ISO_FULL;
618 time_fmt_old = FORMAT_ISO_LONG;
626 time_fmt_old = FORMAT_ISO_OLD;
632 time_fmt_old = FORMAT_OLD;
684 time_fmt_old = (const char *)told;
729 time_fmt_old = FORMAT_LONG;
737 time_fmt_old
[all...]

Completed in 123 milliseconds