Home
last modified time | relevance | path

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

/freebsd-14.2/bin/ls/
H A Dls.h54 extern int f_sectime; /* print the real time for all files */
H A Dls.c139 int f_sectime; /* print full time information */ variable
393 f_sectime = 1; in main()
H A Dprint.c477 else if (f_sectime) in printtime()