Home
last modified time | relevance | path

Searched refs:msg (Results 151 – 175 of 1476) sorted by last modified time

12345678910>>...60

/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ldap.c190 LDAPMessage *msg=NULL, *res=NULL; local
222 msg = ldap_first_message(ld, res);
225 msg = ldap_first_entry(ld, res);
227 if (msg == NULL) {
233 values = ldap_get_values(ld, msg, "supportedSASLMechanisms");
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_db2.c2020 krb5_db2_release_errcode_string(krb5_context kcontext, const char *msg) in krb5_db2_release_errcode_string() argument
2022 krb5_free_error_message(kcontext, msg); in krb5_db2_release_errcode_string()
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_iters.c208 char *msg; in kadm5_get_either() local
232 ((msg = (char *) re_comp(regexp)) != NULL) in kadm5_get_either()
H A Dserver_acl.h80 #define DLOG(l1, cl, msg) if ((cl & l1) != 0) \ argument
81 com_err(programname, 0, msg)
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_init.c155 gss_buffer_desc msg = GSS_C_EMPTY_BUFFER; local
164 &msg_ctx, &msg);
177 (char *)msg.value);
178 if (msg.length != 0)
179 (void) gss_release_buffer(&min_stat, &msg);
204 display_status(msg, maj_stat, min_stat, mech) in display_status() argument
205 char *msg; in display_status()
219 display_status_1(msg, maj_stat, GSS_C_GSS_CODE, mech_oid);
220 display_status_1(msg, min_stat, GSS_C_MECH_CODE, mech_oid);
/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_kerrs.c68 fprintf(stderr, "->%s\n", ctx->err.msg); in spnego_set_error_message()
87 fprintf(stderr, "->%s\n", ctx->err.msg); in spnego_vset_error_message()
104 spnego_free_error_message (spnego_gss_ctx_id_t ctx, const char *msg) in spnego_free_error_message() argument
108 fprintf(stderr, "spnego_free_error_message(%p, %p)\n", ctx, msg); in spnego_free_error_message()
112 krb5int_free_error (&ctx->err, msg); in spnego_free_error_message()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dread_pwd.c205 read_pwd_proc(HWND hdlg, UINT msg, WPARAM wParam, LPARAM lParam) in read_pwd_proc() argument
209 switch(msg) { in read_pwd_proc()
H A Ddnsglue.c60 ns_msg msg; member
148 ret = ns_initparse(ds->ansp, ds->anslen, &ds->msg); in krb5int_dns_init()
187 while (ds->cur_ans < ns_msg_count(ds->msg, ns_s_an)) { in krb5int_dns_nextans()
188 len = ns_parserr(&ds->msg, ns_s_an, ds->cur_ans, &rr); in krb5int_dns_nextans()
/illumos-gate/usr/src/common/bzip2/
H A Dbzlib_private.h67 #define AssertD(cond,msg) \ argument
70 "\n\nlibbzip2(debug build): internal error\n\t%s\n", msg );\
74 #define AssertD(cond,msg) /* */ argument
96 #define AssertD(cond,msg) do { } while (0) argument
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vput.c336 vshowmode(unsigned char *msg) in vshowmode() argument
352 if (*msg) { in vshowmode()
354 for (p = msg; *p;) { in vshowmode()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c1767 char *msg = "Aborting queue run: load average too high"; local
1770 message("%s", msg);
1772 sm_syslog(LOG_INFO, NOQID, "runqueue: %s", msg);
1901 message("458 %s\n", msg);
1903 sm_syslog(LOG_INFO, NOQID, "runqueue: %s", msg);
1916 char *msg = "Skipping queue run -- too many children"; local
1919 message("458 %s (%d)\n", msg, CurChildren);
1922 msg, CurChildren);
1940 const char *msg = "Skipping queue run -- fork() failed"; local
1944 message("458 %s: %s\n", msg, err);
[all …]
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A DMakefile73 include ../Makefile.msg
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A DMakefile81 include ../Makefile.msg
/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A DMakefile86 include ../Makefile.msg
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A DMakefile106 include ../Makefile.msg
/illumos-gate/usr/src/cmd/lp/lib/forms/
H A DMakefile69 include ../Makefile.msg
/illumos-gate/usr/src/cmd/lp/lib/class/
H A DMakefile67 include ../Makefile.msg
/illumos-gate/usr/src/cmd/lp/lib/access/
H A DMakefile67 include ../Makefile.msg
/illumos-gate/usr/src/cmd/lp/filter/postscript/postreverse/
H A DMakefile66 include ../Makefile.msg
/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A DMakefile77 include ../Makefile.msg
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A DMakefile71 include ../Makefile.msg
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A DMakefile84 include ../Makefile.msg
/illumos-gate/usr/src/cmd/lp/filter/postscript/download/
H A DMakefile77 include ../Makefile.msg
/illumos-gate/usr/src/cmd/lp/cmd/lptest/
H A DMakefile71 include ../Makefile.msg
/illumos-gate/usr/src/cmd/login/
H A Dlogin.c801 login_conv(int num_msg, struct pam_message **msg, in login_conv() argument
817 m = *msg; in login_conv()
825 temp = getpassphrase(m->msg); in login_conv()
849 if (m->msg != NULL) in login_conv()
850 (void) fputs(m->msg, stdout); in login_conv()
901 if (m->msg != NULL) { in login_conv()
902 (void) fputs(m->msg, stderr); in login_conv()
909 if (m->msg != NULL) { in login_conv()
910 (void) fputs(m->msg, stdout); in login_conv()

12345678910>>...60