Home
last modified time | relevance | path

Searched refs:ERROR_OUTPUT (Results 1 – 14 of 14) sorted by relevance

/titanic_51/usr/src/lib/libcmd/common/
H A Dtty.c91 error(ERROR_OUTPUT, 1, "synchronous line %d", n); in b_tty()
94 error(ERROR_OUTPUT, 1, "not on an active synchronous line"); in b_tty()
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/
H A Dtty.c99 error(ERROR_OUTPUT, 1, "synchronous line %d", n); in b_tty()
102 error(ERROR_OUTPUT, 1, "not on an active synchronous line"); in b_tty()
/titanic_51/usr/src/lib/libast/common/misc/
H A Derror.c428 fd = (flags & ERROR_OUTPUT) ? va_arg(ap, int) : error_info.fd; in errorv()
554 if ((level & ~ERROR_OUTPUT) > 1) in errorv()
559 if (level < 0 || !(level & ERROR_OUTPUT)) in errorv()
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/
H A Derror.c428 fd = (flags & ERROR_OUTPUT) ? va_arg(ap, int) : error_info.fd; in errorv()
537 * level&ERROR_OUTPUT on return means message in errorv()
554 if ((level & ~ERROR_OUTPUT) > 1) in errorv()
559 if (level < 0 || !(level & ERROR_OUTPUT)) in errorv()
/titanic_51/usr/src/lib/libast/common/include/
H A Derror.h71 #define ERROR_OUTPUT 0x0200 /* next arg is error fd */ macro
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Derror.h71 #define ERROR_OUTPUT 0x0200 /* next arg is error fd */ macro
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Derror.h80 #define ERROR_OUTPUT 0x0200 /* next arg is error fd */ macro
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Derror.h80 #define ERROR_OUTPUT 0x0200 /* next arg is error fd */ macro
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Derror.h80 #define ERROR_OUTPUT 0x0200 /* next arg is error fd */ macro
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Derror.h80 #define ERROR_OUTPUT 0x0200 /* next arg is error fd */ macro
/titanic_51/usr/src/lib/libpp/common/
H A Dpplex.c2380 error(ERROR_OUTPUT|0, pp.pool.output, "%d", error_info.errors != 0); in poolstatus()
/titanic_51/usr/src/contrib/ast/src/lib/libpp/
H A Dpplex.c2380 error(ERROR_OUTPUT|0, pp.pool.output, "%d", error_info.errors != 0); in poolstatus()
/titanic_51/usr/src/lib/libast/common/
H A DRELEASE1514 error_info.auxilliary returns new level, |=ERROR_OUTPUT if msg done
/titanic_51/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE1702 error_info.auxilliary returns new level, |=ERROR_OUTPUT if msg done