/titanic_41/usr/src/cmd/localedef/ |
H A D | messages.c | 32 static struct lc_messages msgs; variable 37 (void) memset(&msgs, 0, sizeof (msgs)); in init_messages() 53 msgs.yesstr = str; in add_message() 56 msgs.nostr = str; in add_message() 59 msgs.yesexpr = str; in add_message() 62 msgs.noexpr = str; in add_message() 77 if (msgs.yesstr == NULL) { in dump_messages() 79 msgs.yesstr = ""; in dump_messages() 81 if (msgs.nostr == NULL) { in dump_messages() 83 msgs.nostr = ""; in dump_messages() [all …]
|
/titanic_41/usr/src/lib/libpkg/common/ |
H A D | pkgerr.c | 49 char **msgs; member 62 newerr->msgs = NULL; in pkgerr_new() 80 err->msgs = (char **)realloc(err->msgs, in pkgerr_add() 84 err->msgs[err->nerrs - 1] = strdup(errmsgbuf); in pkgerr_add() 94 free(err->msgs[i]); in pkgerr_clear() 97 free(err->msgs); in pkgerr_clear() 99 err->msgs = NULL; in pkgerr_clear() 117 return (err->msgs[pos]); in pkgerr_get()
|
/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | UARequester.java | 111 Vector msgs = createMessages(SrvLocHeader.SrvTypeRqst, in findServiceTypes() local 120 int i, n = msgs.size(); in findServiceTypes() 124 CSrvTypeMsg msg = (CSrvTypeMsg)msgs.elementAt(i); in findServiceTypes() 128 checkForError(msg, msgs); in findServiceTypes() 167 Vector msgs = createMessages(SrvLocHeader.SrvReq, in findServices() local 176 int i, n = msgs.size(); in findServices() 180 SrvLocMsg msg = (SrvLocMsg)msgs.elementAt(i); in findServices() 184 checkForError(msg, msgs); in findServices() 244 Vector msgs = createMessages(SrvLocHeader.AttrRqst, in findAttributes() local 253 int i, n = msgs.size(); in findAttributes() [all …]
|
H A D | Assert.java | 56 ResourceBundle msgs = conf.getMessageBundle(conf.getLocale()); in printMessageAndDie() local 57 String failed = msgs.getString("assert_failed"); in printMessageAndDie()
|
/titanic_41/usr/src/lib/libprtdiag_psr/sparc/sunfire/common/ |
H A D | sunfire.c | 99 static void display_msgs(char **msgs, int board); 1260 char **msgs; in disp_err_log() local 1286 msgs = err_msgs; in disp_err_log() 1302 count = analyze_cpu(msgs, 0, in disp_err_log() 1304 msgs += count; in disp_err_log() 1310 count = analyze_cpu(msgs, 1, in disp_err_log() 1312 msgs += count; in disp_err_log() 1318 count = analyze_ac(msgs, bdp->ac_error_status); in disp_err_log() 1319 msgs += count; in disp_err_log() 1322 count = analyze_dc(i, msgs, bdp->dc_shadow_chain); in disp_err_log() [all …]
|
/titanic_41/usr/src/lib/pam_modules/krb5/ |
H A D | krb5_password.c | 49 char msgs[][PAM_MAX_MSG_SIZE]); 493 char msgs[2][PAM_MAX_MSG_SIZE]; in krb5_changepw() local 495 (void) snprintf(msgs[0], PAM_MAX_MSG_SIZE, "%s", in krb5_changepw() 498 (void) snprintf(msgs[1], PAM_MAX_MSG_SIZE, "%s", msg_ret); in krb5_changepw() 500 display_msgs(pamh, PAM_ERROR_MSG, 2, msgs); in krb5_changepw() 519 int msg_style, int nmsg, char msgs[][PAM_MAX_MSG_SIZE]) in display_msgs() 521 (void) __pam_display_msg(pamh, msg_style, nmsg, msgs, NULL); in display_msgs()
|
H A D | krb5_authenticate.c | 386 struct pam_message *msgs = NULL; in pam_krb5_prompter() local 415 msgs = (struct pam_message *)calloc(num_prompts, in pam_krb5_prompter() 417 if (msgs == NULL) { in pam_krb5_prompter() 420 (void) memset(msgs, 0, sizeof (struct pam_message) * num_prompts); in pam_krb5_prompter() 425 msgs[i].msg_style = PAM_PROMPT_ECHO_OFF; in pam_krb5_prompter() 427 msgs[i].msg_style = PAM_PROMPT_ECHO_ON; in pam_krb5_prompter() 437 msgs[i].msg = strdup(tmpbuf); in pam_krb5_prompter() 438 if (msgs[i].msg == NULL) { in pam_krb5_prompter() 447 if ((pam_convp->conv)(num_prompts, &msgs, &ret_respp, in pam_krb5_prompter() 484 if (msgs[i].msg) { in pam_krb5_prompter() [all …]
|
/titanic_41/usr/src/lib/ |
H A D | Makefile.astmsg | 53 ASTMSGS= $(OBJECTS:%.o=msgs/%.mso) 62 msgs/%.mso: ../common/%.c 66 msgs/%.mso: ../%.c
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/mib/ |
H A D | tst.icmp.ksh | 47 msgs = args[0]; 51 /in && reps && msgs/
|
/titanic_41/usr/src/cmd/awk_xpg4/ |
H A D | awk4.c | 723 static char msgs[7][256]; in matherr() local 727 msgs[0] = gettext("Unknown FP error"), in matherr() 728 msgs[1] = gettext("Domain"), in matherr() 729 msgs[2] = gettext("Singularity"), in matherr() 730 msgs[3] = gettext("Overflow"), in matherr() 731 msgs[4] = gettext("Underflow"), in matherr() 732 msgs[5] = gettext("Total loss of precision"), in matherr() 733 msgs[6] = gettext("Partial loss of precision") in matherr() 739 (void)fprintf(stderr, "awk: %s", strmsg(msgs[type])); in matherr()
|
/titanic_41/usr/src/cmd/lp/lib/papi/ |
H A D | Makefile | 31 LPSCHED_OBJS = lpsched-msgs.o lpsched-service.o lpsched-printers.o \ 48 LDLIBS += -L$(SRC)/cmd/lp/lib/msgs -llpmsg
|
/titanic_41/usr/src/cmd/lp/ |
H A D | Makefile.lp | 68 LIBMSG = $(LPLIB)/msgs/liblpmsg.a 80 LINTMSG = $(LPLIB)/msgs/llib-llpmsg.ln
|
/titanic_41/usr/src/cmd/fm/modules/common/syslog-msgs/ |
H A D | Makefile | 25 MODULE = syslog-msgs
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | com_err.h | 38 /*@shared@*/ char const * const * msgs; member
|
/titanic_41/usr/src/cmd/fm/modules/common/ |
H A D | Makefile | 39 syslog-msgs \
|
/titanic_41/usr/src/cmd/lp/lib/ |
H A D | Makefile | 39 msgs \
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | Makefile | 29 msgs.o get_addrs.o ctl_transact.o invite.o look_up.o
|
/titanic_41/usr/src/cmd/cdrw/ |
H A D | Makefile | 28 OBJS= main.o mmc.o device.o transport.o util.o msgs.o misc_scsi.o dumpinfo.o \
|
/titanic_41/usr/src/cmd/lp/cmd/lpsched/ |
H A D | Makefile | 76 msgs.c \
|
/titanic_41/usr/src/cmd/ast/msgcc/ |
H A D | NOTES | 33 (4) msgcat global target build msgs/*.mso and $(CATALOG).msg
|
/titanic_41/usr/src/cmd/syseventadm/ |
H A D | syseventadm.c | 297 char **msgs; in usage() local 300 msgs = usage_msg; in usage() 302 (void) fputs(*msgs++, stderr); in usage()
|
/titanic_41/usr/src/lib/libdns_sd/ |
H A D | README | 47 * mDNSDebug.c modified to not send msgs directly to console when
|
/titanic_41/usr/src/cmd/fm/dicts/ |
H A D | FMD.po | 29 msgid "syslog-msgs-message-template"
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | service-fault-management.mf | 421 # - ext-event-transport, ip-transport, syslog-msgs, 463 file path=usr/lib/fm/fmd/plugins/syslog-msgs.conf \ 465 file path=usr/lib/fm/fmd/plugins/syslog-msgs.so mode=0555 \
|
/titanic_41/usr/src/cmd/cron/ |
H A D | cron.c | 3478 cron_conv(int num_msg, struct pam_message **msgs, in cron_conv() argument 3481 struct pam_message **m = msgs; in cron_conv()
|