| /dflybsd-src/crypto/openssh/ |
| H A D | auth-krb5.c | 61 krb5_error_code problem; in krb5_init() local 64 problem = krb5_init_context(&authctxt->krb5_ctx); in krb5_init() 65 if (problem) in krb5_init() 66 return (problem); in krb5_init() 78 krb5_error_code problem; in auth_krb5_password() local 90 problem = krb5_init(authctxt); in auth_krb5_password() 91 if (problem) in auth_krb5_password() 94 problem = krb5_parse_name(authctxt->krb5_ctx, client, in auth_krb5_password() 96 if (problem) in auth_krb5_password() 101 problem = krb5_cc_new_unique(authctxt->krb5_ctx, in auth_krb5_password() [all …]
|
| H A D | gss-serv-krb5.c | 65 krb5_error_code problem; in ssh_gssapi_krb5_init() local 70 problem = krb5_init_context(&krb_context); in ssh_gssapi_krb5_init() 71 if (problem) { in ssh_gssapi_krb5_init() 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 …]
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | df-core.c | 423 df_add_problem (struct df_problem *problem) in df_add_problem() argument 429 if (problem->dependent_problem) in df_add_problem() 430 df_add_problem (problem->dependent_problem); in df_add_problem() 435 dflow = df->problems_by_index[problem->id]; in df_add_problem() 441 dflow->problem = problem; in df_add_problem() 444 df->problems_by_index[dflow->problem->id] = dflow; in df_add_problem() 456 if (problem->id < df->problems_in_order[i]->problem->id) in df_add_problem() 514 if (dflow->optional_p && dflow->problem->reset_fun) in df_set_blocks() 515 dflow->problem->reset_fun (df->blocks_to_analyze); in df_set_blocks() 516 else if (dflow->problem->free_blocks_on_set_blocks) in df_set_blocks() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | df-core.c | 415 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 …]
|
| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | utils.c | 820 internal_vproblem (struct internal_problem *problem, in internal_vproblem() argument 870 file, line, problem->name, msg); in internal_vproblem() 875 if (problem->should_quit == internal_problem_ask) in internal_vproblem() 890 else if (problem->should_quit == internal_problem_yes) in internal_vproblem() 892 else if (problem->should_quit == internal_problem_no) in internal_vproblem() 897 if (problem->should_dump_core == internal_problem_ask) in internal_vproblem() 909 else if (problem->should_dump_core == internal_problem_yes) in internal_vproblem() 911 else if (problem->should_dump_core == internal_problem_no) in internal_vproblem() 1006 add_internal_problem_command (struct internal_problem *problem) in add_internal_problem_command() argument 1019 problem->name); in add_internal_problem_command() [all …]
|
| /dflybsd-src/games/arithmetic/ |
| H A D | arithmetic.c | 78 static int problem(void); 142 if (problem() == EOF) in main() 180 problem(void) in problem() function
|
| /dflybsd-src/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 29 iASL/NHLT table: Fixed a reported problem where a fault would occur 487 iASL: Fixed a problem where method names in "Alias ()" statement could be 686 Fixed a problem with the local version of sprint(): On 32-bit, the 714 problem by enabling the sleep button in ACPI legacy wake. From Anchal 724 machines. Avoid this problem by renaming this variable from HOST to 741 Fixes a problem with the External operator where extra/extraneous bytes 1029 Dispatch active GPEs at init time") to get undone, so the problem 1548 any ACPI error encountered during table load. This is a problem because 1861 this is potentially a serious problem, it can generate a lot of 1886 iASL: Fixed a problem with the compiler constant folding feature as [all …]
|
| /dflybsd-src/contrib/nvi2/cl/ |
| H A D | README.signal | 28 that doesn't seem like a problem. 33 creates a key mapping with an infinite loop. This problem will become 46 input buffer might solve the latter problem, but it's not going to be 70 The second problem is that vi permits you to enter literal signal 91 work well for trying to detect infinite maps. The problem is that 117 literal character. To some extent, we have this problem already, 136 The problem with this is that if we do our own SIGTSTP handling, in either 149 how it left them), and starts prompting the user for input. The problem is
|
| /dflybsd-src/contrib/grep/lib/ |
| H A D | argmatch.c | 129 argmatch_invalid (const char *context, const char *value, ptrdiff_t problem) in argmatch_invalid() argument 131 char const *format = (problem == -1 in argmatch_invalid()
|
| /dflybsd-src/usr.bin/patch/ |
| H A D | backupfile.c | 215 invalid_arg(const char *kind, const char *value, int problem) in invalid_arg() argument 218 if (problem == -1) in invalid_arg()
|
| /dflybsd-src/contrib/tcp_wrappers/ |
| H A D | CHANGES | 56 earlier workaround for a similar problem in FreeBSD 2.0. 139 - Dropped several new solutions that were in need of a problem. Beta 166 dropping clients. Like showing a banner that explains the problem. 213 potential problem. Suggested by Peter Wemm. 272 - Workaround for a weird problem with DG/UX when the wrapper is run as 397 special-cases localhost (problem reported by several sites). 406 you, adjust the TIMEOUT definition in file rfc931.c (problem reported 411 problem and its solution were discussed on the rfc931-users mailing 417 (problem reported by Icarus Sparry, I.Sparry@gdr.bath.ac.uk). 419 - A portability problem was fixed that caused compile-time problems [all …]
|
| /dflybsd-src/contrib/wpa_supplicant/src/fst/ |
| H A D | fst_ctrl_iface.c | 568 goto problem; in get_peer_mbies() 573 goto problem; in get_peer_mbies() 581 goto problem; in get_peer_mbies() 585 goto problem; in get_peer_mbies() 590 problem: in get_peer_mbies()
|
| /dflybsd-src/contrib/binutils-2.27/binutils/ |
| H A D | README | 176 - The actual input file that caused the problem. 186 testcase that triggers the problem. In the case of a gas problem, we 197 In the case of a ld problem, the input files are .o, .a and .so files, 204 Note that your simple two line C program to trigger a problem typically 214 demonstrate the problem. Also, don't bother paring it down if that will
|
| /dflybsd-src/tools/regression/bin/sh/parameters/ |
| H A D | mail2.0 | 9 # ktrace problem
|
| H A D | mail1.0 | 9 # ktrace problem
|
| /dflybsd-src/etc/pam.d/ |
| H A D | xdm | 21 # out the session line works around the problem.
|
| /dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
| H A D | bugreport.texi | 13 When you encounter a problem, the first thing to do is to see if it is 15 report the problem.
|
| /dflybsd-src/contrib/file/magic/Magdir/ |
| H A D | att3b | 7 # (Was the problem just one of endianness?)
|
| H A D | vax | 20 # (Was the problem just one of endianness?)
|
| /dflybsd-src/usr.sbin/cron/doc/ |
| H A D | CHANGES | 94 patch for the "%" interpretation problem and also helped me understand a 95 tricky bit of badness in the "log_fd" problem. 108 sent me the most amazing, um, collection of patches for this problem. Thanks 116 problem in my "crontab -e" implementation.
|
| H A D | MAIL | 48 << well, the environment IS a problem. processes that cron forks 124 that any output means a problem occurred, you can avoid most logfile 162 One problem that has always plagued me with cron is the assumed ORing. 331 BSD doesn't have this problem -- TZ is passed right on through if 339 problem with cron and TZ when I used it. >> 357 The other problem you have is making sure you can run standard 364 This could mean do not log the uudemon.hr run unless there is a problem of 366 those that do are already a problem for people. 456 Another problem is with timezones. It is necessary to specify TZ=PST8PDT (or
|
| /dflybsd-src/sbin/natd/ |
| H A D | HISTORY | 108 versions. This should fix the problem with wrong 110 - Buffer space problem found by Sergio Lenzi <lenzi@bsi.com.br>
|
| /dflybsd-src/contrib/zlib-1.2/ |
| H A D | FAQ | 58 Please try to reproduce the problem with a small program and send the 126 which have this problem. This problem is specific to Solaris. See 203 difficulties, please provide a complete problem report to zlib@gzip.org 209 directory for a possible solution to your problem. 345 41. I'm having a problem with the zip functions in zlib, can you help?
|
| /dflybsd-src/contrib/bzip2/ |
| H A D | CHANGES | 29 Fixed a problem with error reporting in bzip2.c. This does not effect 33 reporting the problem correctly. This shouldn't give any data loss 165 then the exit value 0 is returned, unless some other problem is 295 * Fix file permissions race problem (CAN-2005-0953).
|
| /dflybsd-src/test/stress/stress2/misc/ |
| H A D | namecache.sh | 95 /* Test scenario for possible name cache problem */
|