Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libast/common/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()
/titanic_44/usr/src/lib/libast/common/include/
H A Derror.h76 #define ERROR_LIBRARY 0x4000 /* library routine error */ macro
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Derror.h85 #define ERROR_LIBRARY 0x4000 /* library routine error */ macro
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Derror.h85 #define ERROR_LIBRARY 0x4000 /* library routine error */ macro
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Derror.h85 #define ERROR_LIBRARY 0x4000 /* library routine error */ macro
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Derror.h85 #define ERROR_LIBRARY 0x4000 /* library routine error */ macro
/titanic_44/usr/src/lib/libast/common/
H A DRELEASE365 misc/error.c: library => ERROR_LIBRARY