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

  /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/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/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/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
  /src/bin/ksh/
expr.c 46 VAR, LIT, END, BAD
245 case BAD:
257 warningf(true, "%s: bad number `%s'", es->expression, str);
534 es->tok = BAD;
  /src/sys/dev/qbus/
qd.c 246 #define BAD -1
3406 if (wait_status(adder, VSYNC) == BAD) {
3771 * return: BAD means that we timed out without ever seeing the
3786 return(BAD);
  /src/sys/net/
zlib.c 3096 Assert (s->compressed_len == s->bits_sent, "bad compressed size");
3132 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");
3194 Assert (code < D_CODES, "bad d_code");
3384 BAD} /* got an error--stay here */
3400 uInt marker; /* if BAD, inflateSync's marker bytes count */
3519 z->state->mode = BAD;
3526 z->state->mode = BAD;
3538 z->state->mode = BAD;
3573 z->state->mode = BAD;
3583 z->state->mode = BAD;
    [all...]

Completed in 23 milliseconds