Searched refs:O_ABORT (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/fm/eversholt/common/ |
H A D | out.h | 70 #define O_ABORT 0x1000 /* call abort() after issuing any output */ macro 75 ((void)((cnd) || (outfl(O_ABORT, __FILE__, __LINE__, \ 79 ((void)((cnd) || (outfl(O_ABORT, __FILE__, __LINE__, \ 83 ((void)(((lhs) == (rhs)) || (outfl(O_ABORT, __FILE__, __LINE__, \ 88 ((void)(((lhs) != (rhs)) || (outfl(O_ABORT, __FILE__, __LINE__, \
|
H A D | out.c | 226 else if (flags & O_ABORT) in vout()
|