Home
last modified time | relevance | path

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

/freebsd/bin/ls/
H A Dls.c134 int f_statustime; /* use time of last mode change */ variable
293 f_statustime = 1; in main()
299 f_statustime = 0; in main()
305 f_statustime = 0; in main()
582 else if (f_statustime) in main()
597 else if (f_statustime) in main()
H A Dls.h57 extern int f_statustime; /* use time of last mode change */
H A Dprint.c246 else if (f_statustime) in printlong()