Home
last modified time | relevance | path

Searched refs:arg_count (Results 1 – 25 of 2362) sorted by relevance

12345678910>>...95

/dports/net-mgmt/portmon/portmon-2.0/src/
H A Dexec_proc.c32 int ret, arg_count = 0; in exec_proc() local
41 bzero(run_cmd_args[arg_count], STRMED); in exec_proc()
45 strcpy(run_cmd_args[arg_count], hostname); in exec_proc()
51 strcpy(run_cmd_args[arg_count], err_msg); in exec_proc()
53 arg_count++; in exec_proc()
57 bzero(run_cmd_args[arg_count], STRMED); in exec_proc()
58 strcpy(run_cmd_args[arg_count], run_string); in exec_proc()
60 if(!strcmp(run_cmd_args[arg_count], "%h")) { in exec_proc()
61 strcpy(run_cmd_args[arg_count], hostname); in exec_proc()
67 strcpy(run_cmd_args[arg_count], err_msg); in exec_proc()
[all …]
/dports/math/cgal/CGAL-5.3/demo/Mesh_2/
H A Dmesh.cpp44 int arg_count = 1; in main() local
55 while(argv[arg_count][0] == '-' && std::string(argv[arg_count]) != "--") in main()
57 if(std::string(argv[arg_count]) == "-Q") in main()
62 if( (argc > arg_count+1) && in main()
66 ++arg_count; in main()
82 ++arg_count; in main()
84 if(std::string(argv[arg_count]) == "--") in main()
85 ++arg_count; in main()
87 if(argc < arg_count+1 || argc > arg_count+2) in main()
93 std::ifstream input(argv[arg_count]); in main()
[all …]
H A Dconform.cpp50 int arg_count = 1; in main() local
61 while(argv[arg_count][0] == '-' && std::string(argv[arg_count]) != "--") in main()
63 if(std::string(argv[arg_count]) == "-Q") in main()
65 else if(std::string(argv[arg_count]) == "-D") in main()
67 else if(std::string(argv[arg_count]) == "-v") in main()
75 ++arg_count; in main()
77 if(std::string(argv[arg_count]) == "--") in main()
78 ++arg_count; in main()
80 if(argc < arg_count+1 || argc > arg_count+2) in main()
85 std::ifstream input(argv[arg_count]); in main()
[all …]
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/mednafen/psx/
H A Dcdc.h223 int32 Command_Nop(const int arg_count, const uint8 *args);
225 int32 Command_Play(const int arg_count, const uint8 *args);
228 int32 Command_ReadN(const int arg_count, const uint8 *args);
231 int32 Command_Stop(const int arg_count, const uint8 *args);
233 int32 Command_Pause(const int arg_count, const uint8 *args);
235 int32 Command_Reset(const int arg_count, const uint8 *args);
236 int32 Command_Mute(const int arg_count, const uint8 *args);
253 int32 Command_Test(const int arg_count, const uint8 *args);
255 int32 Command_ID(const int arg_count, const uint8 *args);
259 int32 Command_Init(const int arg_count, const uint8 *args);
[all …]
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/mednafen/psx/
H A Dcdc.h223 int32 Command_Nop(const int arg_count, const uint8 *args);
225 int32 Command_Play(const int arg_count, const uint8 *args);
228 int32 Command_ReadN(const int arg_count, const uint8 *args);
231 int32 Command_Stop(const int arg_count, const uint8 *args);
233 int32 Command_Pause(const int arg_count, const uint8 *args);
235 int32 Command_Reset(const int arg_count, const uint8 *args);
236 int32 Command_Mute(const int arg_count, const uint8 *args);
253 int32 Command_Test(const int arg_count, const uint8 *args);
255 int32 Command_ID(const int arg_count, const uint8 *args);
259 int32 Command_Init(const int arg_count, const uint8 *args);
[all …]
/dports/emulators/mednafen/mednafen/src/psx/
H A Dcdc.h255 int32 Command_Nop(const int arg_count, const uint8 *args);
257 int32 Command_Play(const int arg_count, const uint8 *args);
260 int32 Command_ReadN(const int arg_count, const uint8 *args);
263 int32 Command_Stop(const int arg_count, const uint8 *args);
265 int32 Command_Pause(const int arg_count, const uint8 *args);
267 int32 Command_Reset(const int arg_count, const uint8 *args);
268 int32 Command_Mute(const int arg_count, const uint8 *args);
285 int32 Command_Test(const int arg_count, const uint8 *args);
287 int32 Command_ID(const int arg_count, const uint8 *args);
291 int32 Command_Init(const int arg_count, const uint8 *args);
[all …]
/dports/lang/v8/v8-9.6.180.12/src/interpreter/
H A Dinterpreter-intrinsics-generator.cc137 int arg_count) { in CopyDataProperties() argument
144 int arg_count) { in CreateIterResultObject() argument
151 int arg_count) { in CreateAsyncFromSyncIterator() argument
158 int arg_count) { in CreateJSGeneratorObject() argument
165 int arg_count) { in GeneratorGetResumeMode() argument
176 int arg_count) { in GeneratorClose() argument
187 int arg_count) { in GetImportMetaObject() argument
193 int arg_count) { in AsyncFunctionAwaitCaught() argument
200 int arg_count) { in AsyncFunctionAwaitUncaught() argument
207 int arg_count) { in AsyncFunctionEnter() argument
[all …]
/dports/math/plplot/plplot-5.15.0/examples/fortran/
H A Dx01f.f9048 integer arg_count, nargv variable
65 do arg_count = 0, nargv
66 write(*,'(a,i4,a,a)') "i =", arg_count, ", argument = ", trim(argv_dynamic(arg_count))
73 do arg_count = 0, nargv
74 write(*,'(a,i4,a,a)') "i =", arg_count, ", argument = ", trim(argv_dynamic(arg_count))
83 do arg_count = 0, nargv
91 do arg_count = 0, nargv
100 do arg_count = 0, nargv
101 write(*,'(a,i4,a,a)') "i =", arg_count, ", argument = ", trim(argv_static(arg_count))
107 do arg_count = 0, nargv
[all …]
/dports/math/plplot-ada/plplot-5.15.0/examples/fortran/
H A Dx01f.f9048 integer arg_count, nargv variable
65 do arg_count = 0, nargv
66 write(*,'(a,i4,a,a)') "i =", arg_count, ", argument = ", trim(argv_dynamic(arg_count))
73 do arg_count = 0, nargv
74 write(*,'(a,i4,a,a)') "i =", arg_count, ", argument = ", trim(argv_dynamic(arg_count))
83 do arg_count = 0, nargv
91 do arg_count = 0, nargv
100 do arg_count = 0, nargv
101 write(*,'(a,i4,a,a)') "i =", arg_count, ", argument = ", trim(argv_static(arg_count))
107 do arg_count = 0, nargv
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/interpreter/
H A Dinterpreter-intrinsics-generator.cc171 int arg_count) { in IsJSReceiver() argument
183 int arg_count) { in IsArray() argument
190 int arg_count) { in IsSmi() argument
197 int arg_count) { in CopyDataProperties() argument
204 int arg_count) { in CreateIterResultObject() argument
211 int arg_count) { in HasProperty() argument
218 int arg_count) { in ToString() argument
224 int arg_count) { in ToLength() argument
230 int arg_count) { in ToObject() argument
236 int arg_count) { in Call() argument
[all …]
/dports/security/botan110/Botan-1.10.17/src/libstate/
H A Dget_enc.cpp93 if(request.algo_name() == "Raw" && request.arg_count() == 0) in get_emsa()
98 if(request.algo_name() == "EMSA1" && request.arg_count() == 1) in get_emsa()
108 if(request.algo_name() == "EMSA2" && request.arg_count() == 1) in get_emsa()
113 if(request.algo_name() == "EMSA3" && request.arg_count() == 1) in get_emsa()
125 if(request.arg_count() == 1) in get_emsa()
128 if(request.arg_count() == 2 && request.arg(1) != "MGF1") in get_emsa()
131 if(request.arg_count() == 3) in get_emsa()
160 if(request.arg_count() == 1 || in get_eme()
161 (request.arg_count() == 2 && request.arg(1) == "MGF1")) in get_eme()
184 if(request.algo_name() == "KDF1" && request.arg_count() == 1) in get_kdf()
[all …]
/dports/editors/jove/jove/
H A Dargcount.c12 arg_count; variable
17 if (arg_count < 0) { in negate_arg()
18 arg_count = -arg_count; in negate_arg()
19 if (arg_count < 0) in negate_arg()
22 arg_count = -arg_count; in negate_arg()
36 if (arg_count < 0) {
43 arg_count = nc; /* ignore previous value (but remember sign) */
46 int t = arg_count;
59 if (t < arg_count)
61 arg_count = t;
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/acpi/acpica/
H A Dutpredef.c235 u32 arg_count; in acpi_ut_display_predefined_method() local
241 arg_count = acpi_ut_get_argument_types(buffer, in acpi_ut_display_predefined_method()
251 "(at least) " : "", arg_count, arg_count != 1 ? "s" : ""); in acpi_ut_display_predefined_method()
255 if (arg_count > 0) { in acpi_ut_display_predefined_method()
294 u16 arg_count; in acpi_ut_get_argument_types() local
302 arg_count = METHOD_GET_ARG_COUNT(argument_types); in acpi_ut_get_argument_types()
303 if (arg_count > METHOD_PREDEF_ARGS_MAX) { in acpi_ut_get_argument_types()
306 return (arg_count); in acpi_ut_get_argument_types()
311 for (i = 0; i < arg_count; i++) { in acpi_ut_get_argument_types()
318 return (arg_count); in acpi_ut_get_argument_types()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/acpi/acpica/
H A Dutpredef.c235 u32 arg_count; in acpi_ut_display_predefined_method() local
241 arg_count = acpi_ut_get_argument_types(buffer, in acpi_ut_display_predefined_method()
251 "(at least) " : "", arg_count, arg_count != 1 ? "s" : ""); in acpi_ut_display_predefined_method()
255 if (arg_count > 0) { in acpi_ut_display_predefined_method()
294 u16 arg_count; in acpi_ut_get_argument_types() local
302 arg_count = METHOD_GET_ARG_COUNT(argument_types); in acpi_ut_get_argument_types()
303 if (arg_count > METHOD_PREDEF_ARGS_MAX) { in acpi_ut_get_argument_types()
306 return (arg_count); in acpi_ut_get_argument_types()
311 for (i = 0; i < arg_count; i++) { in acpi_ut_get_argument_types()
318 return (arg_count); in acpi_ut_get_argument_types()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/acpi/acpica/
H A Dutpredef.c235 u32 arg_count; in acpi_ut_display_predefined_method() local
241 arg_count = acpi_ut_get_argument_types(buffer, in acpi_ut_display_predefined_method()
251 "(at least) " : "", arg_count, arg_count != 1 ? "s" : ""); in acpi_ut_display_predefined_method()
255 if (arg_count > 0) { in acpi_ut_display_predefined_method()
294 u16 arg_count; in acpi_ut_get_argument_types() local
302 arg_count = METHOD_GET_ARG_COUNT(argument_types); in acpi_ut_get_argument_types()
303 if (arg_count > METHOD_PREDEF_ARGS_MAX) { in acpi_ut_get_argument_types()
306 return (arg_count); in acpi_ut_get_argument_types()
311 for (i = 0; i < arg_count; i++) { in acpi_ut_get_argument_types()
318 return (arg_count); in acpi_ut_get_argument_types()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/testutil/
H A Dmain.c17 static size_t arg_count; variable
23 size_t i, n = arg_count < OSSL_NELEM(arg_used) ? arg_count in check_arg_usage()
30 if (i < arg_count) in check_arg_usage()
45 arg_count = argc - 1; in main()
67 if (n > arg_count) in test_get_argument()
76 return arg_count; in test_get_argument_count()
83 for (i = 1; i <= arg_count; i++) in test_has_option()
95 for (i = 1; i <= arg_count; i++) in test_get_option_argument()
98 if (args[i][n] == '\0' && i + 1 < arg_count) { in test_get_option_argument()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/testutil/
H A Dmain.c17 static size_t arg_count; variable
23 size_t i, n = arg_count < OSSL_NELEM(arg_used) ? arg_count in check_arg_usage()
30 if (i < arg_count) in check_arg_usage()
45 arg_count = argc - 1; in main()
67 if (n > arg_count) in test_get_argument()
76 return arg_count; in test_get_argument_count()
83 for (i = 1; i <= arg_count; i++) in test_has_option()
95 for (i = 1; i <= arg_count; i++) in test_get_option_argument()
98 if (args[i][n] == '\0' && i + 1 < arg_count) { in test_get_option_argument()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/testutil/
H A Dmain.c17 static size_t arg_count; variable
23 size_t i, n = arg_count < OSSL_NELEM(arg_used) ? arg_count in check_arg_usage()
30 if (i < arg_count) in check_arg_usage()
45 arg_count = argc - 1; in main()
67 if (n > arg_count) in test_get_argument()
76 return arg_count; in test_get_argument_count()
83 for (i = 1; i <= arg_count; i++) in test_has_option()
95 for (i = 1; i <= arg_count; i++) in test_get_option_argument()
98 if (args[i][n] == '\0' && i + 1 < arg_count) { in test_get_option_argument()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/testutil/
H A Dmain.c17 static size_t arg_count; variable
23 size_t i, n = arg_count < OSSL_NELEM(arg_used) ? arg_count in check_arg_usage()
30 if (i < arg_count) in check_arg_usage()
45 arg_count = argc - 1; in main()
67 if (n > arg_count) in test_get_argument()
76 return arg_count; in test_get_argument_count()
83 for (i = 1; i <= arg_count; i++) in test_has_option()
95 for (i = 1; i <= arg_count; i++) in test_get_option_argument()
98 if (args[i][n] == '\0' && i + 1 < arg_count) { in test_get_option_argument()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/testutil/
H A Dmain.c17 static size_t arg_count; variable
23 size_t i, n = arg_count < OSSL_NELEM(arg_used) ? arg_count in check_arg_usage()
30 if (i < arg_count) in check_arg_usage()
45 arg_count = argc - 1; in main()
67 if (n > arg_count) in test_get_argument()
76 return arg_count; in test_get_argument_count()
83 for (i = 1; i <= arg_count; i++) in test_has_option()
95 for (i = 1; i <= arg_count; i++) in test_get_option_argument()
98 if (args[i][n] == '\0' && i + 1 < arg_count) { in test_get_option_argument()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/test/testutil/
H A Dmain.c17 static size_t arg_count; variable
23 size_t i, n = arg_count < OSSL_NELEM(arg_used) ? arg_count in check_arg_usage()
30 if (i < arg_count) in check_arg_usage()
45 arg_count = argc - 1; in main()
67 if (n > arg_count) in test_get_argument()
76 return arg_count; in test_get_argument_count()
83 for (i = 1; i <= arg_count; i++) in test_has_option()
95 for (i = 1; i <= arg_count; i++) in test_get_option_argument()
98 if (args[i][n] == '\0' && i + 1 < arg_count) { in test_get_option_argument()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/test/testutil/
H A Dmain.c17 static size_t arg_count; variable
23 size_t i, n = arg_count < OSSL_NELEM(arg_used) ? arg_count in check_arg_usage()
30 if (i < arg_count) in check_arg_usage()
45 arg_count = argc - 1; in main()
67 if (n > arg_count) in test_get_argument()
76 return arg_count; in test_get_argument_count()
83 for (i = 1; i <= arg_count; i++) in test_has_option()
95 for (i = 1; i <= arg_count; i++) in test_get_option_argument()
98 if (args[i][n] == '\0' && i + 1 < arg_count) { in test_get_option_argument()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/testutil/
H A Dmain.c17 static size_t arg_count; variable
23 size_t i, n = arg_count < OSSL_NELEM(arg_used) ? arg_count in check_arg_usage()
30 if (i < arg_count) in check_arg_usage()
45 arg_count = argc - 1; in main()
67 if (n > arg_count) in test_get_argument()
76 return arg_count; in test_get_argument_count()
83 for (i = 1; i <= arg_count; i++) in test_has_option()
95 for (i = 1; i <= arg_count; i++) in test_get_option_argument()
98 if (args[i][n] == '\0' && i + 1 < arg_count) { in test_get_option_argument()
/dports/security/openssl/openssl-1.1.1n/test/testutil/
H A Dmain.c17 static size_t arg_count; variable
23 size_t i, n = arg_count < OSSL_NELEM(arg_used) ? arg_count in check_arg_usage()
30 if (i < arg_count) in check_arg_usage()
45 arg_count = argc - 1; in main()
67 if (n > arg_count) in test_get_argument()
76 return arg_count; in test_get_argument_count()
83 for (i = 1; i <= arg_count; i++) in test_has_option()
95 for (i = 1; i <= arg_count; i++) in test_get_option_argument()
98 if (args[i][n] == '\0' && i + 1 < arg_count) { in test_get_option_argument()
/dports/security/openssl-static/openssl-1.1.1l/test/testutil/
H A Dmain.c17 static size_t arg_count; variable
23 size_t i, n = arg_count < OSSL_NELEM(arg_used) ? arg_count in check_arg_usage()
30 if (i < arg_count) in check_arg_usage()
45 arg_count = argc - 1; in main()
67 if (n > arg_count) in test_get_argument()
76 return arg_count; in test_get_argument_count()
83 for (i = 1; i <= arg_count; i++) in test_has_option()
95 for (i = 1; i <= arg_count; i++) in test_get_option_argument()
98 if (args[i][n] == '\0' && i + 1 < arg_count) { in test_get_option_argument()

12345678910>>...95