Searched refs:errorv (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/ |
H A D | error.c | 33 errorv(const char* id, int level, va_list ap) in errorv() function 90 errorv(NiL, level, ap); in error() 100 errorv((discipline && handle) ? *((char**)handle) : (char*)handle, level, ap); in errorf()
|
H A D | error.h | 56 #define errorv _err_msgv macro 64 extern void errorv(const char*, int, va_list);
|
/illumos-gate/usr/src/cmd/sgs/error/common/ |
H A D | errorinput.c | 113 erroradd(int errorlength, char **errorv, Errorclass errorclass, in erroradd() argument 121 for (cp = errorv[1]; *cp && isdigit(*cp); cp++) in erroradd() 127 errorv[1]); in erroradd() 133 newerror->error_text = errorv; in erroradd() 136 newerror->error_line = atoi(errorv[1]); in erroradd()
|
H A D | errorsubr.c | 250 printerrors(boolean look_at_subclass, int errorc, Eptr errorv[]) in printerrors() argument 255 for (errorp = errorv[i = 0]; i < errorc; errorp = errorv[++i]) { in printerrors()
|
H A D | error.h | 229 void erroradd(int errorlength, char **errorv, Errorclass errorclass, 234 void printerrors(boolean look_at_subclass, int errorc, Eptr errorv[]);
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | errormsg.c | 38 errorv(dictionary, level, ap); in errormsg()
|
H A D | errorf.c | 38 …errorv((discipline && handle) ? *((char**)handle) : (char*)handle, (discipline || level < 0) ? lev… in errorf()
|
H A D | error.c | 350 errorv(NiL, level, ap); in error() 355 errorv(const char* id, int level, va_list ap) in errorv() function
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | pperror.c | 36 errorv(pp.pass, level, ap); in pperror()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/ |
H A D | err.c | 63 errorv(fmt, level|ERROR_NOID, ap); in errmsg()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | error.h | 180 extern void errorv(const char*, int, va_list);
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | mkservice.c | 341 errorv(NiL, ERROR_exit(1), ap); in Error()
|
/illumos-gate/usr/src/cmd/ast/libast/ |
H A D | mapfile-vers | 670 errorv;
|