Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dcheck.c169 outfl(O_ERR, in check_arrow()
177 outfl(O_ERR, np->file, np->line, in check_arrow()
249 outfl(O_ERR, np->file, np->line, in check_num()
261 outfl(O_ERR, np->file, np->line, in check_quote()
798 int olevel = O_ERR; in check_cycle()
906 outfl(O_ERR|O_NONL, in check_cycle_rhs()
909 ptree_name(O_ERR|O_NONL, rhs); in check_cycle_rhs()
910 out(O_ERR, NULL); in check_cycle_rhs()
935 out(O_ERR, NULL); in check_name_iterator()
955 out(O_ERR, NULL); in check_type_iterator()
[all …]
H A Deftread.c86 out(O_ERR, "%s: not a valid EFT (bad extension)", fname); in eftread_fopen()
91 out(O_ERR|O_SYS, "%s", fname); in eftread_fopen()
97 out(O_ERR, "%s: not a valid EFT (too short)", fname); in eftread_fopen()
116 out(O_ERR, "%s: not a valid EFT (bad magic)", fname); in eftread_fopen()
122 out(O_ERR, "%s is version %d.%d, " in eftread_fopen()
141 out(O_ERR, "%s: bad dictlen: %d", fname, hdr.dictlen); in eftread_fopen()
184 out(O_ERR, "%s: bad checksum (%x != %x)", fname, in eftread_fopen()
H A Dout.c167 if (Myname && flags & (O_DIE|O_ERR|O_WARN|O_PROG)) in vout()
173 } else if (flags & O_ERR) { in vout()
228 else if (flags & O_ERR) in vout()
H A Dout.h56 #define O_ERR 0x0002 /* O_PROG, stderr, bump exit code */ macro
H A Dtree.c595 outfl(O_ERR, file, line, "unknown class: %s", s); in tree_name()
613 outfl(O_ERR, file, line, in tree_iname()
745 outfl(O_ERR, file, line, in tree_timeval()
1173 outfl(O_ERR, file, line, in tree_decl()
1195 outfl(O_ERR, file, line, in tree_decl()
H A Desclex.c786 outfl(O_ERR|O_NONL, File, Line, "%s, tokens: ", s); in yyerror()
787 dumpline(O_ERR); in yyerror()
/illumos-gate/usr/src/cmd/fm/eversholt/esc/common/
H A Descmain.c201 out(O_ERR, "no esc source files given"); in main()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c1178 out(O_ERR, in arglist2argv()
1201 out(O_ERR, "call: arglist2argv: node type %s is unsupported", in arglist2argv()