Home
last modified time | relevance | path

Searched refs:time_custom (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ls/
H A Dls.c337 static int time_custom; /* != 0 if a custom format */ variable
680 time_custom = 1; in main()
2662 (time_custom == 0) ? dcgettext(NULL, fstr, LC_TIME) : fstr, in format_time()
2686 if (!Eflg && !time_custom) { in format_attrtime()