Home
last modified time | relevance | path

Searched refs:ok_block (Results 1 – 25 of 57) sorted by relevance

123

/dports/www/mod_webauth/webauth-4.7.0/tests/lib/
H A Duserinfo-t.c60 ok_block(9, 0, "Validate failed"); in test_validate()
148 ok_block(10, 0, "Metadata failed"); in test_userinfo_calls()
168 ok_block(9, 0, "Metadata failed"); in test_userinfo_calls()
187 ok_block(10, 0, "Metadata failed"); in test_userinfo_calls()
209 ok_block(10, 0, "Metadata failed"); in test_userinfo_calls()
230 ok_block(10, 0, "Metadata failed"); in test_userinfo_calls()
252 ok_block(7, 0, "Metadata failed"); in test_userinfo_calls()
272 ok_block(7, 0, "Metadata failed"); in test_userinfo_calls()
327 ok_block(7, 0, "Metadata failed"); in test_userinfo_calls()
347 ok_block(6, 0, "Metadata failed"); in test_userinfo_calls()
[all …]
/dports/news/inn/inn-2.6.4/tests/tap/
H A Dbasic.h89 void ok_block(int n, int count, int success);
100 # define ok_block new_ok_block macro
112 int ok_block(unsigned long count, int success, const char *format, ...)
H A Dlibtap.sh133 ok_block () { function
/dports/news/inn-current/inn-2.7-20211226/tests/tap/
H A Dbasic.h88 void ok_block(int n, int count, int success);
99 # define ok_block new_ok_block macro
111 int ok_block(unsigned long count, int success, const char *format, ...)
H A Dlibtap.sh131 ok_block () { function
/dports/sysutils/shlock/inn-2.6.4/tests/tap/
H A Dbasic.h89 void ok_block(int n, int count, int success);
100 # define ok_block new_ok_block macro
112 int ok_block(unsigned long count, int success, const char *format, ...)
/dports/security/pam_krb5/pam-krb5-4.9/tests/pam-util/
H A Doptions-t.c103 ok_block(2, false, "...no error output"); \
199 ok_block(4, false, "...cells is set"); in main()
231 ok_block(4, false, "...cells is set"); in main()
244 ok_block(4, false, "...cells is set"); in main()
278 ok_block(4, false, "...cells is set"); in main()
437 ok_block(2, false, "...no error output"); in main()
H A Dargs-t.c55 ok_block(7, 0, "...args struct is NULL"); in check_pam_user()
/dports/news/inn/inn-2.6.4/tests/util/
H A Dinnbind-t.c51 ok_block(n, 2, false); in listener()
184 ok_block(n, 3, false); in test_ipv4()
220 ok_block(n, 3, false); in test_ipv6()
/dports/sysutils/shlock/inn-2.6.4/tests/util/
H A Dinnbind-t.c51 ok_block(n, 2, false); in listener()
184 ok_block(n, 3, false); in test_ipv4()
220 ok_block(n, 3, false); in test_ipv6()
/dports/news/inn-current/inn-2.7-20211226/tests/util/
H A Dinnbind-t.c50 ok_block(n, 2, false); in listener()
183 ok_block(n, 3, false); in test_ipv4()
219 ok_block(n, 3, false); in test_ipv6()
/dports/devel/py-mypy/mypy-0.910/mypyc/irbuild/
H A Dbuilder.py561 error_block, ok_block = BasicBlock(), BasicBlock()
562 self.add(Branch(ritem, error_block, ok_block, Branch.IS_ERROR))
569 self.activate_block(ok_block)
585 error_block, ok_block = BasicBlock(), BasicBlock()
586 self.add(Branch(ritem, error_block, ok_block, Branch.IS_ERROR))
593 self.activate_block(ok_block)
605 error_block, ok_block = BasicBlock(), BasicBlock()
606 self.add(Branch(condition, ok_block, error_block, Branch.BOOL))
613 self.activate_block(ok_block)
626 error_block, ok_block = BasicBlock(), BasicBlock()
[all …]
H A Dgenerator.py111 ok_block = BasicBlock()
113 builder.add_bool_branch(comparison, error_block, ok_block)
118 builder.goto_and_activate(ok_block)
/dports/lang/zig-devel/zig-0.9.0/src/stage1/
H A Dcodegen.cpp1560 LLVMPositionBuilderAtEnd(g->builder, ok_block); in add_bounds_check()
1581 LLVMPositionBuilderAtEnd(g->builder, ok_block); in add_sentinel_check()
1597 LLVMPositionBuilderAtEnd(g->builder, ok_block); in gen_assert_zero()
1643 LLVMPositionBuilderAtEnd(g->builder, ok_block); in gen_widen_or_shorten()
1732 LLVMPositionBuilderAtEnd(g->builder, ok_block); in gen_overflow_op()
2819 LLVMPositionBuilderAtEnd(g->builder, ok_block); in gen_overflow_shl_op()
2850 LLVMPositionBuilderAtEnd(g->builder, ok_block); in gen_overflow_shr_op()
3141 LLVMPositionBuilderAtEnd(g->builder, ok_block); in gen_shift_rhs_check()
3411 LLVMPositionBuilderAtEnd(g->builder, ok_block); in add_error_range_check()
3574 LLVMPositionBuilderAtEnd(g->builder, ok_block); in ir_render_ptr_cast()
[all …]
/dports/lang/zig/zig-0.9.0/src/stage1/
H A Dcodegen.cpp1560 LLVMPositionBuilderAtEnd(g->builder, ok_block); in add_bounds_check()
1581 LLVMPositionBuilderAtEnd(g->builder, ok_block); in add_sentinel_check()
1597 LLVMPositionBuilderAtEnd(g->builder, ok_block); in gen_assert_zero()
1643 LLVMPositionBuilderAtEnd(g->builder, ok_block); in gen_widen_or_shorten()
1732 LLVMPositionBuilderAtEnd(g->builder, ok_block); in gen_overflow_op()
2819 LLVMPositionBuilderAtEnd(g->builder, ok_block); in gen_overflow_shl_op()
2850 LLVMPositionBuilderAtEnd(g->builder, ok_block); in gen_overflow_shr_op()
3141 LLVMPositionBuilderAtEnd(g->builder, ok_block); in gen_shift_rhs_check()
3411 LLVMPositionBuilderAtEnd(g->builder, ok_block); in add_error_range_check()
3574 LLVMPositionBuilderAtEnd(g->builder, ok_block); in ir_render_ptr_cast()
[all …]
/dports/dns/knot3/knot-3.1.5/tests/tap/
H A Dbasic.h78 void ok_block(unsigned long count, int success, const char *format, ...)
H A Dlibtap.sh129 ok_block () { function
/dports/dns/knot3-lib/knot-3.1.5/tests/tap/
H A Dbasic.h78 void ok_block(unsigned long count, int success, const char *format, ...)
H A Dlibtap.sh129 ok_block () { function
/dports/news/inn-current/inn-2.7-20211226/tests/lib/network/
H A Dserver-t.c235 ok_block(2, 0, "...socket read test"); in test_server_connection()
596 ok_block(3, false, "could not accept client"); in test_any_udp()
/dports/news/inn/inn-2.6.4/tests/lib/network/
H A Dserver-t.c236 ok_block(2, 0, "...socket read test"); in test_server_connection()
597 ok_block(3, false, "could not accept client"); in test_any_udp()
/dports/sysutils/shlock/inn-2.6.4/tests/lib/network/
H A Dserver-t.c236 ok_block(2, 0, "...socket read test"); in test_server_connection()
597 ok_block(3, false, "could not accept client"); in test_any_udp()
/dports/security/kstart/kstart-4.2/tests/tap/
H A Dbasic.h85 int ok_block(unsigned long count, int success, const char *format, ...)
H A Dlibtap.sh129 ok_block () { function
/dports/security/pam_krb5/pam-krb5-4.9/tests/tap/
H A Dlibtap.sh131 ok_block () { function

123