Home
last modified time | relevance | path

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

/freebsd/bin/ls/
H A Dls.h52 extern int f_sectime; /* print the real time for all files */
H A Dls.c127 int f_sectime; /* print full time information */ variable
381 f_sectime = 1; in main()
H A Dprint.c471 else if (f_sectime) in printtime()