Home
last modified time | relevance | path

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

/freebsd/contrib/bsddialog/utility/
H A Dutil_builders.c180 char stringdate[1024]; in date() local
210 strftime(stringdate, 1024, opt->date_fmt, localtm); in date()
211 dprintf(opt->output_fd, "%s", stringdate); in date()