| /NextBSD/contrib/wpa/src/utils/ |
| HD | utils_module_tests.c | 48 int errors = 0; in printf_encode_decode_tests() local 63 errors++; in printf_encode_decode_tests() 71 errors++; in printf_encode_decode_tests() 79 errors++; in printf_encode_decode_tests() 88 errors++; in printf_encode_decode_tests() 93 errors++; in printf_encode_decode_tests() 96 errors++; in printf_encode_decode_tests() 99 errors++; in printf_encode_decode_tests() 102 errors++; in printf_encode_decode_tests() 111 errors++; in printf_encode_decode_tests() [all …]
|
| HD | xml_libxml2.c | 62 struct str_buf errors; in xml_validate() local 77 os_memset(&errors, 0, sizeof(errors)); in xml_validate() 82 &errors); in xml_validate() 89 &errors); in xml_validate() 97 os_free(errors.buf); in xml_validate() 101 *ret_err = errors.buf; in xml_validate() 103 os_free(errors.buf); in xml_validate() 107 *ret_err = errors.buf; in xml_validate() 109 os_free(errors.buf); in xml_validate() 123 struct str_buf errors; in xml_validate_dtd() local [all …]
|
| /NextBSD/sys/geom/vinum/ |
| HD | geom_vinum_share.c | 442 int j, errors; in gv_new_drive() local 450 errors = 0; in gv_new_drive() 455 errors++; in gv_new_drive() 462 errors++; in gv_new_drive() 477 errors++; in gv_new_drive() 479 if (errors) { in gv_new_drive() 492 int j, errors; in gv_new_volume() local 501 errors = 0; in gv_new_volume() 506 errors++; in gv_new_volume() 517 errors++; in gv_new_volume() [all …]
|
| /NextBSD/share/mk/ |
| HD | version_gen.awk | 42 errors = warns = 0; 73 errors++; 79 errors++; 89 errors++; 97 errors++; 104 errors++; 129 errors++; 134 errors++; 162 errors++; 179 errors++; [all …]
|
| /NextBSD/contrib/amd/fsinfo/ |
| HD | wr_exportfs.c | 53 write_export_info(FILE *ef, qelem *q, int errors) in write_export_info() argument 61 errors += write_export_info(ef, mp->m_mount, 0); in write_export_info() 64 return errors; in write_export_info() 71 int errors = 0; in write_dkexports() local 76 errors += write_export_info(ef, dp->d_mount, 0); in write_dkexports() 79 return errors; in write_dkexports() 86 int errors = 0; in write_exportfs() local 97 errors += write_dkexports(ef, hp->h_disk_fs); in write_exportfs() 98 errors += pref_close(ef); in write_exportfs() 100 errors++; in write_exportfs() [all …]
|
| HD | wr_bparam.c | 58 int errors = 0; in write_nfsname() local 64 return errors; in write_nfsname() 74 int errors = 0; in write_boot_info() local 77 errors += write_nfsname(ef, hp->h_netroot, hp->h_hostname); in write_boot_info() 79 errors += write_nfsname(ef, hp->h_netswap, hp->h_hostname); in write_boot_info() 92 int errors = 0; in write_bootparams() local 100 errors += write_boot_info(ef, hp); in write_bootparams() 101 errors += pref_close(ef); in write_bootparams() 103 errors++; in write_bootparams() 107 return errors; in write_bootparams()
|
| HD | wr_dumpset.c | 55 int errors = 0; in write_dumpset_info() local 69 return errors; in write_dumpset_info() 76 int errors = 0; in write_dumpset() local 85 errors += write_dumpset_info(ef, hp->h_disk_fs); in write_dumpset() 88 errors += pref_close(ef); in write_dumpset() 90 errors++; in write_dumpset() 94 return errors; in write_dumpset()
|
| HD | wr_atab.c | 58 int errors = 0; in write_amount_info() local 74 errors += write_amount_info(af, ap2, sk); in write_amount_info() 87 errors++; in write_amount_info() 245 return errors; in write_amount_info() 256 int errors = 0; in write_amount() local 290 errors += write_amount_info(af, ap, strlen(ap->a_name) + 1); in write_amount() 291 errors += pref_close(af); in write_amount() 310 errors += write_amount_info(af, ap, 1); in write_amount() 311 errors += pref_close(af); in write_amount() 314 return errors; in write_amount() [all …]
|
| HD | fsinfo.c | 65 int errors; variable 262 errors = 1; in main() 263 errors += file_io_errors + parse_errors; in main() 265 if (errors == 0) { in main() 276 if (errors == 0) { in main() 289 exit(errors); in main() 290 return errors; /* should never reach here */ in main()
|
| /NextBSD/contrib/openpam/misc/ |
| HD | gendoc.pl | 117 my @errors; 172 push(@errors, $1); 338 'errors' => \@errors, 358 my %errors; 368 foreach (@{$$func{errors}}) { 374 $errors{$1} = 1; 388 foreach (@{$FUNCTIONS{$ref}->{errors}}) { 389 $errors{$_} = 1; 395 foreach (@{$$func{errors}}) { 397 delete($errors{$1}); [all …]
|
| /NextBSD/crypto/openssl/engines/vendor_defns/ |
| HD | hwcryptohook.h | 333 errors, 375 const HWCryptoHook_ErrMsgBuf * errors); 384 const HWCryptoHook_ErrMsgBuf * errors); 393 const HWCryptoHook_ErrMsgBuf * errors); 405 const HWCryptoHook_ErrMsgBuf * errors); 417 const HWCryptoHook_ErrMsgBuf * errors); 440 const HWCryptoHook_ErrMsgBuf * errors, 465 const HWCryptoHook_ErrMsgBuf * errors); 490 const HWCryptoHook_ErrMsgBuf * errors); 498 const HWCryptoHook_ErrMsgBuf * errors);
|
| /NextBSD/contrib/llvm/tools/lldb/source/Expression/ |
| HD | ClangFunction.cpp | 121 ClangFunction::CompileFunction (Stream &errors) in CompileFunction() argument 191 errors.Printf("Could not determine type of input value %" PRIu64 ".", (uint64_t)i); in CompileFunction() 243 num_errors = m_parser->Parse (errors); in CompileFunction() 247 errors.Printf("no process - unable to inject function"); in CompileFunction() 260 ClangFunction::WriteFunctionWrapper (ExecutionContext &exe_ctx, Stream &errors) in WriteFunctionWrapper() argument 313 …on::WriteFunctionArguments (ExecutionContext &exe_ctx, lldb::addr_t &args_addr_ref, Stream &errors) in WriteFunctionArguments() argument 315 … return WriteFunctionArguments(exe_ctx, args_addr_ref, m_function_addr, m_arg_values, errors); in WriteFunctionArguments() 325 Stream &errors) in WriteFunctionArguments() argument 331 … errors.Printf("Argument information was not correctly parsed, so the function cannot be called."); in WriteFunctionArguments() 377 …errors.Printf ("Wrong number of arguments - was: %" PRIu64 " should be: %" PRIu64 "", (uint64_t)nu… in WriteFunctionArguments() [all …]
|
| /NextBSD/contrib/wpa/src/crypto/ |
| HD | crypto_module_tests.c | 791 int errors = 0; in test_md5() local 801 errors++; in test_md5() 813 errors++; in test_md5() 819 if (!errors) in test_md5() 822 return errors; in test_md5() 937 int errors = 0; in test_eap_fast() local 947 errors++; in test_eap_fast() 957 errors++; in test_eap_fast() 966 errors++; in test_eap_fast() 977 errors++; in test_eap_fast() [all …]
|
| /NextBSD/contrib/gcclibs/libiberty/ |
| HD | gather-docs | 54 $errors = 0; 60 $errors ++; 101 exit $errors if $errors; 105 $errors ++; 123 $errors ++; 128 exit $errors;
|
| /NextBSD/contrib/binutils/libiberty/ |
| HD | gather-docs | 54 $errors = 0; 60 $errors ++; 101 exit $errors if $errors; 105 $errors ++; 123 $errors ++; 128 exit $errors;
|
| /NextBSD/crypto/heimdal/lib/krb5/ |
| HD | test_hostname.c | 77 int i, errors = 0; in test_expand_hostname() local 89 errors += expand_hostname(context, tests[i].orig_hostname); in test_expand_hostname() 92 return errors; in test_expand_hostname() 117 int optidx = 0, errors = 0; in main() local 141 errors += expand_hostname(context, *argv++); in main() 142 return errors; in main() 145 errors += test_expand_hostname(context); in main() 149 return errors; in main()
|
| /NextBSD/bin/sh/tests/builtins/ |
| HD | case9.0 | 3 errors=0 20 errors=$((errors + 1)) 36 errors=$((errors + 1)) 39 exit $((errors != 0))
|
| /NextBSD/usr.sbin/config/ |
| HD | mkheaders.c | 54 int errors; in headers() local 56 errors = 0; in headers() 61 errors++; in headers() 64 if (errors) in headers() 65 errx(1, "%d errors", errors); in headers()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| HD | ClangFunction.h | 138 CompileFunction (Stream &errors); 161 Stream &errors); 177 Stream &errors); 199 Stream &errors); 230 Stream &errors); 263 Stream &errors, 295 Stream &errors);
|
| /NextBSD/lib/libmach/mach/ |
| HD | mach_error_string.c | 94 if (system > err_max_system || sub >= errors[system].max_sub) in mach_error_type() 96 return(errors[system].subsystem[sub].subsys_name); in mach_error_type() 116 if (sub >= errors[system].max_sub) in mach_error_string_int() 117 return(errors[system].bad_sub); in mach_error_string_int() 118 if (code >= errors[system].subsystem[sub].max_code) in mach_error_string_int() 122 return( errors[system].subsystem[sub].codes[code] ); in mach_error_string_int()
|
| /NextBSD/contrib/subversion/subversion/svn/ |
| HD | changelist-cmd.c | 48 apr_array_header_t *errors = apr_array_make(pool, 0, sizeof(apr_status_t)); in svn_cl__changelist() local 88 errors, opt_state->quiet, in svn_cl__changelist() 99 errors, opt_state->quiet, in svn_cl__changelist() 105 if (errors->nelts > 0) in svn_cl__changelist() 111 for (i = 0; i < errors->nelts; i++) in svn_cl__changelist() 113 apr_status_t status = APR_ARRAY_IDX(errors, i, apr_status_t); in svn_cl__changelist()
|
| HD | add-cmd.c | 54 apr_array_header_t *errors = apr_array_make(pool, 0, sizeof(apr_status_t)); in svn_cl__add() local 83 errors, opt_state->quiet, in svn_cl__add() 91 if (errors->nelts > 0) in svn_cl__add() 96 for (i = 0; i < errors->nelts; i++) in svn_cl__add() 98 apr_status_t status = APR_ARRAY_IDX(errors, i, apr_status_t); in svn_cl__add()
|
| HD | cat-cmd.c | 53 apr_array_header_t *errors = apr_array_make(pool, 0, sizeof(apr_status_t)); in svn_cl__cat() local 83 errors, opt_state->quiet, in svn_cl__cat() 92 if (errors->nelts > 0) in svn_cl__cat() 96 for (i = 0; i < errors->nelts; i++) in svn_cl__cat() 98 apr_status_t status = APR_ARRAY_IDX(errors, i, apr_status_t); in svn_cl__cat()
|
| /NextBSD/bin/rmdir/ |
| HD | rmdir.c | 59 int ch, errors; in main() local 79 for (errors = 0; *argv; argv++) { in main() 82 errors = 1; in main() 87 errors |= rm_path(*argv); in main() 91 exit(errors); in main()
|
| /NextBSD/sbin/bsdlabel/ |
| HD | bsdlabel.c | 773 int lineno = 0, errors = 0; in getasciilabel() local 792 errors++; in getasciilabel() 831 errors++; in getasciilabel() 849 errors++; in getasciilabel() 854 errors++; in getasciilabel() 875 errors++; in getasciilabel() 890 errors++; in getasciilabel() 900 errors++; in getasciilabel() 910 errors++; in getasciilabel() 920 errors++; in getasciilabel() [all …]
|