/titanic_44/usr/src/lib/libast/common/misc/ |
H A D | error.c | 315 sfprintf(sp, ": \"%s\", %s %d", cp->file, ERROR_translate(NiL, NiL, ast.id, "line"), cp->line); in context() 445 sfprintf(stkstd, "%s: ", ERROR_translate(NiL, NiL, ast.id, "Usage")); in errorv() 462 catalog ? catalog : ERROR_translate(NiL, NiL, ast.id, "DEFAULT"), in errorv() 463 ERROR_translate(NiL, NiL, ast.id, "catalog"), in errorv() 468 ERROR_translate(NiL, NiL, ast.id, "library")); in errorv() 476 sfprintf(stkstd, "%s %d: ", ERROR_translate(NiL, NiL, ast.id, "line"), error_info.line); in errorv() 493 sfprintf(stkstd, "%s: ", ERROR_translate(NiL, NiL, ast.id, "warning")); in errorv() 496 sfprintf(stkstd, "%s: ", ERROR_translate(NiL, NiL, ast.id, "panic")); in errorv() 501 s = ERROR_translate(NiL, NiL, ast.id, "debug"); in errorv() 522 s = ERROR_translate(NiL, NiL, ast.id, "line"); in errorv() [all …]
|
H A D | magic.c | 45 #define T(m) (*m?ERROR_translate(NiL,NiL,lib,m):m)
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | chgrp.c | 254 sfputr(sp, ERROR_translate(0, 0, 0, "[owner[:group]]"), -1); in b_chgrp() 256 sfputr(sp, ERROR_translate(0, 0, 0, "[[owner:]group]"), -1); in b_chgrp() 369 s = ERROR_translate(0, 0, 0, " owner"); in b_chgrp() 372 s = ERROR_translate(0, 0, 0, " group"); in b_chgrp() 375 s = ERROR_translate(0, 0, 0, " owner and group"); in b_chgrp()
|
H A D | tty.c | 82 tty = ERROR_translate(0, 0, 0, "not a tty"); in b_tty()
|
H A D | cp.c | 610 …_path, state->path, n == 1 ? ERROR_translate(0, 0, 0, "read") : n == 2 ? ERROR_translate(0, 0, 0, … in visit() 726 …state->opname = state->op == CP ? ERROR_translate(0, 0, 0, "overwrite") : ERROR_translate(0, 0, 0,… in b_cp()
|
H A D | RELEASE | 223 ERROR_translate: dictionary update
|
/titanic_44/usr/src/lib/libast/common/string/ |
H A D | strerror.c | 126 return ERROR_translate(NiL, NiL, "errlist", msg); in _ast_strerror() 132 sfsprintf(msg, z, ERROR_translate(NiL, NiL, "errlist", "Error %d"), err); in _ast_strerror()
|
/titanic_44/usr/src/lib/libast/common/include/ |
H A D | error.h | 56 #ifndef ERROR_translate 58 #define ERROR_translate(l,i,d,m) (ERROR_translating()?errorx((const char*)(l),(const char*)(i),(con… macro
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | error.h | 65 #ifndef ERROR_translate 67 #define ERROR_translate(l,i,d,m) (ERROR_translating()?errorx((const char*)(l),(const char*)(i),(con… macro
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | error.h | 65 #ifndef ERROR_translate 67 #define ERROR_translate(l,i,d,m) (ERROR_translating()?errorx((const char*)(l),(const char*)(i),(con… macro
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | error.h | 65 #ifndef ERROR_translate 67 #define ERROR_translate(l,i,d,m) (ERROR_translating()?errorx((const char*)(l),(const char*)(i),(con… macro
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | error.h | 65 #ifndef ERROR_translate 67 #define ERROR_translate(l,i,d,m) (ERROR_translating()?errorx((const char*)(l),(const char*)(i),(con… macro
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | string.c | 660 return(ERROR_translate(0,0,e_dict,message)); in _sh_translate() 663 return(ERROR_translate(e_dict,message)); in _sh_translate() 665 return(ERROR_translate(message,1)); in _sh_translate()
|
H A D | lex.c | 2138 msg = ERROR_translate(0,error_info.id,0,ep); in sh_endword() 2141 msg = ERROR_translate(error_info.id,ep); in sh_endword() 2143 msg = ERROR_translate(ep,2); in sh_endword()
|
/titanic_44/usr/src/lib/libast/common/ |
H A D | RELEASE | 41 09-10-28 include/error.h: fix ERROR_translate() arg parens 1099 magic: add ERROR_translate() and msgcat.key 1108 strerror: add _ast_strerror intercept with ERROR_translate("errno") 1111 optget: proper ERROR_translate() calls 1114 errorx: add for ERROR_translate() support 1115 ERROR_translate: add locale id args for alternate dictionary 1145 global change for string ERROR_translate() dictionary names
|