Searched defs:problem (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dprocess.c188 int problem = NOT_HERE; local
218 problem = PERMISSION_DENIED;
235 return (problem);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Drecvauth.c60 krb5_error_code retval, problem; local
70 * Zero out problem variable. If problem is set at the end of
75 problem = 0;
84 problem = KRB5_SENDAUTH_BADAUTHVERS;
89 problem = KRB5_SENDAUTH_BADAUTHVERS;
97 if (!problem)
98 problem = KRB5_SENDAUTH_BADAPPLVERS;
100 if (version && !problem)
105 * OK, now check the problem variabl
[all...]
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfaults.c167 static struct problem { struct
181 register struct problem *p;
185 #define PREFIX "Connect problem: "
186 #define SUFFIX "This problem has occurred several times.\nPlease check the dialing instructions for this printer.\n"
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dcollect.c802 char *problem; local
810 problem = "unexpected close";
812 problem = "I/O error";
814 problem = "read timeout";
818 problem, host,
822 problem, host,
826 problem, host,
H A Dtls.c169 bool use, problem; local
172 problem = false;
179 problem = true;
191 problem = true;
210 if (problem)
511 /* 0.9.8a and b have a problem with SSL_OP_TLS_BLOCK_PADDING_BUG */
569 ** this isn't a problem since in a failure case this function
1401 ** For your server the problem is different, because it

Completed in 89 milliseconds