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

/freebsd-current/contrib/libucl/tests/basic/include_dir/
H A Dinvalid.conf1 @@@@ BAD UCL ~~~~
/freebsd-current/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-current/tests/sys/netpfil/ipfw/
H A Dfwd_inetd.conf5 http stream tcp nowait nobody /bin/echo echo BAD 80
/freebsd-current/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-current/sys/contrib/zlib/
H A Dinfback.c308 state->mode = BAD;
319 state->mode = BAD;
357 state->mode = BAD;
379 state->mode = BAD;
402 state->mode = BAD;
425 state->mode = BAD;
434 if (state->mode == BAD) break;
439 state->mode = BAD;
453 state->mode = BAD;
462 state->mode = BAD;
[all...]
H A Dinflate.c646 state->mode = BAD;
651 state->mode = BAD;
660 state->mode = BAD;
676 state->mode = BAD;
681 state->mode = BAD;
797 state->mode = BAD;
859 state->mode = BAD;
868 state->mode = BAD;
909 state->mode = BAD;
932 state->mode = BAD;
[all...]
H A Dinflate.h50 BAD, /* got a data error -- remain here until reset */ enumerator in enum:__anon86
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
H A Dinffast.c35 BAD -- error in block data
159 state->mode = BAD;
173 state->mode = BAD;
269 state->mode = BAD;
284 state->mode = BAD;
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress_util.c69 enum entry_status { NORMAL, CANONICAL, BAD }; enumerator in enum:entry_status
79 { "256.0.0.0", 0, BAD },
80 { "ABC", 0, BAD },
81 { "1.2.3.4.5", 0, BAD },
83 { NULL, 0, BAD },
102 { "foobar.", { 0, 0, 0, 0 }, BAD },
103 { "foobar", { 0, 0, 0, 0 }, BAD },
104 { "fo:obar", { 0, 0, 0, 0 }, BAD },
105 { "ffff", { 0, 0, 0, 0 }, BAD },
106 { "fffff::", { 0, 0, 0, 0 }, BAD },
[all...]
H A Dregress_http.c731 /* Second answer (BAD REQUEST) on connection close */
2546 #define BAD(s) do { \ macro
2570 BAD("http://www.\x01.test.com/why-hello");
2571 BAD("http://www.%7test.com/why-hello");
2573 BAD("h%3ttp://www.test.com/why-hello");
2578 BAD("99:99/foo");
2579 BAD("http://www.test.com:999x/");
2580 BAD("http://www.test.com:x/");
2581 BAD("http://[hello-there]/");
2582 BAD("htt
2902 #undef BAD macro
[all...]
/freebsd-current/contrib/libevent/test/
H A Dregress_util.c69 enum entry_status { NORMAL, CANONICAL, BAD }; enumerator in enum:entry_status
79 { "256.0.0.0", 0, BAD },
80 { "ABC", 0, BAD },
81 { "1.2.3.4.5", 0, BAD },
83 { NULL, 0, BAD },
102 { "foobar.", { 0, 0, 0, 0 }, BAD },
103 { "foobar", { 0, 0, 0, 0 }, BAD },
104 { "fo:obar", { 0, 0, 0, 0 }, BAD },
105 { "ffff", { 0, 0, 0, 0 }, BAD },
106 { "fffff::", { 0, 0, 0, 0 }, BAD },
[all...]
H A Dregress_http.c731 /* Second answer (BAD REQUEST) on connection close */
2546 #define BAD(s) do { \ macro
2570 BAD("http://www.\x01.test.com/why-hello");
2571 BAD("http://www.%7test.com/why-hello");
2573 BAD("h%3ttp://www.test.com/why-hello");
2578 BAD("99:99/foo");
2579 BAD("http://www.test.com:999x/");
2580 BAD("http://www.test.com:x/");
2581 BAD("http://[hello-there]/");
2582 BAD("htt
2902 #undef BAD macro
[all...]
/freebsd-current/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-current/lib/libc/regex/
H A Dregexec.c216 assert(!(g->iflags&BAD));
217 if (g->iflags&BAD) /* backstop for no-debug case */
H A Dregex2.h185 # define BAD 04 /* something wrong */ macro
H A Dregcomp.c335 if (g->iflags&BAD)
1917 g->iflags |= BAD;
2259 g->iflags |= BAD;
/freebsd-current/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c68 if (g->iflags&BAD)
69 fprintf(d, ", BAD");
/freebsd-current/lib/libc/regex/grot/
H A Ddebug.c36 if (g->iflags&BAD)
37 fprintf(d, ", BAD");
/freebsd-current/contrib/tcp_wrappers/
H A DMakefile664 # been observed for SunOS 4.1.[1-3]. Symptoms are "BAD TRAP" and "Data

Completed in 359 milliseconds