| /mirbsd/src/usr.sbin/dhcpd/ |
| D | db.c | 64 int errors = 0; in write_lease() local 72 ++errors; in write_lease() 82 ++errors; in write_lease() 92 ++errors; in write_lease() 102 ++errors; in write_lease() 111 ++errors; in write_lease() 117 ++errors; in write_lease() 126 ++errors; in write_lease() 133 ++errors; in write_lease() 145 ++errors; in write_lease() [all …]
|
| /mirbsd/src/lib/libssl/src/crypto/engine/vendor_defns/ |
| D | hwcryptohook.h | 324 const HWCryptoHook_ErrMsgBuf *errors, 362 const HWCryptoHook_ErrMsgBuf *errors); 371 const HWCryptoHook_ErrMsgBuf *errors); 380 const HWCryptoHook_ErrMsgBuf *errors); 392 const HWCryptoHook_ErrMsgBuf *errors); 404 const HWCryptoHook_ErrMsgBuf *errors); 426 const HWCryptoHook_ErrMsgBuf *errors, 450 const HWCryptoHook_ErrMsgBuf *errors); 474 const HWCryptoHook_ErrMsgBuf *errors); 482 const HWCryptoHook_ErrMsgBuf *errors);
|
| /mirbsd/src/usr.sbin/httpd/src/support/ |
| D | logresolve.c | 102 static int errors[MAX_ERR + 3]; variable 251 if (errors[HOST_NOT_FOUND]) in stats() 252 fprintf(output, " - Not found : %d\n", errors[HOST_NOT_FOUND]); in stats() 253 if (errors[TRY_AGAIN]) in stats() 254 fprintf(output, " - Try again : %d\n", errors[TRY_AGAIN]); in stats() 255 if (errors[NO_DATA]) in stats() 256 fprintf(output, " - No data : %d\n", errors[NO_DATA]); in stats() 257 if (errors[NO_ADDRESS]) in stats() 258 fprintf(output, " - No address: %d\n", errors[NO_ADDRESS]); in stats() 259 if (errors[NO_REVERSE]) in stats() [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/t/lib/strict/ |
| D | subs | 33 Execution of - aborted due to compilation errors. 41 Execution of - aborted due to compilation errors. 50 Execution of - aborted due to compilation errors. 59 Execution of - aborted due to compilation errors. 67 Execution of - aborted due to compilation errors. 87 Execution of - aborted due to compilation errors. 99 Execution of - aborted due to compilation errors. 112 Execution of - aborted due to compilation errors. 124 Execution of - aborted due to compilation errors. 170 Execution of - aborted due to compilation errors. [all …]
|
| D | vars | 53 Execution of - aborted due to compilation errors. 61 Execution of - aborted due to compilation errors. 69 Execution of - aborted due to compilation errors. 82 Execution of - aborted due to compilation errors. 94 Execution of - aborted due to compilation errors. 171 abc.pm has too many errors. 197 Execution of - aborted due to compilation errors. 210 Execution of - aborted due to compilation errors. 224 Execution of - aborted due to compilation errors. 265 Execution of - aborted due to compilation errors. [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | podchecker.PL | 161 my $errors = 163 if($errors > 0) { 167 $podfile, $errors, 168 ($errors == 1) ? "error" : "errors"); 170 elsif($errors < 0) {
|
| /mirbsd/src/bin/rmdir/ |
| D | rmdir.c | 55 int ch, errors; in main() local 77 for (errors = 0; *argv; argv++) { in main() 88 errors = 1; in main() 90 errors |= rm_path(*argv); in main() 93 return (errors); in main()
|
| /mirbsd/src/gnu/usr.bin/cvs/contrib/ |
| D | pvcs2rcs.in | 289 my ($errors, $warnings) = (0, 0); 387 $error_count_ref = \$errors; 424 my ($errors, $warnings) = (0, 0); # We return these error counters 461 error_count 'error', \$errors, "skipping directory $dir from $cd"; 463 return ($errors, $warnings); 482 error_count 'error', \$errors, 486 return ($errors, $warnings); 502 error_count 'error', \$errors, "no such directory/file $dir from $cd\n"; 505 return ($errors, $warnings); 553 error_count 'error', \$errors, "skipping directory &cd/$fn"; [all …]
|
| /mirbsd/src/sbin/disklabel/ |
| D | disklabel.c | 1322 int lineno = 0, errors = 0; in getasciilabel() local 1337 errors++; in getasciilabel() 1371 errors++; in getasciilabel() 1394 errors++; in getasciilabel() 1413 errors++; in getasciilabel() 1422 errors++; in getasciilabel() 1431 errors++; in getasciilabel() 1440 errors++; in getasciilabel() 1449 errors++; in getasciilabel() 1458 errors++; in getasciilabel() [all …]
|
| /mirbsd/src/usr.bin/make/ |
| D | regress.c | 46 errors++; \ 53 unsigned int errors = 0; in main() local 75 if (errors != 0) in main() 76 printf("Errors: %d\n", errors); in main()
|
| D | error.c | 137 Finish(int errors) /* number of errors encountered in Make_Make */ in Finish() argument 139 Fatal("%d error%s", errors, errors == 1 ? "" : "s"); in Finish()
|
| D | make.c | 774 int errors; /* Number of errors the Job module reports */ in Make_Run() local 843 errors = Job_Finish(); in Make_Run() 849 errors = errors == 0 && numNodes != 0; in Make_Run() 850 Lst_ForEach(targs, MakePrintStatus, &errors); in Make_Run()
|
| D | compat.c | 563 int errors; /* Number of targets not remade due to errors */ in Compat_Run() local 597 errors = 0; in Compat_Run() 605 errors += 1; in Compat_Run() 610 if (errors == 0) in Compat_Run()
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Getopt/Long/t/ |
| D | gol-linkage.t | 58 my $errors; 60 local $SIG{__WARN__}= sub { $errors.=join("\n",@_,'') }; 68 print (($errors=~/Unknown option:/) ? "" : "not ", "ok 29\n"); 69 $errors=""; 76 print (($errors eq '') ? "" : "not ", "ok 30\n");
|
| /mirbsd/src/usr.sbin/tokenadm/ |
| D | tokenadm.c | 72 int c, errors; in main() local 82 errors = 0; in main() 227 errors++; in main() 233 ++errors; in main() 241 ++errors; in main() 250 ++errors; in main() 258 exit(errors); in main()
|
| /mirbsd/src/gnu/usr.bin/perl/ext/B/B/ |
| D | Assembler.pm | 28 my($linenum, $errors, $out); # global state, set up by newasm 33 $errors++; 256 $linenum = $errors = 0; 263 if ($errors) { 264 die "There were $errors assembly errors\n"; 266 $linenum = $errors = $out = 0;
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | exceptions.h | 52 enum errors { enum 81 enum errors error; 163 extern NORETURN void throw_verror (enum errors, const char *fmt, 166 extern NORETURN void throw_error (enum errors error, const char *fmt,
|
| D | exceptions.c | 377 throw_it (enum return_reason reason, enum errors error, const char *fmt, 380 throw_it (enum return_reason reason, enum errors error, const char *fmt, in throw_it() 402 throw_verror (enum errors error, const char *fmt, va_list ap) in throw_verror() 414 throw_error (enum errors error, const char *fmt, ...) in throw_error()
|
| /mirbsd/src/usr.sbin/tokeninit/ |
| D | tokeninit.c | 60 int errors = 0; in main() local 161 errors++; in main() 169 errors++; in main() 173 exit(errors); in main()
|
| /mirbsd/src/usr.sbin/bad144/ |
| D | bad144.c | 331 int errors = 0, warned = 0; in checkold() local 335 errors++; in checkold() 339 errors++; in checkold() 352 errors++; in checkold() 359 errors++; in checkold() 365 errors++; in checkold() 369 if (errors) in checkold()
|
| /mirbsd/src/lib/libssl/src/doc/crypto/ |
| D | err.pod | 76 =head2 Reporting errors 79 errors. Its first argument is a function code B<XXX_F_...>, the second 96 When you are using new function or reason codes, run B<make errors>. 100 Although a library will normally report errors using its own specific 116 Running B<make errors> will then generate a file B<xxx_err.c>, and 141 after this point will be overwritten when B<make errors> is run. 166 on the assumption that the most recent errors are most important.
|
| D | CONF_modules_load_file.pod | 31 B<CONF_MFLAGS_IGNORE_ERRORS> if set errors returned by individual 35 Normally any modules errors will add error information to the error queue. If 48 failure. If module errors are not ignored the return code will reflect the
|
| /mirbsd/src/usr.sbin/ntpd/ |
| D | parse.y | 44 static int errors = 0; variable 80 | grammar error '\n' { errors++; } 255 errors = 1; in yyerror() 458 errors = 0; in parse_config() 472 return (errors ? -1 : 0); in parse_config()
|
| /mirbsd/src/gnu/usr.bin/perl/t/op/ |
| D | closure.t | 197 my($code, $inner_sub_test, $expected, $line, $errors, $output); 460 $errors = join '', <READ2>; } 490 { local $/; open IN, $errfile; $errors = <IN>; close IN } 494 print STDERR $errors; 495 if ($debugging && ($errors || $? || ($output =~ /not ok/))) {
|
| /mirbsd/src/bin/systrace/ |
| D | parse.y | 61 int errors = 0; variable 466 errors = 1; 514 errors = 0; in parse_filter() 523 return (errors ? -1 : 0); in parse_filter()
|