/titanic_44/usr/src/cmd/auditreduce/ |
H A D | option.c | 125 error_str = gettext("general error"); in process_options() 224 ar, error_str); in process_options() 250 error_str = gettext( in process_options() 255 error_str = in process_options() 261 error_str = gettext( in process_options() 266 error_str = gettext("no filenames allowed with '-' option"); in process_options() 275 gettext("%s command line error - %s.\n"), ar, error_str); in process_options() 290 error_str = gettext("'j' option specified multiple times"); in proc_subject() 302 error_str = gettext("'s' option specified multiple times"); in proc_sid() 322 error_str = gettext("'o' option specified multiple times"); in proc_object() [all …]
|
H A D | time.c | 212 error_str = NULL; in check_time() 217 error_str = errbuf; in check_time() 221 error_str = errbuf; in check_time() 225 error_str = errbuf; in check_time() 229 error_str = errbuf; in check_time() 233 error_str = errbuf; in check_time() 240 error_str = errbuf; in check_time() 245 error_str = errbuf; in check_time() 249 error_str = errbuf; in check_time() 252 if (error_str == NULL) in check_time() [all …]
|
H A D | proc.c | 285 ar, error_str, fcb->fcb_file); 881 error_str = errbuf; 886 error_str = errbuf; 901 error_str = gettext("bad time stamp in file header"); 906 error_str = gettext("bad time stamp in file header"); 913 error_str = gettext("incomplete file header"); 924 error_str = errbuf; 970 error_str = errbuf; 1000 error_str = errbuf; 1018 error_str = gettext("file token read failure"); [all …]
|
H A D | auditrd.h | 86 char *error_str; /* current error message */ variable
|
H A D | auditrt.h | 215 extern char *error_str; /* current error message */
|
H A D | main.c | 902 error_str = gettext("initial error"); in init_options()
|
/titanic_44/usr/src/lib/libumem/common/ |
H A D | misc.c | 64 umem_log_enter(const char *error_str) in umem_log_enter() argument 73 while ((c = *error_str++) != '\0') { in umem_log_enter() 95 umem_error_enter(const char *error_str) in umem_error_enter() argument 99 (void) write(UMEM_ERRFD, error_str, strlen(error_str)); in umem_error_enter() 102 umem_log_enter(error_str); in umem_error_enter()
|
/titanic_44/usr/src/uts/sun4u/io/i2c/nexus/ |
H A D | smbus.c | 1022 char error_str[128]; in smbus_intr_cmn() local 1028 error_str[0] = '\0'; in smbus_intr_cmn() 1086 (void) sprintf(error_str, "%s bus is idle, ", error_str); in smbus_intr_cmn() 1090 (void) sprintf(error_str, "%s command failed to complete, ", in smbus_intr_cmn() 1091 error_str); in smbus_intr_cmn() 1094 (void) sprintf(error_str, "%s bus error, ", error_str); in smbus_intr_cmn() 1097 (void) sprintf(error_str, "%s failed transaction, ", error_str); in smbus_intr_cmn() 1100 (void) sprintf(error_str, "%s timeout or bus reset", error_str); in smbus_intr_cmn() 1103 if (error_str[0] != '\0') { in smbus_intr_cmn() 1104 (void) sprintf(error_str, "%s %s ", error_str, src); in smbus_intr_cmn() [all …]
|
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | g11n.h | 86 char **error_str); 89 char **error_str);
|
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | g11n.c | 693 g11n_convert_from_utf8(const char *str, uint_t *lenp, char **error_str) in g11n_convert_from_utf8() argument 699 *error_str = NULL; in g11n_convert_from_utf8() 715 *error_str = gettext("Cannot convert UTF-8 " in g11n_convert_from_utf8() 721 return (do_iconv(cd, str, lenp, error_str)); in g11n_convert_from_utf8() 726 int native, char **error_str) in g11n_convert_to_utf8() argument 732 *error_str = NULL; in g11n_convert_to_utf8() 751 *error_str = gettext("Cannot convert the " in g11n_convert_to_utf8() 757 return (do_iconv(cd, str, lenp, error_str)); in g11n_convert_to_utf8()
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_sli3.c | 5064 char error_str[64]; in emlxs_handle_rcv_seq() local 5126 (void) strlcpy(error_str, "Out of posted buffers:", in emlxs_handle_rcv_seq() 5127 sizeof (error_str)); in emlxs_handle_rcv_seq() 5132 (void) strlcpy(error_str, "Buffer waiting:", in emlxs_handle_rcv_seq() 5133 sizeof (error_str)); in emlxs_handle_rcv_seq() 5137 (void) strlcpy(error_str, "Need Buffer Entry:", in emlxs_handle_rcv_seq() 5138 sizeof (error_str)); in emlxs_handle_rcv_seq() 5142 (void) strlcpy(error_str, "General error:", in emlxs_handle_rcv_seq() 5143 sizeof (error_str)); in emlxs_handle_rcv_seq() 5164 (void) snprintf(error_str, sizeof (error_str), in emlxs_handle_rcv_seq() [all …]
|
/titanic_44/usr/src/cmd/devfsadm/ |
H A D | devfsadm.c | 6456 char *error_str; in create_link_list() local 6487 error_str = in create_link_list() 6501 error_str = "unrecognized escape sequence"; in create_link_list() 6506 error_str = "escape sequence must be " in create_link_list() 6530 error_str); in create_link_list()
|