Searched refs:errorx (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/lib/libast/common/include/ |
H A D | error.h | 58 #define ERROR_translate(l,i,d,m) (ERROR_translating()?errorx((const char*)(l),(const char*)(i),(con… 175 #ifndef errorx 176 extern char* errorx(const char*, const char*, const char*, const char*);
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | error.h | 67 #define ERROR_translate(l,i,d,m) (ERROR_translating()?errorx((const char*)(l),(const char*)(i),(con… 188 #ifndef errorx 189 extern __MANGLE__ char* errorx __PROTO__((const char*, const char*, const char*, const char*));
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | error.h | 67 #define ERROR_translate(l,i,d,m) (ERROR_translating()?errorx((const char*)(l),(const char*)(i),(con… 188 #ifndef errorx 189 extern __MANGLE__ char* errorx __PROTO__((const char*, const char*, const char*, const char*));
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | error.h | 67 #define ERROR_translate(l,i,d,m) (ERROR_translating()?errorx((const char*)(l),(const char*)(i),(con… 188 #ifndef errorx 189 extern __MANGLE__ char* errorx __PROTO__((const char*, const char*, const char*, const char*));
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | error.h | 67 #define ERROR_translate(l,i,d,m) (ERROR_translating()?errorx((const char*)(l),(const char*)(i),(con… 188 #ifndef errorx 189 extern __MANGLE__ char* errorx __PROTO__((const char*, const char*, const char*, const char*));
|
/titanic_44/usr/src/lib/libast/common/misc/ |
H A D | errorx.c | 32 errorx(const char* loc, const char* cmd, const char* cat, const char* msg) in errorx() function
|
H A D | optget.c | 178 return errorx(NiL, cmd, cat, msg); in translate()
|
/titanic_44/usr/src/cmd/ast/msgcc/ |
H A D | msgget.c | 106 s = errorx(loc, cmd, cat, msg); in main()
|
/titanic_44/usr/src/psm/stand/boot/common/ |
H A D | readfile.c | 1122 goto errorx; in iload32() 1237 errorx: in iload32() 1273 goto errorx; 1413 errorx:
|
/titanic_44/usr/src/lib/libast/ |
H A D | mapfile-vers | 431 errorx;
|
H A D | Makefile.com | 187 common/misc/errorx.o \
|
/titanic_44/usr/src/lib/libast/common/ |
H A D | RELEASE | 143 08-03-06 misc/errorx.c: fix old error_info.translate workaround 1114 errorx: add for ERROR_translate() support
|