Home
last modified time | relevance | path

Searched refs:ERROR_LIBRARY (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Derror.c94 #define ERROR_CATALOG (ERROR_LIBRARY<<1)
181 error_info.set |= ERROR_LIBRARY; in setopt()
183 error_info.clear |= ERROR_LIBRARY; in setopt()
416 … error_info.trace || (flags & ERROR_LIBRARY) && !(((error_info.set | error_info.flags) ^ error_inf… in errorv()
423 flags |= ERROR_LIBRARY|ERROR_SYSTEM; in errorv()
427 flags &= ~ERROR_LIBRARY; in errorv()
456 print(stkstd, file, (flags & ERROR_LIBRARY) ? " " : ": "); in errorv()
457 if (flags & (ERROR_CATALOG|ERROR_LIBRARY)) in errorv()
464 (flags & ERROR_LIBRARY) ? ", " : ""); in errorv()
465 if (flags & ERROR_LIBRARY) in errorv()
H A Derrorf.c38 …((char**)handle) : (char*)handle, (discipline || level < 0) ? level : (level | ERROR_LIBRARY), ap); in errorf()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Derror.h76 #define ERROR_LIBRARY 0x4000 /* library routine error */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE553 misc/error.c: library => ERROR_LIBRARY