Home
last modified time | relevance | path

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

/freebsd/bin/ls/
H A Dls.h59 extern char *f_timeformat; /* user-specified time format */
H A Dprint.c469 if (f_timeformat) /* user specified format */ in printtime()
470 format = f_timeformat; in printtime()
H A Dls.c137 char *f_timeformat; /* user-specified time format */ variable
342 f_timeformat = optarg; in main()