Home
last modified time | relevance | path

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

/busybox-1.35.0/miscutils/
Dtime.c55 static const char default_format[] ALIGN1 = "real\t%E\nuser\t%u\nsys\t%T"; variable
432 const char *output_format = getenv("TIME") ? : default_format; in time_main()