Home
last modified time | relevance | path

Searched refs:errorx (Results 1 – 12 of 12) sorted by relevance

/titanic_44/usr/src/lib/libast/common/include/
H A Derror.h58 #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 Derror.h67 #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 Derror.h67 #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 Derror.h67 #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 Derror.h67 #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 Derrorx.c32 errorx(const char* loc, const char* cmd, const char* cat, const char* msg) in errorx() function
H A Doptget.c178 return errorx(NiL, cmd, cat, msg); in translate()
/titanic_44/usr/src/cmd/ast/msgcc/
H A Dmsgget.c106 s = errorx(loc, cmd, cat, msg); in main()
/titanic_44/usr/src/psm/stand/boot/common/
H A Dreadfile.c1122 goto errorx; in iload32()
1237 errorx: in iload32()
1273 goto errorx;
1413 errorx:
/titanic_44/usr/src/lib/libast/
H A Dmapfile-vers431 errorx;
H A DMakefile.com187 common/misc/errorx.o \
/titanic_44/usr/src/lib/libast/common/
H A DRELEASE143 08-03-06 misc/errorx.c: fix old error_info.translate workaround
1114 errorx: add for ERROR_translate() support