Searched refs:problem (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-current/crypto/heimdal/lib/gssapi/krb5/
H A Daddress_to_krb5addr.c48 krb5_error_code problem; local
65 problem = krb5_h_addr2sockaddr (context,
71 if (problem)
74 problem = krb5_sockaddr2address (context, &sa, address);
76 return problem;
/freebsd-current/crypto/openssh/
H A Dauth-krb5.c61 krb5_error_code problem; local
64 problem = krb5_init_context(&authctxt->krb5_ctx);
65 if (problem)
66 return (problem);
78 krb5_error_code problem; local
90 problem = krb5_init(authctxt);
91 if (problem)
94 problem = krb5_parse_name(authctxt->krb5_ctx, client,
96 if (problem)
101 problem
[all...]
H A Dgss-serv-krb5.c65 krb5_error_code problem; local
70 problem = krb5_init_context(&krb_context);
71 if (problem) {
120 krb5_error_code problem; local
136 if ((problem = krb5_cc_new_unique(krb_context, krb5_fcc_ops.prefix,
138 errmsg = krb5_get_error_message(krb_context, problem);
141 if ((problem = krb5_cc_gen_new(krb_context, &krb5_fcc_ops, &ccache))) {
143 krb5_get_err_text(krb_context, problem));
149 if ((problem = ssh_krb5_cc_gen(krb_context, &ccache))) {
150 errmsg = krb5_get_error_message(krb_context, problem);
[all...]
/freebsd-current/contrib/ntp/scripts/build/
H A DgenAuthors.in40 my $problem = 0;
54 $problem = 1;
61 die "Fix the problem(s) noted above!\n" if $problem;
72 $problem = 1;
80 die "Fix the problem(s) noted above!\n" if $problem;
/freebsd-current/tools/test/stress2/tools/
H A Dfail.sh64 mountu.sh 20170321 Known NFS problem
68 nfssillyrename.sh 20170321 Known problem
/freebsd-current/usr.bin/patch/
H A Dbackupfile.c209 invalid_arg(const char *kind, const char *value, int problem) argument
212 if (problem == -1)
/freebsd-current/tools/test/stress2/misc/
H A Dmsync2.sh108 wr(); /* No problem here */
H A Dmsync.sh119 arg3 = arg3 & ~MS_INVALIDATE; /* No problem seen */
H A Dnamecache.sh96 /* Test scenario for possible name cache problem */
H A Drename6.sh31 # Demonstrate rename(2) cache problem, where the original name lingers in the VFS cache.
121 /* No cache problem is seen */
H A Dtmpfs8.sh31 # Demonstrate rename(2) cache problem for tmpfs(5). Fixed in r226987.
126 /* No cache problem is seen */
/freebsd-current/contrib/sendmail/src/
H A Dcollect.c928 char *problem; local
932 problem = "unexpected close";
934 problem = "I/O error";
936 problem = BARE_LF_MSG;
938 problem = BARE_CR_MSG;
940 problem = "read timeout";
951 #define CONN_ERR_ARGS LOG_CLT, CONN_LOG_FROM, problem, \
H A Dtls.c302 bool use, problem; local
305 problem = false;
312 problem = true;
324 problem = true;
343 if (problem)
967 /* 0.9.8a and b have a problem with SSL_OP_TLS_BLOCK_PADDING_BUG */
1017 ** this isn't a problem since in a failure case this function
2251 ** For your server the problem is different, because it
/freebsd-current/contrib/wpa/src/fst/
H A Dfst_ctrl_iface.c568 goto problem;
573 goto problem;
581 goto problem;
585 goto problem;
590 problem:
H A Dfst_session.c1594 goto problem;
1598 goto problem;
1601 goto problem;
1605 problem:
/freebsd-current/usr.bin/chat/
H A Dchat.c1301 chat_logf("warning: alarm synchronization problem");
/freebsd-current/contrib/bmake/unit-tests/
H A Dopt-debug-lint.mk32 # error. In all practical cases, this is no problem. This particular test
H A Dcond-token-plain.mk263 # have side effects, making this problem rather academic, but it is there.
H A Dvarmod-ifelse.mk153 # message in situations like these, pointing directly to the specific problem
/freebsd-current/contrib/kyua/utils/process/
H A Dexecutor_pid_test.cpp65 *** Please report this problem to kyua-discuss@googlegroups.com detailing what you were doing before the crash happened; if possible, include the log file mentioned above
/freebsd-current/share/mk/
H A Dsys.mk72 # this should not be a real problem for incremental builds.
306 # when running target scripts, this is a problem for many makefiles here.
H A Dbsd.dep.mk285 # if custom rules are defined). The only time this causes a problem is when
H A Ddirdeps.mk860 # If TARGET_SPEC and MACHINE are insufficient, you have a problem.
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm788 failure code and a warning about where the problem is. Backslashes
1088 filling out the template. The problem is the same as if you had
2331 problem. If you do, I will fix it.
/freebsd-current/contrib/bmake/mk/
H A Ddirdeps.mk863 # If TARGET_SPEC and MACHINE are insufficient, you have a problem.

Completed in 312 milliseconds

12