HomeSort by: relevance | last modified time | path
    Searched defs:BAD (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/usr.sbin/mdsetimage/
exec_aout.c 46 #define BAD do { rv = -1; goto out; } while (0)
57 BAD;
61 BAD;
93 BAD;
exec_ecoff.c 46 #define BAD do { rv = -1; goto out; } while (0)
57 BAD;
61 BAD;
86 BAD;
exec_coff.c 49 #define BAD do { rv = -1; goto out; } while (0)
60 BAD;
64 BAD;
97 BAD;
exec_elf32.c 54 #define BAD do { rv = -1; goto out; } while (0)
65 BAD;
70 BAD;
76 BAD;
106 BAD;
122 BAD;
  /src/external/gpl3/binutils/dist/gas/config/
tc-m68851.h 50 100 BAD Breakpoint Acknowledge Data
65 * That would be BAD.
75 #define BAD (AC+1) /* 56,57,58,59, 60,61,62,63 */
76 #define BAC (BAD+8) /* 64,65,66,67, 68,69,70,71 */
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-m68851.h 50 100 BAD Breakpoint Acknowledge Data
65 * That would be BAD.
75 #define BAD (AC+1) /* 56,57,58,59, 60,61,62,63 */
76 #define BAC (BAD+8) /* 64,65,66,67, 68,69,70,71 */
  /src/common/dist/zlib/contrib/infback9/
inflate9.h 18 BAD /* got a data error -- remain here until reset */
24 (most modes can go to the BAD mode -- not shown for clarity)
  /src/external/gpl3/binutils/dist/zlib/contrib/infback9/
inflate9.h 18 BAD /* got a data error -- remain here until reset */
24 (most modes can go to the BAD mode -- not shown for clarity)
  /src/external/gpl3/binutils.old/dist/zlib/contrib/infback9/
inflate9.h 18 BAD /* got a data error -- remain here until reset */
24 (most modes can go to the BAD mode -- not shown for clarity)
  /src/external/gpl3/gdb/dist/zlib/contrib/infback9/
inflate9.h 18 BAD /* got a data error -- remain here until reset */
24 (most modes can go to the BAD mode -- not shown for clarity)
  /src/external/gpl3/gdb.old/dist/zlib/contrib/infback9/
inflate9.h 18 BAD /* got a data error -- remain here until reset */
24 (most modes can go to the BAD mode -- not shown for clarity)
  /src/external/lgpl3/mpfr/dist/tests/
tfpif.c 127 " bad precision\n", i, neg);
135 " bad sign\n", i, neg);
181 " bad precision\n", i, neg);
189 " bad sign\n", i, neg);
212 #define BAD 10
221 unsigned char badData[BAD][10] =
230 int badDataSize[BAD] = { 1, 1, 2, 2, 2, 2, 10, 6, 10, 2 };
257 check_bad: Bad file descriptor
277 for (i = 0; i < BAD; i++)
304 mpfr_fpif_import fails due to bad data, not for som
    [all...]
  /src/lib/libc/gen/
nlist_elf32.c 73 #define BAD goto out
108 * If we can't fstat() the file, something bad is going on.
111 BAD;
118 BAD;
125 BAD;
131 BAD;
134 BAD;
140 BAD;
226 BAD;
  /src/usr.sbin/kvm_mkdb/
nlist_coff.c 74 #define BAD do { rv = -1; goto out; } while (0)
103 * something bad is going on so we punt.
115 BAD;
124 BAD;
nlist_ecoff.c 74 #define BAD do { rv = -1; goto out; } while (0)
100 * something bad is going on so we punt.
112 BAD;
121 BAD;
nlist_elf32.c 87 #define BAD do { rv = -1; goto out; } while (0)
124 * something bad is going on so we punt.
136 BAD;
150 BAD;
164 BAD;
170 BAD;
  /src/external/bsd/ntp/dist/ntpd/
refclock_leitch.c 549 #undef BAD /* confict: defined as (-1) in AIX sys/param.h */
550 #define BAD(A) (rbufp->recv_buffer[A] < '0') || (rbufp->recv_buffer[A] > '9')
551 if (BAD(0)||BAD(1)||BAD(2)||BAD(3)||BAD(4)||BAD(5))
588 if (BAD(0)||BAD(1)||BAD(2)||BAD(3)||BAD(4)||BAD(5)
    [all...]
  /src/external/bsd/nvi/dist/regex/
regex2.h 153 # define BAD 04 /* something wrong */
  /src/external/cddl/osnet/dist/uts/common/zmod/
inflate.h 50 BAD, /* got a data error -- remain here until reset */
58 (most modes can go to the BAD or MEM mode -- not shown for clarity)
  /src/external/gpl2/gettext/dist/os2/
Makefile 86 BAD.LINGUAS=zh
89 LINGUAS = $(filter-out $(BAD.LINGUAS),$(shell sed -e "/^\#/d" $(ROOT)po/LINGUAS))
  /src/external/gpl2/groff/dist/src/roff/troff/
number.cpp 112 enum incr_number_result { BAD, ABSOLUTE, INCREMENT, DECREMENT };
120 case BAD:
141 case BAD:
162 case BAD:
183 case BAD:
204 return BAD;
217 return BAD;
  /src/external/lgpl3/gmp/dist/demos/calc/
calc.h 58 BAD = 259, /* BAD */
93 #define BAD 259
  /src/common/dist/zlib/
inflate.h 50 BAD, /* got a data error -- remain here until reset */
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
  /src/lib/libc/regex/
regex2.h 188 # define BAD 04 /* something wrong */
  /src/usr.bin/mail/
mime_codecs.c 230 #define BAD (unsigned)-1
231 #define uchar64(c) ((c) >= sizeof(b64index) ? BAD : (unsigned)b64index[(c)])
241 if (a == BAD || a == EQU || b == BAD || b == EQU ||
242 c == BAD || d == BAD)
260 #undef BAD

Completed in 140 milliseconds

1 2