Searched refs:ERROR_OUTPUT (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | tty.c | 91 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_44/usr/src/lib/libast/common/misc/ |
H A D | error.c | 428 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_44/usr/src/lib/libast/common/include/ |
H A D | error.h | 71 #define ERROR_OUTPUT 0x0200 /* next arg is error fd */ macro
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | error.h | 80 #define ERROR_OUTPUT 0x0200 /* next arg is error fd */ macro
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | error.h | 80 #define ERROR_OUTPUT 0x0200 /* next arg is error fd */ macro
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | error.h | 80 #define ERROR_OUTPUT 0x0200 /* next arg is error fd */ macro
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | error.h | 80 #define ERROR_OUTPUT 0x0200 /* next arg is error fd */ macro
|
/titanic_44/usr/src/lib/libpp/common/ |
H A D | pplex.c | 2380 error(ERROR_OUTPUT|0, pp.pool.output, "%d", error_info.errors != 0); in poolstatus()
|
/titanic_44/usr/src/lib/libast/common/ |
H A D | RELEASE | 1514 error_info.auxilliary returns new level, |=ERROR_OUTPUT if msg done
|