Searched refs:ERROR_OUTPUT (Results 1 - 8 of 8) sorted by relevance

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

Completed in 94 milliseconds