HomeSort by: relevance | last modified time | path
    Searched refs:botch (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/lib/libc/arch/m68k/gen/
_setjmp.S 75 jeq botch /* oops! */
87 botch: label
  /src/lib/libc/arch/aarch64/gen/
sigsetjmp.S 36 #error _JB_MAGIC botch
  /src/lib/libc/arch/arm/gen/
_setjmp.S 129 bne botch /* no, botch */
159 cbz r2, botch
162 beq botch
167 cbz r3, botch
170 beq botch
186 botch: label
  /src/lib/libc/compat/arch/arm/gen/
compat_setjmp.S 93 bne botch
126 beq botch
131 beq botch
147 botch: label
  /src/lib/libc/compat/arch/m68k/gen/
compat_setjmp.S 85 jeq botch /* oops! */
94 botch: label
  /src/lib/libc/arch/vax/gen/
_setjmp.S 75 beql botch
85 botch: label
  /src/lib/libc/compat/arch/alpha/gen/
compat__setjmp.S 95 beq t0, botch /* If the magic was bad, punt */
123 botch: label
compat_setjmp.S 75 blt v0, botch /* check for error */
122 botch: label
  /src/lib/libc/arch/alpha/gen/
__setjmp14.S 78 blt v0, botch /* check for error */
118 botch: label
  /src/lib/libc/arch/hppa/gen/
_setjmp.S 92 combt,=,n %r0, %r1, botch ; oops!
120 botch: label
  /src/lib/libc/arch/mips/gen/
setjmp.S 90 blt v0, zero, botch # check for sigaltstack() error
146 botch: label
_setjmp.S 128 bne v0, t0, botch # jump if error
185 botch: label
  /src/usr.bin/error/
touch.c 641 bool botch; local
644 botch = false;
651 botch = true;
663 if (!botch && overwrite) {
668 botch = true;
672 botch = true;
674 if (!botch)
722 ? "Botch overwriting: retry? "
723 : "Botch overwriting the source file: retry? ")) {
  /src/lib/libbsdmalloc/
malloc.c 138 #define ASSERT(p) if (!(p)) botch(__STRING(p))
140 static void botch(const char *);
147 botch(const char *s) function
  /src/lib/libc/compat/arch/mips/gen/
compat_setjmp.S 91 blt v0, zero, botch # check for sigaltstack() error
146 botch: label
  /src/libexec/ld.elf_so/
xmalloc.c 148 #define ASSERT(p) if (!(p)) botch("p")
150 botch(const char *s) function
  /src/external/bsd/less/dist/
configure 2313 "Anonymous union alignment botch");
  /src/external/bsd/nsd/dist/simdzone/
configure 2252 "Anonymous union alignment botch");
  /src/sys/arch/sparc/sparc/
locore.s 4276 ! botch! We should blow up.
6060 .asciz "longjmp botch"
  /src/tools/compat/
configure 2443 "Anonymous union alignment botch");
  /src/external/bsd/tcpdump/dist/
configure 2620 "Anonymous union alignment botch");
  /src/external/public-domain/sqlite/dist/tea/
configure 2329 "Anonymous union alignment botch");
  /src/external/bsd/file/dist/
configure 2675 "Anonymous union alignment botch");
  /src/external/bsd/libpcap/dist/
configure 2717 "Anonymous union alignment botch");
  /src/external/bsd/nsd/dist/
configure 2861 "Anonymous union alignment botch");

Completed in 88 milliseconds

1 2