Home
last modified time | relevance | path

Searched refs:argv3 (Results 1 – 25 of 66) sorted by relevance

123

/dports/lang/mosh/mosh-0.2.7/src/
H A DgetoptUTest.cpp138 ucs4string argv3 = UC("my-library"); in TEST_F() local
139 ucs4char* argv[] = { argv1.strdup(), argv2.strdup(), argv3.strdup() }; in TEST_F()
144 EXPECT_TRUE(path == argv3); in TEST_F()
174 ucs4string argv3 = UC("test.scm"); in TEST_F() local
182 EXPECT_TRUE(script == argv3); in TEST_F()
195 ucs4string argv3 = UC("あいう.scm"); in TEST_F() local
203 EXPECT_TRUE(script == argv3); in TEST_F()
216 ucs4string argv3 = UC("あいう.scm"); in TEST_F() local
224 EXPECT_TRUE(script == argv3); in TEST_F()
237 ucs4string argv3 = UC("あいう.scm"); in TEST_F() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/tests/gtest/
H A DTestLogCommandLineHandler.cpp60 char const* argv3[] = {"", "--MOZ_LOG", "modules"}; in TEST() local
62 mozilla::LoggingHandleCommandLineArgs(array_size(argv3), argv3, callback); in TEST()
97 char const* argv3[] = {"", "--MOZ_LOG", "modules", "--MOZ_LOG_FILE", "file"}; in TEST() local
99 mozilla::LoggingHandleCommandLineArgs(array_size(argv3), argv3, callback); in TEST()
138 char const* argv3[] = {"", "-MOZ_LOG,modules", "-MOZ_LOG"}; in TEST() local
140 mozilla::LoggingHandleCommandLineArgs(array_size(argv3), argv3, callback); in TEST()
175 char const* argv3[] = {"", "-MOZ_LOG_FILE", "-MOZ_LOG", "modules"}; in TEST() local
177 mozilla::LoggingHandleCommandLineArgs(array_size(argv3), argv3, callback); in TEST()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/tests/gtest/
H A DTestLogCommandLineHandler.cpp60 char const* argv3[] = {"", "--MOZ_LOG", "modules"}; in TEST() local
62 mozilla::LoggingHandleCommandLineArgs(array_size(argv3), argv3, callback); in TEST()
96 char const* argv3[] = {"", "--MOZ_LOG", "modules", "--MOZ_LOG_FILE", "file"}; in TEST() local
98 mozilla::LoggingHandleCommandLineArgs(array_size(argv3), argv3, callback); in TEST()
137 char const* argv3[] = {"", "-MOZ_LOG,modules", "-MOZ_LOG"}; in TEST() local
139 mozilla::LoggingHandleCommandLineArgs(array_size(argv3), argv3, callback); in TEST()
174 char const* argv3[] = {"", "-MOZ_LOG_FILE", "-MOZ_LOG", "modules"}; in TEST() local
176 mozilla::LoggingHandleCommandLineArgs(array_size(argv3), argv3, callback); in TEST()
/dports/www/firefox/firefox-99.0/xpcom/tests/gtest/
H A DTestLogCommandLineHandler.cpp60 char const* argv3[] = {"", "--MOZ_LOG", "modules"}; in TEST() local
62 mozilla::LoggingHandleCommandLineArgs(array_size(argv3), argv3, callback); in TEST()
96 char const* argv3[] = {"", "--MOZ_LOG", "modules", "--MOZ_LOG_FILE", "file"}; in TEST() local
98 mozilla::LoggingHandleCommandLineArgs(array_size(argv3), argv3, callback); in TEST()
137 char const* argv3[] = {"", "-MOZ_LOG,modules", "-MOZ_LOG"}; in TEST() local
139 mozilla::LoggingHandleCommandLineArgs(array_size(argv3), argv3, callback); in TEST()
174 char const* argv3[] = {"", "-MOZ_LOG_FILE", "-MOZ_LOG", "modules"}; in TEST() local
176 mozilla::LoggingHandleCommandLineArgs(array_size(argv3), argv3, callback); in TEST()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/tests/gtest/
H A DTestLogCommandLineHandler.cpp60 char const* argv3[] = {"", "--MOZ_LOG", "modules"}; in TEST() local
62 mozilla::LoggingHandleCommandLineArgs(array_size(argv3), argv3, callback); in TEST()
96 char const* argv3[] = {"", "--MOZ_LOG", "modules", "--MOZ_LOG_FILE", "file"}; in TEST() local
98 mozilla::LoggingHandleCommandLineArgs(array_size(argv3), argv3, callback); in TEST()
137 char const* argv3[] = {"", "-MOZ_LOG,modules", "-MOZ_LOG"}; in TEST() local
139 mozilla::LoggingHandleCommandLineArgs(array_size(argv3), argv3, callback); in TEST()
174 char const* argv3[] = {"", "-MOZ_LOG_FILE", "-MOZ_LOG", "modules"}; in TEST() local
176 mozilla::LoggingHandleCommandLineArgs(array_size(argv3), argv3, callback); in TEST()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/program_options/test/
H A Dexception_txt_test.cpp162 const char* argv3[] = { "program", "/d", "A_STRING"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_invalid_option_value_exception_msg() local
196 const char* argv3[] = { "program", "/e", "/e", "output.txt"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_missing_value_exception_msg() local
232 …const char* argv3[] = {"program", "/c", "file", "/o", "anotherfile"} ; VEC_STR_PUSH_… in test_ambiguous_option_exception_msg() local
261 …const char* argv3[] = {"program", "/c", "file", "/c", "anotherfile"} ; VEC_STR_PUSH_BACK… in test_multiple_occurrences_exception_msg() local
290 const char* argv3[] = {"program", "/c", "file"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_unknown_option_exception_msg() local
319 const char* argv3[] = {"program", "/b", "file"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_invalid_bool_value_exception_msg() local
360 …const char* argv3[] = { "program", "/c", "file", "c", "/o", "fritz", "hugo"} ; … in test_multiple_values_not_allowed_exception_msg() local
399 …const char* argv3[] = { "program", "/c" } ; VEC_STR_PUSH_BACK(argv, ar… in test_at_least_one_value_required_exception_msg() local
433 const char* argv3[] = { "program", "/g"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_required_option_exception_msg() local
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/program_options/test/
H A Dexception_txt_test.cpp162 const char* argv3[] = { "program", "/d", "A_STRING"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_invalid_option_value_exception_msg() local
196 const char* argv3[] = { "program", "/e", "/e", "output.txt"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_missing_value_exception_msg() local
232 …const char* argv3[] = {"program", "/c", "file", "/o", "anotherfile"} ; VEC_STR_PUSH_… in test_ambiguous_option_exception_msg() local
261 …const char* argv3[] = {"program", "/c", "file", "/c", "anotherfile"} ; VEC_STR_PUSH_BACK… in test_multiple_occurrences_exception_msg() local
290 const char* argv3[] = {"program", "/c", "file"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_unknown_option_exception_msg() local
319 const char* argv3[] = {"program", "/b", "file"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_invalid_bool_value_exception_msg() local
360 …const char* argv3[] = { "program", "/c", "file", "c", "/o", "fritz", "hugo"} ; … in test_multiple_values_not_allowed_exception_msg() local
399 …const char* argv3[] = { "program", "/c" } ; VEC_STR_PUSH_BACK(argv, ar… in test_at_least_one_value_required_exception_msg() local
433 const char* argv3[] = { "program", "/g"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_required_option_exception_msg() local
/dports/databases/percona57-server/boost_1_59_0/libs/program_options/test/
H A Dexception_txt_test.cpp162 const char* argv3[] = { "program", "/d", "A_STRING"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_invalid_option_value_exception_msg() local
196 const char* argv3[] = { "program", "/e", "/e", "output.txt"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_missing_value_exception_msg() local
232 …const char* argv3[] = {"program", "/c", "file", "/o", "anotherfile"} ; VEC_STR_PUSH_… in test_ambiguous_option_exception_msg() local
261 …const char* argv3[] = {"program", "/c", "file", "/c", "anotherfile"} ; VEC_STR_PUSH_BACK… in test_multiple_occurrences_exception_msg() local
290 const char* argv3[] = {"program", "/c", "file"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_unknown_option_exception_msg() local
319 const char* argv3[] = {"program", "/b", "file"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_invalid_bool_value_exception_msg() local
360 …const char* argv3[] = { "program", "/c", "file", "c", "/o", "fritz", "hugo"} ; … in test_multiple_values_not_allowed_exception_msg() local
399 …const char* argv3[] = { "program", "/c" } ; VEC_STR_PUSH_BACK(argv, ar… in test_at_least_one_value_required_exception_msg() local
433 const char* argv3[] = { "program", "/g"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_required_option_exception_msg() local
/dports/databases/xtrabackup/boost_1_59_0/libs/program_options/test/
H A Dexception_txt_test.cpp162 const char* argv3[] = { "program", "/d", "A_STRING"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_invalid_option_value_exception_msg() local
196 const char* argv3[] = { "program", "/e", "/e", "output.txt"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_missing_value_exception_msg() local
232 …const char* argv3[] = {"program", "/c", "file", "/o", "anotherfile"} ; VEC_STR_PUSH_… in test_ambiguous_option_exception_msg() local
261 …const char* argv3[] = {"program", "/c", "file", "/c", "anotherfile"} ; VEC_STR_PUSH_BACK… in test_multiple_occurrences_exception_msg() local
290 const char* argv3[] = {"program", "/c", "file"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_unknown_option_exception_msg() local
319 const char* argv3[] = {"program", "/b", "file"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_invalid_bool_value_exception_msg() local
360 …const char* argv3[] = { "program", "/c", "file", "c", "/o", "fritz", "hugo"} ; … in test_multiple_values_not_allowed_exception_msg() local
399 …const char* argv3[] = { "program", "/c" } ; VEC_STR_PUSH_BACK(argv, ar… in test_at_least_one_value_required_exception_msg() local
433 const char* argv3[] = { "program", "/g"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_required_option_exception_msg() local
/dports/databases/percona57-client/boost_1_59_0/libs/program_options/test/
H A Dexception_txt_test.cpp162 const char* argv3[] = { "program", "/d", "A_STRING"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_invalid_option_value_exception_msg() local
196 const char* argv3[] = { "program", "/e", "/e", "output.txt"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_missing_value_exception_msg() local
232 …const char* argv3[] = {"program", "/c", "file", "/o", "anotherfile"} ; VEC_STR_PUSH_… in test_ambiguous_option_exception_msg() local
261 …const char* argv3[] = {"program", "/c", "file", "/c", "anotherfile"} ; VEC_STR_PUSH_BACK… in test_multiple_occurrences_exception_msg() local
290 const char* argv3[] = {"program", "/c", "file"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_unknown_option_exception_msg() local
319 const char* argv3[] = {"program", "/b", "file"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_invalid_bool_value_exception_msg() local
360 …const char* argv3[] = { "program", "/c", "file", "c", "/o", "fritz", "hugo"} ; … in test_multiple_values_not_allowed_exception_msg() local
399 …const char* argv3[] = { "program", "/c" } ; VEC_STR_PUSH_BACK(argv, ar… in test_at_least_one_value_required_exception_msg() local
433 const char* argv3[] = { "program", "/g"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_required_option_exception_msg() local
/dports/devel/boost-docs/boost_1_72_0/libs/program_options/test/
H A Dexception_txt_test.cpp162 const char* argv3[] = { "program", "/d", "A_STRING"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_invalid_option_value_exception_msg() local
196 const char* argv3[] = { "program", "/e", "/e", "output.txt"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_missing_value_exception_msg() local
232 …const char* argv3[] = {"program", "/c", "file", "/o", "anotherfile"} ; VEC_STR_PUSH_… in test_ambiguous_option_exception_msg() local
261 …const char* argv3[] = {"program", "/c", "file", "/c", "anotherfile"} ; VEC_STR_PUSH_BACK… in test_multiple_occurrences_exception_msg() local
290 const char* argv3[] = {"program", "/c", "file"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_unknown_option_exception_msg() local
319 const char* argv3[] = {"program", "/b", "file"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_invalid_bool_value_exception_msg() local
360 …const char* argv3[] = { "program", "/c", "file", "c", "/o", "fritz", "hugo"} ; … in test_multiple_values_not_allowed_exception_msg() local
399 …const char* argv3[] = { "program", "/c" } ; VEC_STR_PUSH_BACK(argv, ar… in test_at_least_one_value_required_exception_msg() local
433 const char* argv3[] = { "program", "/g"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_required_option_exception_msg() local
/dports/devel/boost-python-libs/boost_1_72_0/libs/program_options/test/
H A Dexception_txt_test.cpp162 const char* argv3[] = { "program", "/d", "A_STRING"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_invalid_option_value_exception_msg() local
196 const char* argv3[] = { "program", "/e", "/e", "output.txt"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_missing_value_exception_msg() local
232 …const char* argv3[] = {"program", "/c", "file", "/o", "anotherfile"} ; VEC_STR_PUSH_… in test_ambiguous_option_exception_msg() local
261 …const char* argv3[] = {"program", "/c", "file", "/c", "anotherfile"} ; VEC_STR_PUSH_BACK… in test_multiple_occurrences_exception_msg() local
290 const char* argv3[] = {"program", "/c", "file"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_unknown_option_exception_msg() local
319 const char* argv3[] = {"program", "/b", "file"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_invalid_bool_value_exception_msg() local
360 …const char* argv3[] = { "program", "/c", "file", "c", "/o", "fritz", "hugo"} ; … in test_multiple_values_not_allowed_exception_msg() local
399 …const char* argv3[] = { "program", "/c" } ; VEC_STR_PUSH_BACK(argv, ar… in test_at_least_one_value_required_exception_msg() local
433 const char* argv3[] = { "program", "/g"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_required_option_exception_msg() local
/dports/devel/boost-libs/boost_1_72_0/libs/program_options/test/
H A Dexception_txt_test.cpp162 const char* argv3[] = { "program", "/d", "A_STRING"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_invalid_option_value_exception_msg() local
196 const char* argv3[] = { "program", "/e", "/e", "output.txt"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_missing_value_exception_msg() local
232 …const char* argv3[] = {"program", "/c", "file", "/o", "anotherfile"} ; VEC_STR_PUSH_… in test_ambiguous_option_exception_msg() local
261 …const char* argv3[] = {"program", "/c", "file", "/c", "anotherfile"} ; VEC_STR_PUSH_BACK… in test_multiple_occurrences_exception_msg() local
290 const char* argv3[] = {"program", "/c", "file"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_unknown_option_exception_msg() local
319 const char* argv3[] = {"program", "/b", "file"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_invalid_bool_value_exception_msg() local
360 …const char* argv3[] = { "program", "/c", "file", "c", "/o", "fritz", "hugo"} ; … in test_multiple_values_not_allowed_exception_msg() local
399 …const char* argv3[] = { "program", "/c" } ; VEC_STR_PUSH_BACK(argv, ar… in test_at_least_one_value_required_exception_msg() local
433 const char* argv3[] = { "program", "/g"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_required_option_exception_msg() local
/dports/devel/hyperscan/boost_1_75_0/libs/program_options/test/
H A Dexception_txt_test.cpp162 const char* argv3[] = { "program", "/d", "A_STRING"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_invalid_option_value_exception_msg() local
196 const char* argv3[] = { "program", "/e", "/e", "output.txt"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_missing_value_exception_msg() local
232 …const char* argv3[] = {"program", "/c", "file", "/o", "anotherfile"} ; VEC_STR_PUSH_… in test_ambiguous_option_exception_msg() local
261 …const char* argv3[] = {"program", "/c", "file", "/c", "anotherfile"} ; VEC_STR_PUSH_BACK… in test_multiple_occurrences_exception_msg() local
290 const char* argv3[] = {"program", "/c", "file"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_unknown_option_exception_msg() local
319 const char* argv3[] = {"program", "/b", "file"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_invalid_bool_value_exception_msg() local
360 …const char* argv3[] = { "program", "/c", "file", "c", "/o", "fritz", "hugo"} ; … in test_multiple_values_not_allowed_exception_msg() local
399 …const char* argv3[] = { "program", "/c" } ; VEC_STR_PUSH_BACK(argv, ar… in test_at_least_one_value_required_exception_msg() local
433 const char* argv3[] = { "program", "/g"} ; VEC_STR_PUSH_BACK(argv, argv3); in test_required_option_exception_msg() local
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/
H A DtclPkg.c534 char *argv2, *argv3, *argv4; local
576 argv3 = Tcl_GetString(objv[3]);
577 if (CheckVersion(interp, argv3) != TCL_OK) {
609 strcpy(availPtr->version, argv3);
660 argv3 = Tcl_GetString(objv[3]);
687 argv3 = Tcl_GetString(objv[3]);
688 if (CheckVersion(interp, argv3) != TCL_OK) {
691 return Tcl_PkgProvide(interp, argv2, argv3);
715 argv3 = Tcl_GetString(objv[3]);
755 argv3 = Tcl_GetString(objv[3]);
[all …]
/dports/sysutils/p5-Quota/Quota-1.8.2/contrib/quotadm/
H A Dquotadm195 $argv3 = $ARGV[2];
198 chomp ($argv3);
202 …,"UserName","Usage(MB)","Quota(MB)","Usage(%)","ThreshHold(%)","Diff(+/-)") if $argv3 ne "--email";
203 &doquota($argv2,$argv3);
205 &usage if defined($argv3);
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/fs/
H A DTestFsShellReturnCode.java101 String argv3[] = { "-chmod", "777", f3 }; in testChmod() local
102 verify(fs, "-chmod", argv3, 1, fsShell, 1); in testChmod()
163 String argv3[] = { "-chown", "admin", f3 }; in testChown() local
164 verify(fs, "-chown", argv3, 1, fsShell, 1); in testChown()
224 String argv3[] = { "-chgrp", "admin", f3 }; in testChgrp() local
225 verify(fs, "-chgrp", argv3, 1, fsShell, 1); in testChgrp()
/dports/graphics/aseprite/aseprite-1.2.9/laf/base/
H A Dprogram_options_tests.cpp71 const char* argv3[] = { "program.exe", "--input", "hello.cpp", "--output", "hello.exe" }; in TEST() local
73 po.parse(5, argv3); in TEST()
132 const char* argv3[] = { "program.exe", "--test" }; in TEST() local
133 EXPECT_THROW(po.parse(2, argv3), InvalidProgramOption); in TEST()
172 const char* argv3[] = { "program.exe", "-?v", "-input", "input.txt", "-output", "output.txt" }; in TEST() local
174 po.parse(6, argv3); in TEST()
/dports/net/samba412/samba-4.12.15/ctdb/tests/src/
H A Dcmdline_test.c279 const char *argv3[] = { "test5", "action", "--help" }; in test5() local
300 ret = cmdline_parse(cmdline, 3, argv3, true); in test5()
315 const char *argv3[] = { "action", "two", "arg1", "arg2" }; in test6() local
343 ret = cmdline_parse(cmdline, 4, argv3, false); in test6()
389 const char *argv3[] = { "cmd6", "six" }; in test7() local
427 ret = cmdline_parse(cmdline, 2, argv3, false); in test7()
/dports/games/0ad/0ad-0.0.23b-alpha/source/ps/GameSetup/tests/
H A Dtest_CmdLineArgs.h89 const char* argv3[] = { "ab/cd/ef/gh/../ij" }; in test_arg0() local
90 CmdLineArgs c3(ARRAY_SIZE(argv3), argv3); in test_arg0()
/dports/math/fastops/fastops-1.0.0/contrib/libs/tclap/examples/
H A Dtest10.cpp14 const char * const * argv3 = argv7; in main() local
20 cmd.parse(0, argv3); in main()
/dports/devel/tclap/tclap-1.4.0-rc1/examples/
H A Dtest10.cpp15 const char *const *argv3 = argv7; in main() local
21 cmd.parse(0, argv3); in main()
/dports/lang/tcl85/tcl8.5.19/generic/
H A DtclPkg.c768 char *argv2, *argv3, *argv4, *iva = NULL, *ivb = NULL; in Tcl_PackageObjCmd() local
813 argv3 = TclGetString(objv[3]); in Tcl_PackageObjCmd()
828 argv3 = Tcl_GetStringFromObj(objv[3], &length); in Tcl_PackageObjCmd()
858 DupBlock(availPtr->version, argv3, (unsigned) length + 1); in Tcl_PackageObjCmd()
947 argv3 = TclGetString(objv[3]); in Tcl_PackageObjCmd()
948 if (CheckVersionAndConvert(interp, argv3, NULL, NULL) != TCL_OK) { in Tcl_PackageObjCmd()
951 return Tcl_PkgProvideEx(interp, argv2, argv3, NULL); in Tcl_PackageObjCmd()
985 argv3 = TclGetString(objv[3]); in Tcl_PackageObjCmd()
988 res = Tcl_PkgRequireProc(interp, argv3, 1, &ov, NULL); in Tcl_PackageObjCmd()
1064 argv3 = TclGetString(objv[3]); in Tcl_PackageObjCmd()
[all …]
/dports/deskutils/timewarrior/timewarrior-1.4.3/src/libshared/test/
H A Dargs.t.cpp78 const char* argv3[] = {"binary", "--nopositive", "--nonegative"}; in main() local
79 a3.scan (3, argv3); in main()
/dports/deskutils/taskwarrior/taskwarrior-2.6.1/src/libshared/test/
H A Dargs.t.cpp78 const char* argv3[] = {"binary", "--nopositive", "--nonegative"}; in main() local
79 a3.scan (3, argv3); in main()

123