/illumos-gate/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 …]
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/ |
H A D | generisize.pl | 21 my %msgs; 27 if (defined $msgs{$msg}) { 28 $msgs{$msg}++; 30 $msgs{$msg} = 1; 57 foreach my $key (sort { $msgs{$b} <=> $msgs{$a} } keys %msgs) { 58 my $count = $msgs{$key}; 61 $count = $msgs{$key} - $msgs{$key} % 10;
|
/illumos-gate/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()
|
/illumos-gate/usr/src/lib/pam_modules/krb5/ |
H A D | krb5_password.c | 51 char msgs[][PAM_MAX_MSG_SIZE]); 491 char msgs[2][PAM_MAX_MSG_SIZE]; in krb5_changepw() local 493 (void) snprintf(msgs[0], PAM_MAX_MSG_SIZE, "%s", in krb5_changepw() 496 (void) snprintf(msgs[1], PAM_MAX_MSG_SIZE, "%s", msg_ret); in krb5_changepw() 498 display_msgs(pamh, PAM_ERROR_MSG, 2, msgs); in krb5_changepw() 517 int msg_style, int nmsg, char msgs[][PAM_MAX_MSG_SIZE]) in display_msgs() 519 (void) __pam_display_msg(pamh, msg_style, nmsg, msgs, NULL); in display_msgs()
|
H A D | krb5_authenticate.c | 378 struct pam_message *msgs = NULL; in pam_krb5_prompter() local 408 msgs = (struct pam_message *)calloc(num_prompts, in pam_krb5_prompter() 410 if (msgs == NULL) { in pam_krb5_prompter() 413 (void) memset(msgs, 0, sizeof (struct pam_message) * num_prompts); in pam_krb5_prompter() 418 msgs[i].msg_style = PAM_PROMPT_ECHO_OFF; in pam_krb5_prompter() 420 msgs[i].msg_style = PAM_PROMPT_ECHO_ON; in pam_krb5_prompter() 430 msgs[i].msg = strdup(tmpbuf); in pam_krb5_prompter() 431 if (msgs[i].msg == NULL) { in pam_krb5_prompter() 440 if ((pam_convp->conv)(num_prompts, (const struct pam_message **)&msgs, in pam_krb5_prompter() 477 if (msgs[i].msg) { in pam_krb5_prompter() [all …]
|
/illumos-gate/usr/src/cmd/ast/ |
H A D | Makefile.astmsg | 55 ASTMSGS= $(LIBOBJS:%.o=msgs/%.mso) 65 msgs/%.mso: $(ASTSRC)/%.c 69 msgs/%.mso: ../%.c
|
/illumos-gate/usr/src/cmd/bhyve/test/tests/mevent/ |
H A D | read_disable.c | 107 char *msgs[] = { "first", "second" }; in main() local 123 msg = msgs[0]; in main() 144 msg = msgs[1]; in main()
|
/illumos-gate/usr/src/cmd/awk_xpg4/ |
H A D | awk4.c | 722 static char msgs[7][256]; in matherr() local 726 msgs[0] = gettext("Unknown FP error"), in matherr() 727 msgs[1] = gettext("Domain"), in matherr() 728 msgs[2] = gettext("Singularity"), in matherr() 729 msgs[3] = gettext("Overflow"), in matherr() 730 msgs[4] = gettext("Underflow"), in matherr() 731 msgs[5] = gettext("Total loss of precision"), in matherr() 732 msgs[6] = gettext("Partial loss of precision") in matherr() 738 (void)fprintf(stderr, "awk: %s", strmsg(msgs[type])); in matherr()
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/mib/ |
H A D | tst.icmp.ksh | 47 msgs = args[0]; 51 /in && reps && msgs/
|
/illumos-gate/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
|
/illumos-gate/usr/src/cmd/lp/ |
H A D | Makefile.lp | 69 LIBMSG = $(LPLIB)/msgs/liblpmsg.a 81 LINTMSG = $(LPLIB)/msgs/llib-llpmsg.ln
|
/illumos-gate/usr/src/cmd/fm/modules/common/syslog-msgs/ |
H A D | Makefile | 25 MODULE = syslog-msgs
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | com_err.h | 36 /*@shared@*/ char const * const * msgs; member
|
/illumos-gate/usr/src/cmd/fm/modules/common/ |
H A D | Makefile | 39 syslog-msgs \
|
/illumos-gate/usr/src/cmd/lp/lib/ |
H A D | Makefile | 39 msgs \
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | Makefile | 30 msgs.o get_addrs.o ctl_transact.o invite.o look_up.o
|
/illumos-gate/usr/src/cmd/cdrw/ |
H A D | Makefile | 29 OBJS= main.o mmc.o device.o transport.o util.o msgs.o misc_scsi.o dumpinfo.o \
|
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | Makefile | 74 msgs.c \
|
/illumos-gate/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()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/ |
H A D | NOTES | 33 (4) msgcat global target build msgs/*.mso and $(CATALOG).msg
|
/illumos-gate/usr/src/contrib/mDNSResponder/ |
H A D | README | 51 * mDNSDebug.c modified to not send msgs directly to console when
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | pci_emul.h | 256 void pci_populate_msicap(struct msicap *cap, int msgs, int nextptr);
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/ |
H A D | mcp_public.h | 1685 #define MFW_DRV_MSG_MAX_DWORDS(msgs) (((msgs - 1) >> 2) + 1) argument
|
/illumos-gate/usr/src/cmd/fm/dicts/ |
H A D | FMD.po | 29 msgid "syslog-msgs-message-template"
|