Home
last modified time | relevance | path

Searched refs:BAD (Results 1 – 25 of 67) sorted by relevance

123

/freebsd-12-stable/crypto/openssh/regress/
Dscp-ssh-wrapper.sh25 BAD="../../../../../../../../../../../../../${DIR}/dotpathdir"
34 echo "D0755 0 $BAD"
39 echo "D0755 0 $BAD"
44 printname $BAD
49 printname $BAD
/freebsd-12-stable/contrib/ntp/ntpd/
Drefclock_leitch.c547 #undef BAD /* confict: defined as (-1) in AIX sys/param.h */ in leitch_get_date()
548 #define BAD(A) (rbufp->recv_buffer[A] < '0') || (rbufp->recv_buffer[A] > '9') in leitch_get_date() macro
549 if (BAD(0)||BAD(1)||BAD(2)||BAD(3)||BAD(4)||BAD(5)) in leitch_get_date()
586 if (BAD(0)||BAD(1)||BAD(2)||BAD(3)||BAD(4)||BAD(5)) in leitch_get_time()
/freebsd-12-stable/contrib/gcc/config/
Ddarwin-c.c40 #define BAD(gmsgid) do { warning (OPT_Wpragmas, gmsgid); return; } while (0) macro
107 BAD ("malformed '#pragma options', ignoring"); in darwin_pragma_options()
110 BAD ("malformed '#pragma options', ignoring"); in darwin_pragma_options()
112 BAD ("malformed '#pragma options', ignoring"); in darwin_pragma_options()
114 BAD ("malformed '#pragma options', ignoring"); in darwin_pragma_options()
127 BAD ("malformed '#pragma options align={mac68k|power|reset}', ignoring"); in darwin_pragma_options()
139 BAD ("missing '(' after '#pragma unused', ignoring"); in darwin_pragma_unused()
157 BAD ("missing ')' after '#pragma unused', ignoring"); in darwin_pragma_unused()
160 BAD ("junk at end of '#pragma unused'"); in darwin_pragma_unused()
171 BAD ("malformed '#pragma ms_struct', ignoring"); in darwin_pragma_ms_struct()
[all …]
/freebsd-12-stable/sys/contrib/zlib/
Dinfback.c322 state->mode = BAD;
333 state->mode = BAD;
371 state->mode = BAD;
393 state->mode = BAD;
416 state->mode = BAD;
439 state->mode = BAD;
448 if (state->mode == BAD) break;
453 state->mode = BAD;
467 state->mode = BAD;
476 state->mode = BAD;
[all …]
Dinflate.c684 state->mode = BAD;
689 state->mode = BAD;
698 state->mode = BAD;
714 state->mode = BAD;
719 state->mode = BAD;
835 state->mode = BAD;
897 state->mode = BAD;
906 state->mode = BAD;
947 state->mode = BAD;
970 state->mode = BAD;
[all …]
Dinffast.c162 state->mode = BAD;
176 state->mode = BAD;
272 state->mode = BAD;
287 state->mode = BAD;
Dinflate.h50 BAD, /* got a data error -- remain here until reset */ enumerator
/freebsd-12-stable/contrib/libevent/test/
Dregress_util.c69 enum entry_status { NORMAL, CANONICAL, BAD }; enumerator
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 …]
Dregress_http.c2546 #define BAD(s) do { \ in http_parse_uri_test() macro
2570 BAD("http://www.\x01.test.com/why-hello"); in http_parse_uri_test()
2571 BAD("http://www.%7test.com/why-hello"); in http_parse_uri_test()
2573 BAD("h%3ttp://www.test.com/why-hello"); in http_parse_uri_test()
2578 BAD("99:99/foo"); in http_parse_uri_test()
2579 BAD("http://www.test.com:999x/"); in http_parse_uri_test()
2580 BAD("http://www.test.com:x/"); in http_parse_uri_test()
2581 BAD("http://[hello-there]/"); in http_parse_uri_test()
2582 BAD("http://[::1]]/"); in http_parse_uri_test()
2583 BAD("http://[::1/"); in http_parse_uri_test()
[all …]
/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
Dregress_util.c69 enum entry_status { NORMAL, CANONICAL, BAD }; enumerator
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 …]
Dregress_http.c2546 #define BAD(s) do { \ in http_parse_uri_test() macro
2570 BAD("http://www.\x01.test.com/why-hello"); in http_parse_uri_test()
2571 BAD("http://www.%7test.com/why-hello"); in http_parse_uri_test()
2573 BAD("h%3ttp://www.test.com/why-hello"); in http_parse_uri_test()
2578 BAD("99:99/foo"); in http_parse_uri_test()
2579 BAD("http://www.test.com:999x/"); in http_parse_uri_test()
2580 BAD("http://www.test.com:x/"); in http_parse_uri_test()
2581 BAD("http://[hello-there]/"); in http_parse_uri_test()
2582 BAD("http://[::1]]/"); in http_parse_uri_test()
2583 BAD("http://[::1/"); in http_parse_uri_test()
[all …]
/freebsd-12-stable/contrib/gcc/
Dgccbug.in88 BAD=`mktemp $TMPDIR/pbadXXXXXX` || exit 1
90 REMOVE_TEMP="rm -f $TEMP0 $TEMP $BAD $REF"
95 BAD=$TEMPD/pbad$$
491 echo "$COMMAND: the problem report remains in $BAD and is not sent."
493 mv $TEMP $BAD
552 echo "$COMMAND: the problem report remains in $BAD and is not sent."
554 mv $REF $BAD
/freebsd-12-stable/crypto/heimdal/lib/asn1/
Dkx509.asn18 KX509-STATUS-CLIENT-BAD(1),
11 KX509-STATUS-SERVER-BAD(4),
/freebsd-12-stable/contrib/nvi/regex/
Dregexec.c164 assert(!(g->iflags&BAD)); in regexec()
165 if (g->iflags&BAD) /* backstop for no-debug case */ in regexec()
Dregex2.h150 # define BAD 04 /* something wrong */ macro
/freebsd-12-stable/contrib/libucl/tests/basic/include_dir/
Dinvalid.conf1 @@@@ BAD UCL ~~~~
/freebsd-12-stable/contrib/binutils/gas/config/
Dtc-m68851.h102 #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-12-stable/bin/sh/tests/errors/
Dbackquote-error1.03 echo 'echo `for` echo ".BAD"CODE.' | ${SH} +m -i 2>&1 | grep -q BADCODE && exit 1
Dbackquote-error2.04 echo ".BAD"CODE.' 2>&1 | grep -q BADCODE && exit 1
/freebsd-12-stable/lib/libc/regex/
Dregexec.c224 assert(!(g->iflags&BAD)); in regexec()
225 if (g->iflags&BAD) /* backstop for no-debug case */ in regexec()
Dregex2.h183 # define BAD 04 /* something wrong */ macro
/freebsd-12-stable/usr.bin/ctags/test/
Dctags.test15 int BAD();
/freebsd-12-stable/lib/libc/regex/grot/
Ddebug.c39 if (g->iflags&BAD)
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/regex/
Ddebug.c68 if (g->iflags&BAD) in regprint()
/freebsd-12-stable/contrib/one-true-awk/
DREADME.md55 …1. Search for `BAD` or `error` in the result. In general, look over it manually to make sure there…

123