Searched refs:TIME_OPTION (Results 1 – 3 of 3) sorted by relevance
/coreutils/src/ |
D | touch.c | 79 TIME_OPTION = CHAR_MAX + 1 enumerator 84 {"time", required_argument, nullptr, TIME_OPTION}, 319 case TIME_OPTION: /* --time */ in main()
|
D | du.c | 210 TIME_OPTION, enumerator 239 {"time", optional_argument, nullptr, TIME_OPTION}, 904 case TIME_OPTION: in main()
|
D | ls.c | 842 TIME_OPTION, enumerator 885 {"time", required_argument, nullptr, TIME_OPTION}, 2153 case TIME_OPTION: in decode_switches()
|