Home
last modified time | relevance | path

Searched defs:argv2 (Results 1 – 25 of 342) sorted by relevance

12345678910>>...14

/dports/databases/rrdtool12/rrdtool-1.2.30/bindings/tcl/
H A Dtclrrd.c42 char **argv2; in getopt_init() local
64 static void getopt_free_element(argv2, argn) in getopt_free_element() argument
74 static void getopt_squieeze(argc, argv2) in getopt_squieeze() argument
96 char **argv2; in Rrd_Create() local
253 char **argv2, *template = NULL; in Rrd_Update() local
323 char **argv2; in Rrd_Lastupdate() local
369 char **argv2; in Rrd_Fetch() local
414 char **argv2; in Rrd_Graph() local
511 char **argv2; in Rrd_Tune() local
534 char **argv2; in Rrd_Resize() local
[all …]
/dports/databases/rrdtool/rrdtool-1.7.2/bindings/tcl/
H A Dtclrrd.c48 char **argv2; in getopt_init() local
60 char **argv2) in getopt_cleanup()
73 char *argv2[], in getopt_free_element()
84 char *argv2[]) in getopt_squieeze()
107 char **argv2; in Rrd_Create() local
457 char **argv2; in Rrd_Info() local
491 char **argv2; in Rrd_Lastupdate() local
546 char **argv2; in Rrd_Fetch() local
593 char **argv2; in Rrd_Graph() local
695 char **argv2; in Rrd_Tune() local
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/program_options/test/
H A Dexception_txt_test.cpp161 const char* argv2[] = { "program", "-d", "A_STRING"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_invalid_option_value_exception_msg() local
195 const char* argv2[] = { "program", "-e", "-e", "output.txt"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_missing_value_exception_msg() local
231 …const char* argv2[] = {"program", "-ggc", "file", "-o", "anotherfile"} ; VEC_STR_PUSH_… in test_ambiguous_option_exception_msg() local
260 …const char* argv2[] = {"program", "-c", "file", "-c", "anotherfile"} ; VEC_STR_PUSH_BACK… in test_multiple_occurrences_exception_msg() local
289 const char* argv2[] = {"program", "-ggc", "file"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_unknown_option_exception_msg() local
318 const char* argv2[] = {"program", "-b", "file"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_invalid_bool_value_exception_msg() local
359 …const char* argv2[] = { "program", "-c", "file", "c", "-o", "fritz", "hugo"} ; … in test_multiple_values_not_allowed_exception_msg() local
398 …const char* argv2[] = { "program", "-c" , "-o" , "name" } ; VEC_STR_PUSH_BACK(argv, ar… in test_at_least_one_value_required_exception_msg() local
432 const char* argv2[] = { "program", "-g"} ; VEC_STR_PUSH_BACK(argv, argv2); 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.cpp161 const char* argv2[] = { "program", "-d", "A_STRING"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_invalid_option_value_exception_msg() local
195 const char* argv2[] = { "program", "-e", "-e", "output.txt"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_missing_value_exception_msg() local
231 …const char* argv2[] = {"program", "-ggc", "file", "-o", "anotherfile"} ; VEC_STR_PUSH_… in test_ambiguous_option_exception_msg() local
260 …const char* argv2[] = {"program", "-c", "file", "-c", "anotherfile"} ; VEC_STR_PUSH_BACK… in test_multiple_occurrences_exception_msg() local
289 const char* argv2[] = {"program", "-ggc", "file"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_unknown_option_exception_msg() local
318 const char* argv2[] = {"program", "-b", "file"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_invalid_bool_value_exception_msg() local
359 …const char* argv2[] = { "program", "-c", "file", "c", "-o", "fritz", "hugo"} ; … in test_multiple_values_not_allowed_exception_msg() local
398 …const char* argv2[] = { "program", "-c" , "-o" , "name" } ; VEC_STR_PUSH_BACK(argv, ar… in test_at_least_one_value_required_exception_msg() local
432 const char* argv2[] = { "program", "-g"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_required_option_exception_msg() local
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/program_options/test/
H A Dexception_txt_test.cpp161 const char* argv2[] = { "program", "-d", "A_STRING"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_invalid_option_value_exception_msg() local
195 const char* argv2[] = { "program", "-e", "-e", "output.txt"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_missing_value_exception_msg() local
231 …const char* argv2[] = {"program", "-ggc", "file", "-o", "anotherfile"} ; VEC_STR_PUSH_… in test_ambiguous_option_exception_msg() local
260 …const char* argv2[] = {"program", "-c", "file", "-c", "anotherfile"} ; VEC_STR_PUSH_BACK… in test_multiple_occurrences_exception_msg() local
289 const char* argv2[] = {"program", "-ggc", "file"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_unknown_option_exception_msg() local
318 const char* argv2[] = {"program", "-b", "file"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_invalid_bool_value_exception_msg() local
359 …const char* argv2[] = { "program", "-c", "file", "c", "-o", "fritz", "hugo"} ; … in test_multiple_values_not_allowed_exception_msg() local
398 …const char* argv2[] = { "program", "-c" , "-o" , "name" } ; VEC_STR_PUSH_BACK(argv, ar… in test_at_least_one_value_required_exception_msg() local
432 const char* argv2[] = { "program", "-g"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_required_option_exception_msg() local
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/program_options/test/
H A Dexception_txt_test.cpp161 const char* argv2[] = { "program", "-d", "A_STRING"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_invalid_option_value_exception_msg() local
195 const char* argv2[] = { "program", "-e", "-e", "output.txt"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_missing_value_exception_msg() local
231 …const char* argv2[] = {"program", "-ggc", "file", "-o", "anotherfile"} ; VEC_STR_PUSH_… in test_ambiguous_option_exception_msg() local
260 …const char* argv2[] = {"program", "-c", "file", "-c", "anotherfile"} ; VEC_STR_PUSH_BACK… in test_multiple_occurrences_exception_msg() local
289 const char* argv2[] = {"program", "-ggc", "file"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_unknown_option_exception_msg() local
318 const char* argv2[] = {"program", "-b", "file"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_invalid_bool_value_exception_msg() local
359 …const char* argv2[] = { "program", "-c", "file", "c", "-o", "fritz", "hugo"} ; … in test_multiple_values_not_allowed_exception_msg() local
398 …const char* argv2[] = { "program", "-c" , "-o" , "name" } ; VEC_STR_PUSH_BACK(argv, ar… in test_at_least_one_value_required_exception_msg() local
432 const char* argv2[] = { "program", "-g"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_required_option_exception_msg() local
/dports/databases/percona57-server/boost_1_59_0/libs/program_options/test/
H A Dexception_txt_test.cpp161 const char* argv2[] = { "program", "-d", "A_STRING"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_invalid_option_value_exception_msg() local
195 const char* argv2[] = { "program", "-e", "-e", "output.txt"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_missing_value_exception_msg() local
231 …const char* argv2[] = {"program", "-ggc", "file", "-o", "anotherfile"} ; VEC_STR_PUSH_… in test_ambiguous_option_exception_msg() local
260 …const char* argv2[] = {"program", "-c", "file", "-c", "anotherfile"} ; VEC_STR_PUSH_BACK… in test_multiple_occurrences_exception_msg() local
289 const char* argv2[] = {"program", "-ggc", "file"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_unknown_option_exception_msg() local
318 const char* argv2[] = {"program", "-b", "file"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_invalid_bool_value_exception_msg() local
359 …const char* argv2[] = { "program", "-c", "file", "c", "-o", "fritz", "hugo"} ; … in test_multiple_values_not_allowed_exception_msg() local
398 …const char* argv2[] = { "program", "-c" , "-o" , "name" } ; VEC_STR_PUSH_BACK(argv, ar… in test_at_least_one_value_required_exception_msg() local
432 const char* argv2[] = { "program", "-g"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_required_option_exception_msg() local
/dports/databases/xtrabackup/boost_1_59_0/libs/program_options/test/
H A Dexception_txt_test.cpp161 const char* argv2[] = { "program", "-d", "A_STRING"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_invalid_option_value_exception_msg() local
195 const char* argv2[] = { "program", "-e", "-e", "output.txt"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_missing_value_exception_msg() local
231 …const char* argv2[] = {"program", "-ggc", "file", "-o", "anotherfile"} ; VEC_STR_PUSH_… in test_ambiguous_option_exception_msg() local
260 …const char* argv2[] = {"program", "-c", "file", "-c", "anotherfile"} ; VEC_STR_PUSH_BACK… in test_multiple_occurrences_exception_msg() local
289 const char* argv2[] = {"program", "-ggc", "file"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_unknown_option_exception_msg() local
318 const char* argv2[] = {"program", "-b", "file"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_invalid_bool_value_exception_msg() local
359 …const char* argv2[] = { "program", "-c", "file", "c", "-o", "fritz", "hugo"} ; … in test_multiple_values_not_allowed_exception_msg() local
398 …const char* argv2[] = { "program", "-c" , "-o" , "name" } ; VEC_STR_PUSH_BACK(argv, ar… in test_at_least_one_value_required_exception_msg() local
432 const char* argv2[] = { "program", "-g"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_required_option_exception_msg() local
/dports/databases/percona57-client/boost_1_59_0/libs/program_options/test/
H A Dexception_txt_test.cpp161 const char* argv2[] = { "program", "-d", "A_STRING"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_invalid_option_value_exception_msg() local
195 const char* argv2[] = { "program", "-e", "-e", "output.txt"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_missing_value_exception_msg() local
231 …const char* argv2[] = {"program", "-ggc", "file", "-o", "anotherfile"} ; VEC_STR_PUSH_… in test_ambiguous_option_exception_msg() local
260 …const char* argv2[] = {"program", "-c", "file", "-c", "anotherfile"} ; VEC_STR_PUSH_BACK… in test_multiple_occurrences_exception_msg() local
289 const char* argv2[] = {"program", "-ggc", "file"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_unknown_option_exception_msg() local
318 const char* argv2[] = {"program", "-b", "file"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_invalid_bool_value_exception_msg() local
359 …const char* argv2[] = { "program", "-c", "file", "c", "-o", "fritz", "hugo"} ; … in test_multiple_values_not_allowed_exception_msg() local
398 …const char* argv2[] = { "program", "-c" , "-o" , "name" } ; VEC_STR_PUSH_BACK(argv, ar… in test_at_least_one_value_required_exception_msg() local
432 const char* argv2[] = { "program", "-g"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_required_option_exception_msg() local
/dports/devel/boost-libs/boost_1_72_0/libs/program_options/test/
H A Dexception_txt_test.cpp161 const char* argv2[] = { "program", "-d", "A_STRING"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_invalid_option_value_exception_msg() local
195 const char* argv2[] = { "program", "-e", "-e", "output.txt"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_missing_value_exception_msg() local
231 …const char* argv2[] = {"program", "-ggc", "file", "-o", "anotherfile"} ; VEC_STR_PUSH_… in test_ambiguous_option_exception_msg() local
260 …const char* argv2[] = {"program", "-c", "file", "-c", "anotherfile"} ; VEC_STR_PUSH_BACK… in test_multiple_occurrences_exception_msg() local
289 const char* argv2[] = {"program", "-ggc", "file"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_unknown_option_exception_msg() local
318 const char* argv2[] = {"program", "-b", "file"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_invalid_bool_value_exception_msg() local
359 …const char* argv2[] = { "program", "-c", "file", "c", "-o", "fritz", "hugo"} ; … in test_multiple_values_not_allowed_exception_msg() local
398 …const char* argv2[] = { "program", "-c" , "-o" , "name" } ; VEC_STR_PUSH_BACK(argv, ar… in test_at_least_one_value_required_exception_msg() local
432 const char* argv2[] = { "program", "-g"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_required_option_exception_msg() local
/dports/devel/hyperscan/boost_1_75_0/libs/program_options/test/
H A Dexception_txt_test.cpp161 const char* argv2[] = { "program", "-d", "A_STRING"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_invalid_option_value_exception_msg() local
195 const char* argv2[] = { "program", "-e", "-e", "output.txt"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_missing_value_exception_msg() local
231 …const char* argv2[] = {"program", "-ggc", "file", "-o", "anotherfile"} ; VEC_STR_PUSH_… in test_ambiguous_option_exception_msg() local
260 …const char* argv2[] = {"program", "-c", "file", "-c", "anotherfile"} ; VEC_STR_PUSH_BACK… in test_multiple_occurrences_exception_msg() local
289 const char* argv2[] = {"program", "-ggc", "file"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_unknown_option_exception_msg() local
318 const char* argv2[] = {"program", "-b", "file"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_invalid_bool_value_exception_msg() local
359 …const char* argv2[] = { "program", "-c", "file", "c", "-o", "fritz", "hugo"} ; … in test_multiple_values_not_allowed_exception_msg() local
398 …const char* argv2[] = { "program", "-c" , "-o" , "name" } ; VEC_STR_PUSH_BACK(argv, ar… in test_at_least_one_value_required_exception_msg() local
432 const char* argv2[] = { "program", "-g"} ; VEC_STR_PUSH_BACK(argv, argv2); in test_required_option_exception_msg() local
/dports/lang/mosh/mosh-0.2.7/src/
H A DgetoptUTest.cpp117 ucs4string argv2 = UC("--loadpath=my-library"); in TEST_F() local
137 ucs4string argv2 = UC("-L"); in TEST_F() local
173 ucs4string argv2 = UC("-p"); in TEST_F() local
194 ucs4string argv2 = UC("-p"); in TEST_F() local
215 ucs4string argv2 = UC("-あ"); in TEST_F() local
236 ucs4string argv2 = UC("-5"); in TEST_F() local
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/tests/gtest/
H A DTestLogCommandLineHandler.cpp54 char const* argv2[] = {"", "-MOZ_LOG=modules"}; in TEST() local
90 char const* argv2[] = {"", "-MOZ_LOG=modules", "-MOZ_LOG_FILE=file"}; in TEST() local
133 char const* argv2[] = {"", "modules"}; in TEST() local
169 char const* argv2[] = {"", "-MOZ_LOG", "--MOZ_LOG", "modules"}; in TEST() local
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/tests/gtest/
H A DTestLogCommandLineHandler.cpp54 char const* argv2[] = {"", "-MOZ_LOG=modules"}; in TEST() local
89 char const* argv2[] = {"", "-MOZ_LOG=modules", "-MOZ_LOG_FILE=file"}; in TEST() local
132 char const* argv2[] = {"", "modules"}; in TEST() local
168 char const* argv2[] = {"", "-MOZ_LOG", "--MOZ_LOG", "modules"}; in TEST() local
/dports/www/firefox/firefox-99.0/xpcom/tests/gtest/
H A DTestLogCommandLineHandler.cpp54 char const* argv2[] = {"", "-MOZ_LOG=modules"}; in TEST() local
89 char const* argv2[] = {"", "-MOZ_LOG=modules", "-MOZ_LOG_FILE=file"}; in TEST() local
132 char const* argv2[] = {"", "modules"}; in TEST() local
168 char const* argv2[] = {"", "-MOZ_LOG", "--MOZ_LOG", "modules"}; in TEST() local
/dports/www/firefox-esr/firefox-91.8.0/xpcom/tests/gtest/
H A DTestLogCommandLineHandler.cpp54 char const* argv2[] = {"", "-MOZ_LOG=modules"}; in TEST() local
89 char const* argv2[] = {"", "-MOZ_LOG=modules", "-MOZ_LOG_FILE=file"}; in TEST() local
132 char const* argv2[] = {"", "modules"}; in TEST() local
168 char const* argv2[] = {"", "-MOZ_LOG", "--MOZ_LOG", "modules"}; in TEST() local
/dports/biology/scrm/scrm-1.7.4/tests/unittests/
H A Dtest_param.cc345 char *argv2[] = { in testParseGrowthOptions() local
380 …char *argv2[] = { "scrm", "20", "10", "-r", "3.74", "100", "-sr", "10", "5.1", "-sr", "4.5", "3.2"… in testParseVariableRates() local
426 char *argv2[] = { "scrm", "20", "10", "-s", "5"}; in testParseUnsupportedMsArguments() local
439 char *argv2[] = { "scrm", "4", "7", "-SC", "rel"}; in testParseSequenceScaling() local
/dports/www/trafficserver/trafficserver-9.1.1/src/tscore/unit_tests/
H A Dtest_ArgParser.cc76 const char *argv2[] = {"traffic_blabla", "init", "i", "subinit", "a", "b", variable
142 const char *argv2[] = {"traffic_blabla", "func2", NULL}; variable
/dports/graphics/aseprite/aseprite-1.2.9/laf/base/
H A Dprogram_options_tests.cpp66 const char* argv2[] = { "program.exe", "--help" }; in TEST() local
129 const char* argv2[] = { "program.exe", "-i" }; in TEST() local
166 const char* argv2[] = { "program.exe", "-vi", "input.txt" }; in TEST() local
/dports/net/vde2/vde2-2.3.2/src/
H A Ddpipe.c81 char **argv1,**argv2; in recmain() local
151 char **argv1,**argv2; in main() local
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/t/sass-spec/test/
H A Dcli-args.test.ts32 const argv2 = await parseTestArgs("--dart ../dart-sass --probe-todo") constant
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/fs/
H A DTestFsShellReturnCode.java97 String argv2[] = { "-chmod", "777", f2 }; in testChmod() local
159 String argv2[] = { "-chown", "admin", f2 }; in testChown() local
220 String argv2[] = { "-chgrp", "admin", f2 }; in testChgrp() local
/dports/sysutils/testdisk/testdisk-7.1/src/
H A Dsudo.c45 char **argv2; in run_sudo() local
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/test/
H A DgamsTest.cpp109 const char *argv2[] = { "gamstest_sos1a", "-solve", "-quit" }; in sos1a() local
299 const char *argv2[] = { "gamstest_sos2a", "-solve", "-quit" }; in sos2a() local
482 const char *argv2[] = { "gamstest_semicon1", "-solve", "-quit" }; in semicon1() local
716 const char *argv2[] = { "gamstest_semiint1", "-solve", "-quit" }; in semiint1() local
/dports/lang/execline/execline-2.8.0.1/src/libexecline/
H A Del_execsequence.c13 void el_execsequence (char const *const *argv1, char const *const *argv2, char const *const *envp) in el_execsequence()

12345678910>>...14