Home
last modified time | relevance | path

Searched refs:problem (Results 1 – 25 of 1465) sorted by relevance

12345678910>>...59

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauth-krb5.c62 krb5_error_code problem; in krb5_init() local
65 problem = krb5_init_context(&authctxt->krb5_ctx); in krb5_init()
66 if (problem) in krb5_init()
67 return (problem); in krb5_init()
81 krb5_error_code problem; in auth_krb5() local
93 problem = krb5_init(authctxt); in auth_krb5()
94 if (problem) in auth_krb5()
97 problem = krb5_auth_con_init(authctxt->krb5_ctx, in auth_krb5()
99 if (problem) in auth_krb5()
103 problem = krb5_auth_con_setaddrs_from_fd(authctxt->krb5_ctx, in auth_krb5()
[all …]
H A Dgss-serv-krb5.c60 krb5_error_code problem; in ssh_gssapi_krb5_init() local
65 problem = krb5_init_context(&krb_context); in ssh_gssapi_krb5_init()
66 if (problem) { in ssh_gssapi_krb5_init()
118 krb5_error_code problem; in ssh_gssapi_krb5_storecreds() local
132 if ((problem = krb5_cc_new_unique(krb_context, krb5_fcc_ops.prefix, in ssh_gssapi_krb5_storecreds()
134 errmsg = krb5_get_error_message(krb_context, problem); in ssh_gssapi_krb5_storecreds()
140 if ((problem = krb5_parse_name(krb_context, in ssh_gssapi_krb5_storecreds()
142 errmsg = krb5_get_error_message(krb_context, problem); in ssh_gssapi_krb5_storecreds()
149 if ((problem = krb5_cc_initialize(krb_context, ccache, princ))) { in ssh_gssapi_krb5_storecreds()
150 errmsg = krb5_get_error_message(krb_context, problem); in ssh_gssapi_krb5_storecreds()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddf-core.c415 df_add_problem (const struct df_problem *problem) in df_add_problem() argument
421 if (problem->dependent_problem) in df_add_problem()
422 df_add_problem (problem->dependent_problem); in df_add_problem()
427 dflow = df->problems_by_index[problem->id]; in df_add_problem()
433 dflow->problem = problem; in df_add_problem()
436 df->problems_by_index[dflow->problem->id] = dflow; in df_add_problem()
448 if (problem->id < df->problems_in_order[i]->problem->id) in df_add_problem()
505 if (dflow->optional_p && dflow->problem->reset_fun) in df_set_blocks()
506 dflow->problem->reset_fun (df->blocks_to_analyze); in df_set_blocks()
507 else if (dflow->problem->free_blocks_on_set_blocks) in df_set_blocks()
[all …]
H A Dopt-problem.h192 opt_problem *problem = NULL; in failure_at() local
197 problem = new opt_problem (loc, fmt, &ap); in failure_at()
200 return opt_result (false, problem); in failure_at()
216 opt_result (wrapped_t result, opt_problem *problem) in opt_result() argument
217 : opt_wrapper <bool> (result, problem) in opt_result()
250 opt_problem *problem = NULL; in failure_at() local
255 problem = new opt_problem (loc, fmt, &ap); in failure_at()
258 return opt_pointer_wrapper <wrapped_pointer_t> (NULL, problem); in failure_at()
279 opt_pointer_wrapper (wrapped_pointer_t result, opt_problem *problem) in opt_pointer_wrapper() argument
280 : opt_wrapper<PtrType_t> (result, problem) in opt_pointer_wrapper()
H A Dopt-problem.cc234 opt_problem *problem = res.get_problem (); in test_opt_result_failure_at() local
238 ASSERT_NE (problem, NULL); in test_opt_result_failure_at()
239 ASSERT_EQ (problem->get_dump_location ().get_location_t (), in test_opt_result_failure_at()
245 = problem->get_dump_location ().get_impl_location (); in test_opt_result_failure_at()
252 const optinfo &info = problem->get_optinfo (); in test_opt_result_failure_at()
267 problem->emit_and_clear (); in test_opt_result_failure_at()
317 ASSERT_EQ (problem, NULL); in test_opt_result_failure_at()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddf-core.cc415 df_add_problem (const struct df_problem *problem) in df_add_problem() argument
421 if (problem->dependent_problem) in df_add_problem()
422 df_add_problem (problem->dependent_problem); in df_add_problem()
427 dflow = df->problems_by_index[problem->id]; in df_add_problem()
433 dflow->problem = problem; in df_add_problem()
436 df->problems_by_index[dflow->problem->id] = dflow; in df_add_problem()
448 if (problem->id < df->problems_in_order[i]->problem->id) in df_add_problem()
505 if (dflow->optional_p && dflow->problem->reset_fun) in df_set_blocks()
506 dflow->problem->reset_fun (df->blocks_to_analyze); in df_set_blocks()
507 else if (dflow->problem->free_blocks_on_set_blocks) in df_set_blocks()
[all …]
H A Dopt-problem.h192 opt_problem *problem = NULL; in failure_at() local
197 problem = new opt_problem (loc, fmt, &ap); in failure_at()
200 return opt_result (false, problem); in failure_at()
216 opt_result (wrapped_t result, opt_problem *problem) in opt_result() argument
217 : opt_wrapper <bool> (result, problem) in opt_result()
250 opt_problem *problem = NULL; in failure_at() local
255 problem = new opt_problem (loc, fmt, &ap); in failure_at()
258 return opt_pointer_wrapper <wrapped_pointer_t> (NULL, problem); in failure_at()
279 opt_pointer_wrapper (wrapped_pointer_t result, opt_problem *problem) in opt_pointer_wrapper() argument
280 : opt_wrapper<PtrType_t> (result, problem) in opt_pointer_wrapper()
H A Dopt-problem.cc234 opt_problem *problem = res.get_problem (); in test_opt_result_failure_at() local
238 ASSERT_NE (problem, NULL); in test_opt_result_failure_at()
239 ASSERT_EQ (problem->get_dump_location ().get_location_t (), in test_opt_result_failure_at()
245 = problem->get_dump_location ().get_impl_location (); in test_opt_result_failure_at()
252 const optinfo &info = problem->get_optinfo (); in test_opt_result_failure_at()
267 problem->emit_and_clear (); in test_opt_result_failure_at()
317 ASSERT_EQ (problem, NULL); in test_opt_result_failure_at()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Daddress_to_krb5addr.c50 krb5_error_code problem; in _gsskrb5i_address_to_krb5addr() local
67 problem = krb5_h_addr2sockaddr (context, in _gsskrb5i_address_to_krb5addr()
73 if (problem) in _gsskrb5i_address_to_krb5addr()
76 problem = krb5_sockaddr2address (context, &sa, address); in _gsskrb5i_address_to_krb5addr()
78 return problem; in _gsskrb5i_address_to_krb5addr()
/netbsd-src/external/bsd/libpcap/dist/
H A DCONTRIBUTING.md8 To report a non-security problem (failure to compile, failure to capture packets
11 please check that the problem reproduces with the current git master branch of
12 libpcap. If it does (and it is not a security-related problem, otherwise see
14 and check if the problem has already been reported. If it has not, please open
21 * statement of the problem
24 Please note that if you know exactly how to solve the problem and the solution
/netbsd-src/external/gpl2/send-pr/dist/send-pr/
H A Dstates.texi25 The responsible person has analyzed the problem. The analysis should
26 contain a preliminary evaluation of the problem and an estimate of the
27 amount of time and resources necessary to solve the problem. It should
33 The problem has been solved, and the originator has been given a patch
48 Work on the problem has been postponed. This happens if a timely
51 sought. If the problem cannot be solved at all, it should be closed
H A Dfields.texi167 A terse description of the problem. This field normally contains the
256 (@sc{Text}) One-line summary of the problem. @w{@code{send-pr}} copies
263 (@sc{Enumerated}) The severity of the problem. Accepted values include:
300 The problem should be solved in the next release.
304 The problem should be solved in a future release.
314 the problem lies. The values for this field are defined by the Support
323 (@sc{Enumerated}) The class of a problem can be one of the following:
328 A general product problem. (@samp{sw} stands for ``software''.)
332 A problem with the documentation.
340 A support problem or question.
[all …]
H A Dsend-pr.info30 mail to submit support questions and problem reports to a central
53 strongly recommended for all initial problem-oriented correspondence
56 responsible for the category of the problem you report contacts you
73 A "Problem Report" is a message that describes a problem you are
78 the problem you are announcing (*note Problem Report format: Fields.).
102 The responsible person has analyzed the problem. The analysis
103 should contain a preliminary evaluation of the problem and an
105 the problem. It should also suggest possible workarounds.
108 The problem has been solved, and the originator has been given a
118 Work on the problem has been postponed. This happens if a timely
[all …]
H A Ds-usage.texi67 You may submit problem reports to different Support Sites from the
95 SEND-PR: a problem report.
139 @samp{>Synopsis:} field expects a short synopsis of the problem, which
155 >Synopsis: <synopsis of the problem (one line)>
165 <precise description of the problem (multiple lines)>
169 <how to correct or work around the problem, if known
247 You may also submit problem reports to different Support Sites from the
267 replace it with the keyword corresponding to your problem (the list of
269 example, if the problem you wish to report has to do with the @sc{gnu} C
328 To send the problem report use: C-c C-c
[all …]
/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A DREADME109 3. Fixed a problem with weak sequences containing non-spacing marks in the
112 4. Fixed a problem with text runs of the opposite direction of the string
126 1. Fixed a problem with the bidi algorithm locating directional section
129 2. Fixed a problem with the bidi algorithm starting the reordering correctly.
131 3. Fixed a problem with the bidi algorithm determining end boundaries for LTR
134 4. Fixed a problem with the bidi algorithm reordering weak (digits and number
162 2. Fixed a problem with choosing the correct field when mapping case.
170 1. Fixed a problem with an incorrect amount of storage being allocated for the
181 1. Fixed a problem with adding certain ranges.
189 1. Fixed a problem with looking up decompositions in "ucgendat."
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dnamadr_list.ref12 ./namadr_list: warning: command line: 2001:240:5c7:0:2d0:b7ff:fe88:2ca7: table lookup problem
46 ./namadr_list: warning: command line: fail:1: table lookup problem
48 ./namadr_list: warning: command line: fail:1: table lookup problem
52 ./namadr_list: warning: command line: non-existent:/tmp/nosuchfile: table lookup problem
/netbsd-src/external/bsd/nvi/dist/
H A DChanges7 * the preserve command overwrote the edited file; the problem
19 (problem reported by Dima Dorfman <dima@unixfreak.org>)
22 (problem reported by Arfst Ludwig <Arfst.Ludwig@LHSystems.COM>)
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/
H A Dtroubleshooting.sdf14 Chances are the problem has been solved and explained in detail many times before.
18 More often than not, an error is caused by a configuration problem or a misunderstanding
25 The following checklist can help track down your problem. Please try to use if {{B:before}}
53 However, make sure it's not already a known bug or a common user problem.
85 H2: How to present your problem
/netbsd-src/external/bsd/am-utils/dist/
H A DFAQ44 problem exists if you use the userland "automount" daemon instead of
46 address this serious problem.
53 older than kernel." Is it a problem?
60 really bothers you, then one way to "fix" the problem is to recompile
/netbsd-src/external/cddl/dtracetoolkit/dist/Notes/
H A Diotop_notes.txt23 understate the problem.
27 the problem (consider all ten disks at 10% utilisation, this would also be
37 a block disk device. A problem happens when a metadevice contains physical
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Notes/
H A Diotop_notes.txt23 understate the problem.
27 the problem (consider all ten disks at 10% utilisation, this would also be
37 a block disk device. A problem happens when a metadevice contains physical
/netbsd-src/games/arithmetic/
H A Darithmetic.c91 static int problem(void);
149 if (problem() == EOF) in main()
191 problem(void) in problem() function
/netbsd-src/usr.sbin/bootp/bootpd/
H A DProblems17 problem, find the client names for which DNS lookup fails
49 Here is an explanation of the problem from a fellow at HP:
63 This problem has surfaced here more than once--each time with a
66 The real cause of this problem is the byte alignment in the vendor
/netbsd-src/sys/dev/isa/
H A DREADME.seagate46 physical addresses. There is no problem with the isa-bus address limit of
64 is some problem with BIOS calls not working. It is unfortunately impossible to
67 I have had problem to get the driver talk to a 40 MB Seagate disk. I dont have
71 the same as the disk says. This translation problem may cause problems when
/netbsd-src/external/ibm-public/postfix/dist/src/bounce/
H A D2template_test.in14 If you do so, please include this problem report. You can
37 If you do so, please include this problem report. You can
82 If you do so, please include this problem report. You can
105 If you do so, please include this problem report. You can

12345678910>>...59