| /trueos/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 …]
|
| /trueos/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 …]
|
| /trueos/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()
|
| /trueos/contrib/wpa/hostapd/ |
| HD | config_file.c | 1716 int errors = 0; in hostapd_config_fill() local 1741 errors++; in hostapd_config_fill() 1763 errors++; in hostapd_config_fill() 1776 errors++; in hostapd_config_fill() 1801 errors++; in hostapd_config_fill() 1809 errors++; in hostapd_config_fill() 1834 errors++; in hostapd_config_fill() 1848 errors++; in hostapd_config_fill() 1875 errors++; in hostapd_config_fill() 1880 errors++; in hostapd_config_fill() [all …]
|
| /trueos/contrib/llvm/tools/lldb/source/Expression/ |
| HD | ClangFunction.cpp | 106 ClangFunction::CompileFunction (Stream &errors) in CompileFunction() argument 176 errors.Printf("Could not determine type of input value %zu.", i); in CompileFunction() 227 num_errors = m_parser->Parse (errors); in CompileFunction() 231 errors.Printf("no process - unable to inject function"); in CompileFunction() 244 ClangFunction::WriteFunctionWrapper (ExecutionContext &exe_ctx, Stream &errors) in WriteFunctionWrapper() argument 283 …on::WriteFunctionArguments (ExecutionContext &exe_ctx, lldb::addr_t &args_addr_ref, Stream &errors) in WriteFunctionArguments() argument 285 … return WriteFunctionArguments(exe_ctx, args_addr_ref, m_function_addr, m_arg_values, errors); in WriteFunctionArguments() 295 Stream &errors) in WriteFunctionArguments() argument 301 … errors.Printf("Argument information was not correctly parsed, so the function cannot be called."); in WriteFunctionArguments() 347 …errors.Printf ("Wrong number of arguments - was: %zu should be: %zu", num_args, m_arg_values.GetSi… in WriteFunctionArguments() [all …]
|
| /trueos/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);
|
| /trueos/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 …]
|
| /trueos/contrib/gcclibs/libiberty/ |
| HD | gather-docs | 54 $errors = 0; 60 $errors ++; 101 exit $errors if $errors; 105 $errors ++; 123 $errors ++; 128 exit $errors;
|
| /trueos/contrib/binutils/libiberty/ |
| HD | gather-docs | 54 $errors = 0; 60 $errors ++; 101 exit $errors if $errors; 105 $errors ++; 123 $errors ++; 128 exit $errors;
|
| /trueos/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()
|
| /trueos/bin/sh/tests/builtins/ |
| HD | case9.0 | 3 errors=0 20 errors=$((errors + 1)) 36 errors=$((errors + 1)) 39 exit $((errors != 0))
|
| /trueos/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()
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| HD | ClangFunction.h | 135 CompileFunction (Stream &errors); 158 Stream &errors); 174 Stream &errors); 196 Stream &errors); 227 Stream &errors); 260 Stream &errors, 292 Stream &errors);
|
| /trueos/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()
|
| /trueos/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()
|
| /trueos/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 106 errors, opt_state->quiet, in svn_cl__changelist() 117 errors, opt_state->quiet, in svn_cl__changelist() 123 if (errors->nelts > 0) in svn_cl__changelist() 129 for (i = 0; i < errors->nelts; i++) in svn_cl__changelist() 131 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 82 errors, opt_state->quiet, in svn_cl__cat() 91 if (errors->nelts > 0) in svn_cl__cat() 95 for (i = 0; i < errors->nelts; i++) in svn_cl__cat() 97 apr_status_t status = APR_ARRAY_IDX(errors, i, apr_status_t); in svn_cl__cat()
|
| /trueos/sbin/bsdlabel/ |
| HD | bsdlabel.c | 774 int lineno = 0, errors = 0; in getasciilabel() local 793 errors++; in getasciilabel() 832 errors++; in getasciilabel() 850 errors++; in getasciilabel() 855 errors++; in getasciilabel() 876 errors++; in getasciilabel() 891 errors++; in getasciilabel() 901 errors++; in getasciilabel() 911 errors++; in getasciilabel() 921 errors++; in getasciilabel() [all …]
|
| /trueos/crypto/heimdal/kadmin/ |
| HD | test_util.c | 51 int i, errors = 0; in test_time() local 60 errors++; in test_time() 64 errors++; in test_time() 68 return errors; in test_time()
|
| /trueos/crypto/openssh/ |
| HD | entropy.c | 76 int fd, addr_len, rval, errors; in get_random_bytes_prngd() local 109 errors = 0; in get_random_bytes_prngd() 134 if (errno == EPIPE && errors < 10) { in get_random_bytes_prngd() 136 errors++; in get_random_bytes_prngd() 145 if (errno == EPIPE && errors < 10) { in get_random_bytes_prngd() 147 errors++; in get_random_bytes_prngd()
|