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

12

/freebsd-11-stable/contrib/libucl/tests/basic/include_dir/
H A Dinvalid.conf1 @@@@ BAD UCL ~~~~
/freebsd-11-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-11-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-11-stable/contrib/gcc/config/
H A Ddarwin-c.c40 #define BAD(gmsgid) do { warning (OPT_Wpragmas, gmsgid); return; } while (0) macro
107 BAD ("malformed '#pragma options', ignoring");
110 BAD ("malformed '#pragma options', ignoring");
112 BAD ("malformed '#pragma options', ignoring");
114 BAD ("malformed '#pragma options', ignoring");
127 BAD ("malformed '#pragma options align={mac68k|power|reset}', ignoring");
139 BAD ("missing '(' after '#pragma unused', ignoring");
157 BAD ("missing ')' after '#pragma unused', ignoring");
160 BAD ("junk at end of '#pragma unused'");
171 BAD ("malforme
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.h50 BAD, /* got a data error -- remain here until reset */ enumerator in enum:__anon7878
58 (most modes can go to the BAD or MEM mode -- not shown for clarity)
H A Dinflate.c619 state->mode = BAD;
624 state->mode = BAD;
631 state->mode = BAD;
646 state->mode = BAD;
651 state->mode = BAD;
762 state->mode = BAD;
820 state->mode = BAD;
829 state->mode = BAD;
866 state->mode = BAD;
889 state->mode = BAD;
[all...]
H A Dinffast.c54 BAD -- error in block data
181 state->mode = BAD;
193 state->mode = BAD;
269 state->mode = BAD;
284 state->mode = BAD;
/freebsd-11-stable/contrib/gcc/
H A Dgccbug.in89 BAD=`mktemp $TMPDIR/pbadXXXXXX` || exit 1
91 REMOVE_TEMP="rm -f $TEMP0 $TEMP $BAD $REF"
96 BAD=$TEMPD/pbad$$
493 echo "$COMMAND: the problem report remains in $BAD and is not sent."
495 mv $TEMP $BAD
554 echo "$COMMAND: the problem report remains in $BAD and is not sent."
556 mv $REF $BAD
/freebsd-11-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:__anon4337
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-11-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-11-stable/contrib/groff/src/roff/troff/
H A Dnumber.cpp110 enum incr_number_result { BAD, ABSOLUTE, INCREMENT, DECREMENT }; enumerator in enum:incr_number_result
118 case BAD:
139 case BAD:
160 case BAD:
181 case BAD:
202 return BAD;
215 return BAD;
/freebsd-11-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-11-stable/lib/libc/regex/
H A Dregexec.c222 assert(!(g->iflags&BAD));
223 if (g->iflags&BAD) /* backstop for no-debug case */
H A Dregex2.h177 # define BAD 04 /* something wrong */ macro
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-m68851.h77 100 BAD Breakpoint Acknowledge Data
92 * That would be BAD.
102 #define BAD (AC+1) /* 56,57,58,59, 60,61,62,63 */ macro
103 #define BAC (BAD+8) /* 64,65,66,67, 68,69,70,71 */
/freebsd-11-stable/lib/libc/regex/grot/
H A Ddebug.c39 if (g->iflags&BAD)
40 fprintf(d, ", BAD");
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c68 if (g->iflags&BAD)
69 fprintf(d, ", BAD");
/freebsd-11-stable/contrib/tcp_wrappers/
H A DMakefile664 # been observed for SunOS 4.1.[1-3]. Symptoms are "BAD TRAP" and "Data
/freebsd-11-stable/sys/libkern/
H A Dzlib.c3075 BAD} /* got an error--stay here */ enumerator in enum:internal_state::__anon8051
3085 uInt marker; /* if BAD, inflateSync's marker bytes count */
3216 z->state->mode = BAD;
3223 z->state->mode = BAD;
3234 z->state->mode = BAD;
3265 z->state->mode = BAD;
3275 z->state->mode = BAD;
3307 z->state->mode = BAD;
3316 case BAD:
3325 z->state->mode = BAD;
[all...]

Completed in 394 milliseconds

12