Home
last modified time | relevance | path

Searched refs:msgs (Results 1 – 25 of 29) sorted by relevance

12

/titanic_50/usr/src/cmd/localedef/
H A Dmessages.c32 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_50/usr/src/lib/libpkg/common/
H A Dpkgerr.c49 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_50/usr/src/lib/libslp/javalib/com/sun/slp/
H A DUARequester.java111 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 DAssert.java56 ResourceBundle msgs = conf.getMessageBundle(conf.getLocale()); in printMessageAndDie() local
57 String failed = msgs.getString("assert_failed"); in printMessageAndDie()
/titanic_50/usr/src/lib/libprtdiag_psr/sparc/sunfire/common/
H A Dsunfire.c99 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_50/usr/src/lib/pam_modules/krb5/
H A Dkrb5_password.c49 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 Dkrb5_authenticate.c386 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_50/usr/src/lib/
H A DMakefile.astmsg53 ASTMSGS= $(OBJECTS:%.o=msgs/%.mso)
62 msgs/%.mso: ../common/%.c
66 msgs/%.mso: ../%.c
/titanic_50/usr/src/cmd/dtrace/test/tst/common/mib/
H A Dtst.icmp.ksh47 msgs = args[0];
51 /in && reps && msgs/
/titanic_50/usr/src/cmd/awk_xpg4/
H A Dawk4.c723 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_50/usr/src/cmd/lp/lib/papi/
H A DMakefile31 LPSCHED_OBJS = lpsched-msgs.o lpsched-service.o lpsched-printers.o \
48 LDLIBS += -L$(SRC)/cmd/lp/lib/msgs -llpmsg
/titanic_50/usr/src/cmd/lp/
H A DMakefile.lp68 LIBMSG = $(LPLIB)/msgs/liblpmsg.a
80 LINTMSG = $(LPLIB)/msgs/llib-llpmsg.ln
/titanic_50/usr/src/cmd/fm/modules/common/syslog-msgs/
H A DMakefile25 MODULE = syslog-msgs
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dcom_err.h38 /*@shared@*/ char const * const * msgs; member
/titanic_50/usr/src/cmd/fm/modules/common/
H A DMakefile39 syslog-msgs \
/titanic_50/usr/src/cmd/lp/lib/
H A DMakefile39 msgs \
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/talk/
H A DMakefile29 msgs.o get_addrs.o ctl_transact.o invite.o look_up.o
/titanic_50/usr/src/cmd/cdrw/
H A DMakefile28 OBJS= main.o mmc.o device.o transport.o util.o msgs.o misc_scsi.o dumpinfo.o \
/titanic_50/usr/src/cmd/lp/cmd/lpsched/
H A DMakefile76 msgs.c \
/titanic_50/usr/src/cmd/ast/msgcc/
H A DNOTES33 (4) msgcat global target build msgs/*.mso and $(CATALOG).msg
/titanic_50/usr/src/cmd/syseventadm/
H A Dsyseventadm.c297 char **msgs; in usage() local
300 msgs = usage_msg; in usage()
302 (void) fputs(*msgs++, stderr); in usage()
/titanic_50/usr/src/lib/libdns_sd/
H A DREADME48 * mDNSDebug.c modified to not send msgs directly to console when
/titanic_50/usr/src/cmd/fm/dicts/
H A DFMD.po29 msgid "syslog-msgs-message-template"
/titanic_50/usr/src/pkg/manifests/
H A Dservice-fault-management.mf420 # - ext-event-transport, ip-transport, syslog-msgs,
462 file path=usr/lib/fm/fmd/plugins/syslog-msgs.conf \
464 file path=usr/lib/fm/fmd/plugins/syslog-msgs.so mode=0555 \
/titanic_50/usr/src/cmd/cron/
H A Dcron.c3478 cron_conv(int num_msg, struct pam_message **msgs, in cron_conv() argument
3481 struct pam_message **m = msgs; in cron_conv()

12