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

123

/freebsd-10.2-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-10.2-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-10.2-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-10.2-release/contrib/libyaml/tests/
H A Dexample-reformatter.c123 fprintf(stderr, "Reader error: %s: #%X at %d\n", parser.problem,
127 fprintf(stderr, "Reader error: %s at %d\n", parser.problem,
137 parser.problem, parser.problem_mark.line+1,
142 parser.problem, parser.problem_mark.line+1,
152 parser.problem, parser.problem_mark.line+1,
157 parser.problem, parser.problem_mark.line+1,
184 fprintf(stderr, "Writer error: %s\n", emitter.problem);
188 fprintf(stderr, "Emitter error: %s\n", emitter.problem);
H A Dexample-reformatter-alt.c123 fprintf(stderr, "Reader error: %s: #%X at %d\n", parser.problem,
127 fprintf(stderr, "Reader error: %s at %d\n", parser.problem,
137 parser.problem, parser.problem_mark.line+1,
142 parser.problem, parser.problem_mark.line+1,
152 parser.problem, parser.problem_mark.line+1,
157 parser.problem, parser.problem_mark.line+1,
167 parser.problem, parser.problem_mark.line+1,
172 parser.problem, parser.problem_mark.line+1,
199 fprintf(stderr, "Writer error: %s\n", emitter.problem);
203 fprintf(stderr, "Emitter error: %s\n", emitter.problem);
[all...]
H A Dtest-reader.c148 parser.problem, parser.problem_value, parser.problem_offset);
152 parser.problem, parser.problem_offset);
183 printf("- (reader error: %s at %d)\n", parser.problem, parser.problem_offset);
235 printf("\treader error: %s at %d\n", parser.problem, parser.problem_offset);
265 printf("\treader error: %s at %d\n", parser.problem, parser.problem_offset);
306 printf("\treader error: %s at %d\n", parser.problem, parser.problem_offset);
336 printf("\treader error: %s at %d\n", parser.problem, parser.problem_offset);
H A Dexample-deconstructor-alt.c706 fprintf(stderr, "Reader error: %s: #%X at %d\n", parser.problem,
710 fprintf(stderr, "Reader error: %s at %d\n", parser.problem,
720 parser.problem, parser.problem_mark.line+1,
725 parser.problem, parser.problem_mark.line+1,
735 parser.problem, parser.problem_mark.line+1,
740 parser.problem, parser.problem_mark.line+1,
769 fprintf(stderr, "Writer error: %s\n", emitter.problem);
773 fprintf(stderr, "Emitter error: %s\n", emitter.problem);
H A Dexample-deconstructor.c1036 fprintf(stderr, "Reader error: %s: #%X at %d\n", parser.problem,
1040 fprintf(stderr, "Reader error: %s at %d\n", parser.problem,
1050 parser.problem, parser.problem_mark.line+1,
1055 parser.problem, parser.problem_mark.line+1,
1065 parser.problem, parser.problem_mark.line+1,
1070 parser.problem, parser.problem_mark.line+1,
1099 fprintf(stderr, "Writer error: %s\n", emitter.problem);
1103 fprintf(stderr, "Emitter error: %s\n", emitter.problem);
/freebsd-10.2-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)
/freebsd-10.2-release/contrib/libyaml/src/
H A Dwriter.c9 yaml_emitter_set_writer_error(yaml_emitter_t *emitter, const char *problem);
19 yaml_emitter_set_writer_error(yaml_emitter_t *emitter, const char *problem) argument
22 emitter->problem = problem;
H A Dloader.c17 const char *problem, yaml_mark_t problem_mark);
22 const char *problem, yaml_mark_t problem_mark);
120 const char *problem, yaml_mark_t problem_mark)
123 parser->problem = problem;
136 const char *problem, yaml_mark_t problem_mark)
141 parser->problem = problem;
119 yaml_parser_set_composer_error(yaml_parser_t *parser, const char *problem, yaml_mark_t problem_mark) argument
134 yaml_parser_set_composer_error_context(yaml_parser_t *parser, const char *context, yaml_mark_t context_mark, const char *problem, yaml_mark_t problem_mark) argument
H A Dreader.c9 yaml_parser_set_reader_error(yaml_parser_t *parser, const char *problem,
26 yaml_parser_set_reader_error(yaml_parser_t *parser, const char *problem, argument
30 parser->problem = problem;
H A Dparser.c76 const char *problem, yaml_mark_t problem_mark);
81 const char *problem, yaml_mark_t problem_mark);
197 const char *problem, yaml_mark_t problem_mark)
200 parser->problem = problem;
209 const char *problem, yaml_mark_t problem_mark)
214 parser->problem = problem;
196 yaml_parser_set_parser_error(yaml_parser_t *parser, const char *problem, yaml_mark_t problem_mark) argument
207 yaml_parser_set_parser_error_context(yaml_parser_t *parser, const char *context, yaml_mark_t context_mark, const char *problem, yaml_mark_t problem_mark) argument
H A Demitter.c76 yaml_emitter_set_emitter_error(yaml_emitter_t *emitter, const char *problem);
268 yaml_emitter_set_emitter_error(yaml_emitter_t *emitter, const char *problem) argument
271 emitter->problem = problem;
H A Dscanner.c582 yaml_mark_t context_mark, const char *problem);
783 yaml_mark_t context_mark, const char *problem)
788 parser->problem = problem;
782 yaml_parser_set_scanner_error(yaml_parser_t *parser, const char *context, yaml_mark_t context_mark, const char *problem) argument
/freebsd-10.2-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-10.2-release/usr.bin/patch/
H A Dbackupfile.c211 invalid_arg(const char *kind, const char *value, int problem) argument
214 if (problem == -1)
/freebsd-10.2-release/contrib/sendmail/src/
H A Dcollect.c813 char *problem; local
821 problem = "unexpected close";
823 problem = "I/O error";
825 problem = "read timeout";
829 problem, host,
833 problem, host,
837 problem, host,
H A Dtls.c224 bool use, problem; local
227 problem = false;
234 problem = true;
246 problem = true;
265 if (problem)
711 /* 0.9.8a and b have a problem with SSL_OP_TLS_BLOCK_PADDING_BUG */
766 ** this isn't a problem since in a failure case this function
1674 ** For your server the problem is different, because it
/freebsd-10.2-release/contrib/libyaml/include/
H A Dyaml.h1091 const char *problem; member in struct:yaml_parser_s
1092 /** The byte about which the problem occured. */
1096 /** The problem position. */
1535 const char *problem; member in struct:yaml_emitter_s
/freebsd-10.2-release/usr.bin/chat/
H A Dchat.c1304 chat_logf("warning: alarm synchronization problem");
/freebsd-10.2-release/contrib/llvm/lib/Support/Unix/
H A DMemory.inc64 // Somehow, this problem is not present on Linux, but it does happen
/freebsd-10.2-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...]

Completed in 118 milliseconds

123