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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Drecvauth.c58 krb5_error_code retval, problem; local
68 * Zero out problem variable. If problem is set at the end of
73 problem = 0;
83 problem = KRB5_SENDAUTH_BADAUTHVERS;
89 problem = KRB5_SENDAUTH_BADAUTHVERS;
99 if (!problem) {
100 problem = KRB5_SENDAUTH_BADAPPLVERS;
104 if (version && !problem)
111 * exit with a return value of problem
[all...]
/osnet-11/usr/src/lib/libparted/common/lib/
H A Dargmatch.c131 argmatch_invalid (const char *context, const char *value, ptrdiff_t problem)
133 char const *format = (problem == -1
130 argmatch_invalid(const char *context, const char *value, ptrdiff_t problem) argument
/osnet-11/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.c168 bool use, problem; local
171 problem = false;
178 problem = true;
190 problem = true;
209 if (problem)
510 /* 0.9.8a and b have a problem with SSL_OP_TLS_BLOCK_PADDING_BUG */
568 ** this isn't a problem since in a failure case this function
1402 ** For your server the problem is different, because it

Completed in 42 milliseconds