Home
last modified time | relevance | path

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

/coreutils/src/
Dpr.c712 static char const *date_format; variable
951 date_format = optarg; in main()
1060 if (! date_format) in main()
1061 date_format = (getenv ("POSIXLY_CORRECT") && !hard_locale (LC_TIME) in main()
1670 = nstrftime (nullptr, SIZE_MAX, date_format, &tm, localtz, ns) + 1; in init_header()
1672 nstrftime (buf, bufsize, date_format, &tm, localtz, ns); in init_header()