Searched refs:BAD (Results 1 - 20 of 20) sorted by relevance

/freebsd-13-stable/contrib/libucl/tests/basic/include_dir/
H A Dinvalid.conf1 @@@@ BAD UCL ~~~~
/freebsd-13-stable/crypto/openssh/regress/
H A Dscp-ssh-wrapper.sh25 BAD="../../../../../../../../../../../../../${DIR}/dotpathdir"
34 echo "D0755 0 $BAD"
39 echo "D0755 0 $BAD"
44 printname $BAD
49 printname $BAD
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_leitch.c547 #undef BAD /* confict: defined as (-1) in AIX sys/param.h */ macro
548 #define BAD(A) (rbufp->recv_buffer[A] < '0') || (rbufp->recv_buffer[A] > '9') macro
549 if (BAD(0)||BAD(1)||BAD(2)||BAD(3)||BAD(4)||BAD(5))
586 if (BAD(0)||BAD(
[all...]
/freebsd-13-stable/sys/contrib/zlib/
H A Dinfback.c321 state->mode = BAD;
332 state->mode = BAD;
370 state->mode = BAD;
392 state->mode = BAD;
415 state->mode = BAD;
438 state->mode = BAD;
447 if (state->mode == BAD) break;
452 state->mode = BAD;
466 state->mode = BAD;
475 state->mode = BAD;
[all...]
H A Dinffast.c35 BAD -- error in block data
162 state->mode = BAD;
176 state->mode = BAD;
272 state->mode = BAD;
287 state->mode = BAD;
H A Dinflate.h50 BAD, /* got a data error -- remain here until reset */ enumerator in enum:__anon10861
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
H A Dinflate.c682 state->mode = BAD;
687 state->mode = BAD;
696 state->mode = BAD;
711 state->mode = BAD;
716 state->mode = BAD;
824 state->mode = BAD;
883 state->mode = BAD;
892 state->mode = BAD;
931 state->mode = BAD;
953 state->mode = BAD;
[all...]
/freebsd-13-stable/contrib/libevent/test/
H A Dregress_util.c65 enum entry_status { NORMAL, CANONICAL, BAD }; enumerator in enum:entry_status
75 { "256.0.0.0", 0, BAD },
76 { "ABC", 0, BAD },
77 { "1.2.3.4.5", 0, BAD },
79 { NULL, 0, BAD },
98 { "foobar.", { 0, 0, 0, 0 }, BAD },
99 { "foobar", { 0, 0, 0, 0 }, BAD },
100 { "fo:obar", { 0, 0, 0, 0 }, BAD },
101 { "ffff", { 0, 0, 0, 0 }, BAD },
102 { "fffff::", { 0, 0, 0, 0 }, BAD },
[all...]
H A Dregress_http.c686 /* Second answer (BAD REQUEST) on connection close */
2481 #define BAD(s) do { \ macro
2505 BAD("http://www.\x01.test.com/why-hello");
2506 BAD("http://www.%7test.com/why-hello");
2508 BAD("h%3ttp://www.test.com/why-hello");
2513 BAD("99:99/foo");
2514 BAD("http://www.test.com:999x/");
2515 BAD("http://www.test.com:x/");
2516 BAD("http://[hello-there]/");
2517 BAD("htt
2837 #undef BAD macro
[all...]
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_util.c65 enum entry_status { NORMAL, CANONICAL, BAD }; enumerator in enum:entry_status
75 { "256.0.0.0", 0, BAD },
76 { "ABC", 0, BAD },
77 { "1.2.3.4.5", 0, BAD },
79 { NULL, 0, BAD },
98 { "foobar.", { 0, 0, 0, 0 }, BAD },
99 { "foobar", { 0, 0, 0, 0 }, BAD },
100 { "fo:obar", { 0, 0, 0, 0 }, BAD },
101 { "ffff", { 0, 0, 0, 0 }, BAD },
102 { "fffff::", { 0, 0, 0, 0 }, BAD },
[all...]
H A Dregress_http.c639 /* Second answer (BAD REQUEST) on connection close */
2228 #define BAD(s) do { \ macro
2252 BAD("http://www.\x01.test.com/why-hello");
2253 BAD("http://www.%7test.com/why-hello");
2255 BAD("h%3ttp://www.test.com/why-hello");
2260 BAD("99:99/foo");
2261 BAD("http://www.test.com:999x/");
2262 BAD("http://www.test.com:x/");
2263 BAD("http://[hello-there]/");
2264 BAD("htt
2584 #undef BAD macro
[all...]
/freebsd-13-stable/contrib/nvi/regex/
H A Dregexec.c164 assert(!(g->iflags&BAD));
165 if (g->iflags&BAD) /* backstop for no-debug case */
H A Dregex2.h150 # define BAD 04 /* something wrong */ macro
H A Dregcomp.c274 if (g->iflags&BAD)
1556 g->iflags |= BAD;
1627 g->iflags |= BAD;
/freebsd-13-stable/lib/libc/regex/
H A Dregexec.c224 assert(!(g->iflags&BAD));
225 if (g->iflags&BAD) /* backstop for no-debug case */
H A Dregex2.h188 # define BAD 04 /* something wrong */ macro
H A Dregcomp.c343 if (g->iflags&BAD)
1892 g->iflags |= BAD;
2234 g->iflags |= BAD;
/freebsd-13-stable/lib/libc/regex/grot/
H A Ddebug.c39 if (g->iflags&BAD)
40 fprintf(d, ", BAD");
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c68 if (g->iflags&BAD)
69 fprintf(d, ", BAD");
/freebsd-13-stable/contrib/tcp_wrappers/
H A DMakefile664 # been observed for SunOS 4.1.[1-3]. Symptoms are "BAD TRAP" and "Data

Completed in 276 milliseconds