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

123

/freebsd-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/contrib/cvs/lib/
H A Dargmatch.c74 invalid_arg (kind, value, problem)
77 int problem;
80 if (problem == -1)
/freebsd-9.3-release/contrib/gcc/
H A Ddf-core.c34 The file df-problems.c provides problem instance for the most common
48 df_add_problem (df, problem, flags);
76 DF_ADD_PROBLEM adds a problem, defined by an instance to struct
78 calls to add a problem for a given instance of df must occur before
87 definitions. As long as these dependencies are listed in the problem
90 df_add_problem. Note that it is not necessary to have a problem. In
168 needed) it to formulate a problem specific solution.
321 /* All df instance must define the scanning problem. */
330 df_add_problem (struct df *df, struct df_problem *problem, int flags) argument
334 /* First try to add the dependent problem
[all...]
H A Dtree-loop-linear.c258 bool problem = false; local
283 problem = true;
288 if (problem)
H A Ddf.h40 /* Scanning is not really a dataflow problem, but it is useful to have
126 /* Allocate the problem specific data. */
129 /* This function is called if the problem has global data that needs
160 /* Function to massage the information after the problem solving. */
163 /* Function to free all of the problem specific datastructures. */
169 /* Function to add problem a dataflow problem that must be solved
170 before this problem can be solved. */
173 /* The static description of a dataflow problem to solve. See above
177 /* The unique id of the problem
204 struct df_problem *problem; /* The problem to be solved. */ member in struct:dataflow
[all...]
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp12 // problem representing the register allocation problem under consideration,
85 /// PBQP based allocators solve the register allocation problem by mapping
145 /// \brief Given a solved PBQP problem maps this solution back to a register
147 bool mapPBQPToRegAlloc(const PBQPRAProblem &problem,
252 // Record the mapping and allowed set in the problem.
467 bool RegAllocPBQP::mapPBQPToRegAlloc(const PBQPRAProblem &problem, argument
475 const PBQP::Graph &g = problem.getGraph();
481 unsigned vreg = problem.getVRegForNode(*nodeItr);
484 if (problem
[all...]
/freebsd-9.3-release/contrib/gnu-sort/lib/
H A Dargmatch.h67 ptrdiff_t problem);
H A Dargmatch.c132 argmatch_invalid (const char *context, const char *value, ptrdiff_t problem)
134 char const *format = (problem == -1
131 argmatch_invalid(const char *context, const char *value, ptrdiff_t problem) argument
/freebsd-9.3-release/contrib/sendmail/src/
H A Dcollect.c812 char *problem; local
820 problem = "unexpected close";
822 problem = "I/O error";
824 problem = "read timeout";
828 problem, host,
832 problem, host,
836 problem, host,
H A Dtls.c168 bool use, problem; local
171 problem = false;
178 problem = true;
190 problem = true;
209 if (problem)
537 /* 0.9.8a and b have a problem with SSL_OP_TLS_BLOCK_PADDING_BUG */
595 ** this isn't a problem since in a failure case this function
1455 ** For your server the problem is different, because it
/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dbackupfile.c304 invalid_arg(const char *kind, char *value, int problem) argument
307 if (problem == -1)
/freebsd-9.3-release/contrib/one-true-awk/
H A DFIXES112 run into the problem, apparently. thanks to alistair crooks.
381 jon snader <jsnader@ix.netcom.com> for pointing out the problem.
384 fixed an 8-bit problem in b.c by making several char*'s into
450 changed isnumber to is_number to avoid the problem caused by
462 avoids problem on Mac and potentially on Unix & Windows.
679 fixed yet another subtle self-assignment problem:
740 increased buffer in gsub. a very crude fix to a general problem.
829 fix potential problem in tran.c -- something was freed,
1010 lib.c and tran.c have been moved to obviate this problem.
/freebsd-9.3-release/contrib/cvs/
H A Dacinclude.m4157 # of the support they need to fix the problem is installed if they can
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY42 provide a counter of orphan'd NAT entries to track this problem.
46 Fix build problem for Solaris prior to S10U4
454 Fix other protocols, as required, where a similar problem may exist.
464 Fix a problem where it was possible to load duplicate rules into ipf
632 resolve problem with linux panic'ing because the wrong flag was being
910 fix problem with icmp codes > 127 in filter rules caused bad things to
1023 fix problem where source address in icmp replies is reversed
1025 fix yet another problem with real audio.
1068 fix problem with fragment table not recording rule pointer when called
1122 fix problem wit
[all...]
/freebsd-9.3-release/usr.bin/chat/
H A Dchat.c1303 chat_logf("warning: alarm synchronization problem");
/freebsd-9.3-release/contrib/llvm/lib/Support/Unix/
H A DMemory.inc64 // Somehow, this problem is not present on Linux, but it does happen
/freebsd-9.3-release/contrib/file/
H A DREADME127 * Full name and contact method (for discussion when entry has problem)
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dutils.c451 continuations. There is a problem though. In some cases new
514 continuations. There is a problem though. In some cases new
714 /* Report a problem, internal to GDB, to the user. Once the problem
719 internal_vproblem (struct internal_problem *problem,
729 static char msg[] = "Recursive internal problem.\n";
760 A problem internal to GDB has been detected,\n\
761 further debugging may prove unreliable.", file, line, problem->name, msg);
766 switch (problem->should_quit)
784 switch (problem
717 internal_vproblem(struct internal_problem *problem, const char *file, int line, const char *fmt, va_list ap) argument
[all...]
/freebsd-9.3-release/contrib/gdb/
H A Dlibtool.m4395 *** libraries will work regardless of this problem. Nevertheless, you
396 *** may want to report the problem to your system manager and/or to
/freebsd-9.3-release/share/mk/
H A Dsys.mk350 # when running target scripts, this is a problem for many makefiles here.
/freebsd-9.3-release/sys/cam/
H A DREADME.quirks32 1. Determing the problem
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dlb1spc.asm131 ! compute sign of result; if neither is negative, no problem
479 ! compute sign of result; if neither is negative, no problem

Completed in 389 milliseconds

123