Searched refs:OPT_VERSION (Results 1 - 9 of 9) sorted by relevance
/third_party/jerryscript/jerry-main/ |
H A D | main-unix.c | 318 OPT_VERSION, enumerator 343 CLI_OPT_DEF (.id = OPT_VERSION, .opt = "v", .longopt = "version", 515 case OPT_VERSION: in main()
|
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g_common.c | 133 { "--version", OPT_VERSION, FLGOPT_BOGUS }, 134 { "-V", OPT_VERSION, FLGOPT_BOGUS }, 529 case OPT_VERSION : /* Could lead to unclean condition */ in parse_mount_options()
|
H A D | ntfs-3g_common.h | 98 OPT_VERSION, enumerator
|
/third_party/icu/icu4c/source/tools/makeconv/ |
H A D | makeconv.cpp | 176 OPT_VERSION, enumerator 216 if(options[OPT_VERSION].doesOccur) { in main()
|
/third_party/skia/third_party/externals/icu/source/tools/makeconv/ |
H A D | makeconv.cpp | 176 OPT_VERSION, enumerator 247 if(options[OPT_VERSION].doesOccur) { in main()
|
/third_party/ninja/src/ |
H A D | ninja.cc | 1449 enum { OPT_VERSION = 1, OPT_QUIET = 2 };
in ReadFlags() enumerator 1452 { "version", no_argument, NULL, OPT_VERSION },
in ReadFlags() 1523 case OPT_VERSION:
in ReadFlags()
|
/third_party/node/deps/icu-small/source/tools/icuexportdata/ |
H A D | icuexportdata.cpp | 1108 OPT_VERSION, enumerator 1486 if(options[OPT_VERSION].doesOccur) {
|
/third_party/icu/icu4c/source/tools/icuexportdata/ |
H A D | icuexportdata.cpp | 954 OPT_VERSION, enumerator 1322 if(options[OPT_VERSION].doesOccur) {
|
/third_party/alsa-utils/aplay/ |
H A D | aplay.c | 424 OPT_VERSION = 1, enumerator 488 {"version", 0, 0, OPT_VERSION}, 582 case OPT_VERSION:
|
Completed in 15 milliseconds