Home
last modified time | relevance | path

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

/freebsd/libexec/tftpd/
H A Dtftpd.c91 static const char *newfile_format = "%Y%m%d"; variable
151 newfile_format = optarg; in main()
639 len = strftime(yyyymmdd, sizeof(yyyymmdd), newfile_format, &lt); in find_next_name()