Home
last modified time | relevance | path

Searched refs:argcheck (Results 1 – 25 of 231) sorted by relevance

12345678910

/dports/devel/py-pyte/pyte-0.8.0/tests/
H A Dtest_stream.py26 class argcheck(counter): class
30 super(argcheck, self).__call__()
68 handler = argcheck()
82 handler = argcheck()
92 handler = argcheck()
105 handler = argcheck()
120 handler = argcheck()
132 handler = argcheck()
143 handler = argcheck()
155 handler = argcheck()
[all …]
/dports/lang/perl5.34/perl-5.34.0/ext/XS-APItest/t/
H A Dsubsignature.t22 ['nextstate:4', 'argcheck:2:0:-', 'argelem:$x', 'argelem:$y'],
23 ['nextstate:5', 'argcheck:2:0:-', 'argelem:$z',],
24 ['nextstate:6', 'argcheck:0:0:@', 'argelem:@rest'],
25 ['nextstate:7', 'argcheck:0:0:%', 'argelem:%rest'],
26 ['nextstate:8', 'argcheck:1:1:-', 'argelem:$one:d'],
/dports/lang/perl5.32/perl-5.32.1/ext/XS-APItest/t/
H A Dsubsignature.t22 ['nextstate:4', 'argcheck:2:0:-', 'argelem:$x', 'argelem:$y'],
23 ['nextstate:5', 'argcheck:2:0:-', 'argelem:$z',],
24 ['nextstate:6', 'argcheck:0:0:@', 'argelem:@rest'],
25 ['nextstate:7', 'argcheck:0:0:%', 'argelem:%rest'],
26 ['nextstate:8', 'argcheck:1:1:-', 'argelem:$one:d'],
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/XS-APItest/t/
H A Dsubsignature.t22 ['nextstate:4', 'argcheck:2:0:-', 'argelem:$x', 'argelem:$y'],
23 ['nextstate:5', 'argcheck:2:0:-', 'argelem:$z',],
24 ['nextstate:6', 'argcheck:0:0:@', 'argelem:@rest'],
25 ['nextstate:7', 'argcheck:0:0:%', 'argelem:%rest'],
26 ['nextstate:8', 'argcheck:1:1:-', 'argelem:$one:d'],
/dports/misc/mbuffer/mbuffer-20211018/
H A Dsettings.c761 if (!argcheck("-s",argv,&c,argc)) { in parseOption()
774 } else if (!argcheck("-m",argv,&c,argc)) { in parseOption()
785 } else if (!argcheck("-b",argv,&c,argc)) { in parseOption()
810 } else if (!argcheck("-v",argv,&c,argc)) { in parseOption()
814 } else if (!argcheck("-u",argv,&c,argc)) { in parseOption()
821 } else if (!argcheck("-r",argv,&c,argc)) { in parseOption()
824 } else if (!argcheck("-R",argv,&c,argc)) { in parseOption()
827 } else if (!argcheck("-n",argv,&c,argc)) { in parseOption()
836 } else if (!argcheck("-i",argv,&c,argc)) { in parseOption()
848 } else if (!argcheck("-o",argv,&c,argc)) { in parseOption()
[all …]
/dports/security/snort3/snort3-3.1.19.0/src/lua/
H A Dlua_arg.h90 return argcheck((v <= max), v, "Too big"); in check_int()
96 return argcheck((v >= min), v, "Too small"); in check_int()
120 return argcheck((v <= max), v, "too big"); in check_size()
126 return argcheck((v >= min), v, "too small"); in check_size()
173 inline T argcheck(bool cond, T v, const char* msg) in argcheck() function
183 return argcheck( in check()
/dports/devel/lua-stdlib/lua-stdlib-release-v41.2.2/lib/std/debug_init/
H A Dinit.lua14 argcheck = false,
23 argcheck = true,
/dports/devel/ftnchek/ftnchek-3.3.1/
H A Dmakefile.mpw83 "argcheck.o" : "argcheck.c" {makefile}
84 {c_ppc} {c_ppc_opts} -o "argcheck.o" argcheck.c
/dports/devel/lua-stdlib/lua-stdlib-release-v41.2.2/lib/std/
H A Dcontainer.lua42 local argcheck = debug.argcheck
204 if _DEBUG.argcheck then
217 argcheck (name, 1, "table", x)
H A Ddebug.lua309 local argcheck, argscheck -- forward declarations
311 if _DEBUG.argcheck then
320 local ok = pcall (argcheck, "pcall", i, typelist[i], valuelist[i])
324 local ok = pcall (argcheck, "pcall", i, typelist[n], valuelist[i])
452 function argcheck (name, i, expected, actual, level) function
561 argcheck = base.nop
691 argcheck = argcheck,
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.14/
H A D_Object.def51 argcheck = x._check_args;
63 // set of failed argcheck indexes
65 (filter test_fail (zip2 (map testarg argcheck) [0..]))
80 // make the failed argcheck messages ... eg. ""value" should be
84 fmt n = indent ++ "\"" ++ argcheck?n?1 ++ "\"" ++
85 _ " should be of type " ++ argcheck?n?2?1 ++ ", " ++
87 indent ++ indent ++ print argcheck?n?0 ++ "\n";
97 concat (map fmt_arg argcheck)
105 foldr (join_sep " ") [] (map (extract 1) argcheck);
108 arg_types = foldr (join_sep "\n") [] (map fmt argcheck)
/dports/emulators/vice/vice-3.5/m4/
H A Dvice_args.m4121 for argcheck in [$]@
124 AS_CASE([[$]argcheck],
136 AS_IF([test x"[$]argcheck" = x"--enable-[$]i"], [argvalid=yes])
142 AS_IF([test x"[$]argcheck" = x"--disable-[$]i"], [argvalid=yes])
148 AS_IF([test x"[$]argcheck" = x"--with-[$]i"], [argvalid=yes])
154 AS_IF([test x"[$]argcheck" = x"--without-[$]i"], [argvalid=yes])
158 [AC_MSG_ERROR([invalid option: [$]argcheck])])
/dports/devel/lua-posix/luaposix-35.1/lib/posix/
H A Ddeprecated.lua299 if _debug.argcheck then
329 if _debug.argcheck then
382 if _debug.argcheck then
404 if _debug.argcheck then
437 if _debug.argcheck then
493 if _debug.argcheck then
523 if _debug.argcheck then
550 if _debug.argcheck then
571 if _debug.argcheck then
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.28/
H A D_Object.def51 argcheck = x._check_args;
60 // set of failed argcheck indexes
62 (filter test_fail (zip2 (map testarg argcheck) [0..]))
76 // make the failed argcheck messages ... eg. ""value" should be
80 fmt n = indent ++ "\"" ++ argcheck?n?1 ++ "\"" ++
81 _ " should be of type " ++ argcheck?n?2?1 ++ ", " ++
83 indent ++ indent ++ print argcheck?n?0 ++ "\n";
93 concat (map fmt_arg argcheck)
100 arg_types = join_sep "\n" (map fmt argcheck)
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/8.6/
H A D_Object.def51 argcheck = x._check_args;
60 // set of failed argcheck indexes
62 (filter test_fail (zip2 (map testarg argcheck) [0..]))
76 // make the failed argcheck messages ... eg. ""value" should be
80 fmt n = indent ++ "\"" ++ argcheck?n?1 ++ "\"" ++
81 _ " should be of type " ++ argcheck?n?2?1 ++ ", " ++
83 indent ++ indent ++ print argcheck?n?0 ++ "\n";
93 concat (map fmt_arg argcheck)
100 arg_types = join_sep "\n" (map fmt argcheck)
/dports/graphics/nip2/nip2-8.7.1/share/nip2/start/
H A D_Object.def51 argcheck = x._check_args;
60 // set of failed argcheck indexes
62 (filter test_fail (zip2 (map testarg argcheck) [0..]))
76 // make the failed argcheck messages ... eg. ""value" should be
80 fmt n = indent ++ "\"" ++ argcheck?n?1 ++ "\"" ++
81 _ " should be of type " ++ argcheck?n?2?1 ++ ", " ++
83 indent ++ indent ++ print argcheck?n?0 ++ "\n";
93 concat (map fmt_arg argcheck)
100 arg_types = join_sep "\n" (map fmt argcheck)
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.16/
H A D_Object.def51 argcheck = x._check_args;
60 // set of failed argcheck indexes
62 (filter test_fail (zip2 (map testarg argcheck) [0..]))
76 // make the failed argcheck messages ... eg. ""value" should be
80 fmt n = indent ++ "\"" ++ argcheck?n?1 ++ "\"" ++
81 _ " should be of type " ++ argcheck?n?2?1 ++ ", " ++
83 indent ++ indent ++ print argcheck?n?0 ++ "\n";
93 concat (map fmt_arg argcheck)
100 arg_types = join_sep "\n" (map fmt argcheck)
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.38/
H A D_Object.def51 argcheck = x._check_args;
60 // set of failed argcheck indexes
62 (filter test_fail (zip2 (map testarg argcheck) [0..]))
76 // make the failed argcheck messages ... eg. ""value" should be
80 fmt n = indent ++ "\"" ++ argcheck?n?1 ++ "\"" ++
81 _ " should be of type " ++ argcheck?n?2?1 ++ ", " ++
83 indent ++ indent ++ print argcheck?n?0 ++ "\n";
93 concat (map fmt_arg argcheck)
100 arg_types = join_sep "\n" (map fmt argcheck)
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/8.4/
H A D_Object.def51 argcheck = x._check_args;
60 // set of failed argcheck indexes
62 (filter test_fail (zip2 (map testarg argcheck) [0..]))
76 // make the failed argcheck messages ... eg. ""value" should be
80 fmt n = indent ++ "\"" ++ argcheck?n?1 ++ "\"" ++
81 _ " should be of type " ++ argcheck?n?2?1 ++ ", " ++
83 indent ++ indent ++ print argcheck?n?0 ++ "\n";
93 concat (map fmt_arg argcheck)
100 arg_types = join_sep "\n" (map fmt argcheck)
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.40/
H A D_Object.def51 argcheck = x._check_args;
60 // set of failed argcheck indexes
62 (filter test_fail (zip2 (map testarg argcheck) [0..]))
76 // make the failed argcheck messages ... eg. ""value" should be
80 fmt n = indent ++ "\"" ++ argcheck?n?1 ++ "\"" ++
81 _ " should be of type " ++ argcheck?n?2?1 ++ ", " ++
83 indent ++ indent ++ print argcheck?n?0 ++ "\n";
93 concat (map fmt_arg argcheck)
100 arg_types = join_sep "\n" (map fmt argcheck)
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/8.2/
H A D_Object.def51 argcheck = x._check_args;
60 // set of failed argcheck indexes
62 (filter test_fail (zip2 (map testarg argcheck) [0..]))
76 // make the failed argcheck messages ... eg. ""value" should be
80 fmt n = indent ++ "\"" ++ argcheck?n?1 ++ "\"" ++
81 _ " should be of type " ++ argcheck?n?2?1 ++ ", " ++
83 indent ++ indent ++ print argcheck?n?0 ++ "\n";
93 concat (map fmt_arg argcheck)
100 arg_types = join_sep "\n" (map fmt argcheck)
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/8.3/
H A D_Object.def51 argcheck = x._check_args;
60 // set of failed argcheck indexes
62 (filter test_fail (zip2 (map testarg argcheck) [0..]))
76 // make the failed argcheck messages ... eg. ""value" should be
80 fmt n = indent ++ "\"" ++ argcheck?n?1 ++ "\"" ++
81 _ " should be of type " ++ argcheck?n?2?1 ++ ", " ++
83 indent ++ indent ++ print argcheck?n?0 ++ "\n";
93 concat (map fmt_arg argcheck)
100 arg_types = join_sep "\n" (map fmt argcheck)
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/8.5/
H A D_Object.def51 argcheck = x._check_args;
60 // set of failed argcheck indexes
62 (filter test_fail (zip2 (map testarg argcheck) [0..]))
76 // make the failed argcheck messages ... eg. ""value" should be
80 fmt n = indent ++ "\"" ++ argcheck?n?1 ++ "\"" ++
81 _ " should be of type " ++ argcheck?n?2?1 ++ ", " ++
83 indent ++ indent ++ print argcheck?n?0 ++ "\n";
93 concat (map fmt_arg argcheck)
100 arg_types = join_sep "\n" (map fmt argcheck)
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.24/
H A D_Object.def51 argcheck = x._check_args;
60 // set of failed argcheck indexes
62 (filter test_fail (zip2 (map testarg argcheck) [0..]))
76 // make the failed argcheck messages ... eg. ""value" should be
80 fmt n = indent ++ "\"" ++ argcheck?n?1 ++ "\"" ++
81 _ " should be of type " ++ argcheck?n?2?1 ++ ", " ++
83 indent ++ indent ++ print argcheck?n?0 ++ "\n";
93 concat (map fmt_arg argcheck)
100 arg_types = join_sep "\n" (map fmt argcheck)
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.26/
H A D_Object.def51 argcheck = x._check_args;
60 // set of failed argcheck indexes
62 (filter test_fail (zip2 (map testarg argcheck) [0..]))
76 // make the failed argcheck messages ... eg. ""value" should be
80 fmt n = indent ++ "\"" ++ argcheck?n?1 ++ "\"" ++
81 _ " should be of type " ++ argcheck?n?2?1 ++ ", " ++
83 indent ++ indent ++ print argcheck?n?0 ++ "\n";
93 concat (map fmt_arg argcheck)
100 arg_types = join_sep "\n" (map fmt argcheck)

12345678910