Searched defs:botch (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/mips/
H A D_setjmp.S87 bne v0, 0xACEDBADE, botch # jump if error
103 botch: label
/illumos-gate/usr/src/cmd/spell/
H A Dmalloc.c28 #define ASSERT(p) if(!(p))botch("p");else
29 botch(s) function
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrortouch.c580 int botch; local
583 botch = 0;
591 botch = 1;
603 if (botch == 0 && overwrite) {
604 botch = 0;
611 botch++;
617 botch++;
619 if (!botch)
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dreadcf.c227 char *botch; local
229 botch = NULL;
241 botch = "$1-$9";
245 botch = "$:";
249 botch = "$>";
253 botch = "$?";
257 botch = "$.";
261 botch = "$[";
265 botch = "$]";
269 botch
323 char *botch; local
[all...]

Completed in 48 milliseconds