Home
last modified time | relevance | path

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

/coreutils/src/
Ddu.c180 static char const *time_style = nullptr; variable
259 enum time_style enum
270 static enum time_style const time_style_types[] =
914 time_style = optarg; in main()
964 if (! time_style) in main()
966 time_style = getenv ("TIME_STYLE"); in main()
969 if (! time_style || STREQ (time_style, "locale")) in main()
970 time_style = "long-iso"; in main()
971 else if (*time_style == '+') in main()
975 char *p = strchr (time_style, '\n'); in main()
[all …]
Dls.c437 enum time_style enum
449 static enum time_style const time_style_types[] =