Home
last modified time | relevance | path

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

/freebsd-13.1/bin/ls/
H A Dls.h61 extern char *f_timeformat; /* user-specified time format */
H A Dls.c149 char *f_timeformat; /* user-specified time format */ variable
346 f_timeformat = optarg; in main()
H A Dprint.c473 if (f_timeformat) /* user specified format */ in printtime()
474 format = f_timeformat; in printtime()