Searched refs:LIBC_ABORT (Results 1 - 17 of 17) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/gen/
H A Dutmpx-darwin.h47 LIBC_ABORT("%s: NULL utmpx_t", (x)); \
49 LIBC_ABORT("%s: magic mismatch", (x)); \
/macosx-10.9.5/Libc-997.90.3/gdtoa/FreeBSD/
H A D_ldtoa.c110 LIBC_ABORT("fpclassify returned %d", type);
H A D_hdtoa.c158 LIBC_ABORT("fpclassify returned %d", f);
255 LIBC_ABORT("fpclassify returned %d", f);
/macosx-10.9.5/Libc-997.90.3/db/btree/FreeBSD/
H A Dbt_overflow.c91 LIBC_ABORT("%s", pg == P_INVALID ? "pg == P_INVALID" : "sz == 0");
195 LIBC_ABORT("%s", pg == P_INVALID ? "pg == P_INVALID" : "sz == 0");
H A Dbt_split.c204 LIBC_ABORT("illegal rchild->flags & P_TYPE (0x%x)", rchild->flags & P_TYPE);
279 LIBC_ABORT("illegal rchild->flags & P_TYPE (0x%x)", rchild->flags & P_TYPE);
559 LIBC_ABORT("illegal h->flags & P_TYPE (0x%x)", h->flags & P_TYPE);
638 LIBC_ABORT("illegal h->flags & P_TYPE (0x%x)", h->flags & P_TYPE);
731 LIBC_ABORT("illegal h->flags & P_TYPE (0x%x)", h->flags & P_TYPE);
/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dprintfcommon.h208 LIBC_ABORT("__ultoa: invalid base=%d", base);
258 LIBC_ABORT("__ujtoa: invalid base=%d", base);
H A Dvfwscanf.c916 LIBC_ABORT("unknown state %d", state);
H A Dvfprintf.c979 LIBC_ABORT("size (%d) > BUF (%d)", size, BUF);
H A Dvfscanf.c1165 LIBC_ABORT("unknown state %d", state);
H A Dvfwprintf.c1049 LIBC_ABORT("size (%d) > BUF (%d)", size, BUF);
/macosx-10.9.5/Libc-997.90.3/db/mpool/FreeBSD/
H A Dmpool.c122 LIBC_ABORT("page allocation overflow");
173 LIBC_ABORT("page %d already pinned", bp->pgno);
244 LIBC_ABORT("page %d not pinned", bp->pgno);
/macosx-10.9.5/Libc-997.90.3/include/
H A Dstdlib.h128 #define LIBC_ABORT(f,...) abort_report_np("%s:%s:%u: " f, __FILE__, __func__, __LINE__, ## __VA_ARGS__) macro
/macosx-10.9.5/Libc-997.90.3/stdio/
H A Dxprintf_domain.c74 LIBC_ABORT("No memory");
/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Dpsort.c319 LIBC_ABORT("%s: getargs: %s", shared->who, strerror(errno));
H A Dpsort_b.c319 LIBC_ABORT("%s: getargs: %s", shared->who, strerror(errno));
H A Dpsort_r.c319 LIBC_ABORT("%s: getargs: %s", shared->who, strerror(errno));
/macosx-10.9.5/Libc-997.90.3/db/hash/FreeBSD/
H A Dhash.c687 LIBC_ABORT("illegal action (%d)", action);

Completed in 251 milliseconds