Searched refs:time_style (Results 1 – 2 of 2) sorted by relevance
180 static char const *time_style = nullptr; variable259 enum time_style enum270 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 …]
437 enum time_style enum449 static enum time_style const time_style_types[] =