Searched refs:errors (Results 1 - 25 of 173) sorted by relevance

1234567

/freebsd-10.0-release/usr.sbin/config/
H A Dmkheaders.c54 int errors; local
56 errors = 0;
61 errors++;
64 if (errors)
65 errx(1, "%d errors", errors);
/freebsd-10.0-release/contrib/amd/fsinfo/
H A Dwr_exportfs.c53 write_export_info(FILE *ef, qelem *q, int errors) argument
61 errors += write_export_info(ef, mp->m_mount, 0);
64 return errors;
71 int errors = 0; local
76 errors += write_export_info(ef, dp->d_mount, 0);
79 return errors;
86 int errors = 0; local
97 errors += write_dkexports(ef, hp->h_disk_fs);
98 errors += pref_close(ef);
100 errors
[all...]
H A Dwr_dumpset.c55 int errors = 0; local
69 return errors;
76 int errors = 0; local
85 errors += write_dumpset_info(ef, hp->h_disk_fs);
88 errors += pref_close(ef);
90 errors++;
94 return errors;
H A Dwr_bparam.c58 int errors = 0; local
64 return errors;
74 int errors = 0; local
77 errors += write_nfsname(ef, hp->h_netroot, hp->h_hostname);
79 errors += write_nfsname(ef, hp->h_netswap, hp->h_hostname);
92 int errors = 0; local
100 errors += write_boot_info(ef, hp);
101 errors += pref_close(ef);
103 errors++;
107 return errors;
[all...]
H A Dfsinfo.c65 int errors; variable
262 errors = 1;
263 errors += file_io_errors + parse_errors;
265 if (errors == 0) {
274 * Give up if errors
276 if (errors == 0) {
289 exit(errors);
290 return errors; /* should never reach here */
H A Dwr_atab.c58 int errors = 0; local
74 errors += write_amount_info(af, ap2, sk);
87 errors++;
245 return errors;
256 int errors = 0; local
290 errors += write_amount_info(af, ap, strlen(ap->a_name) + 1);
291 errors += pref_close(af);
310 errors += write_amount_info(af, ap, 1);
311 errors += pref_close(af);
314 return errors;
324 int errors = 0; local
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/assocs/
H A Dtst.invalidref.d40 errors = 0;
60 /errors > 1/
74 errors++;
/freebsd-10.0-release/share/mk/
H A Dversion_gen.awk42 errors = warns = 0;
73 errors++;
79 errors++;
89 errors++;
97 errors++;
104 errors++;
129 errors++;
134 errors++;
162 errors++;
179 errors
[all...]
/freebsd-10.0-release/crypto/heimdal/kadmin/
H A Dtest_util.c51 int i, errors = 0; local
60 errors++;
64 errors++;
68 return errors;
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dtest_hostname.c77 int i, errors = 0; local
89 errors += expand_hostname(context, tests[i].orig_hostname);
92 return errors;
117 int optidx = 0, errors = 0; local
141 errors += expand_hostname(context, *argv++);
142 return errors;
145 errors += test_expand_hostname(context);
149 return errors;
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dgai_strerror.c41 } errors[] = { variable in typeref:struct:gai_error
70 for (g = errors; g->str != NULL; ++g)
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dgather-docs54 $errors = 0;
60 $errors ++;
101 exit $errors if $errors;
105 $errors ++;
123 $errors ++;
128 exit $errors;
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dgather-docs54 $errors = 0;
60 $errors ++;
101 exit $errors if $errors;
105 $errors ++;
123 $errors ++;
128 exit $errors;
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DClangFunction.h128 /// @param[in] errors
129 /// The stream to print parser errors to.
132 /// The number of errors.
135 CompileFunction (Stream &errors);
149 /// @param[in] errors
150 /// The stream to write errors to.
158 Stream &errors);
167 /// @param[in] errors
168 /// The stream to write errors to.
174 Stream &errors);
487 GetThreadPlanToCallFunction(ExecutionContext &exe_ctx, lldb::addr_t &args_addr_ref, Stream &errors, bool stop_others, bool unwind_on_error = true, bool ignore_breakpoints = true) argument
[all...]
/freebsd-10.0-release/bin/rmdir/
H A Drmdir.c59 int ch, errors; local
79 for (errors = 0; *argv; argv++) {
82 errors = 1;
87 errors |= rm_path(*argv);
91 exit(errors);
/freebsd-10.0-release/contrib/subversion/subversion/svn/
H A Dchangelist-cmd.c49 apr_array_header_t *errors = apr_array_make(pool, 0, sizeof(apr_status_t));
93 doesn't even generate the errors. */
107 errors, opt_state->quiet,
118 errors, opt_state->quiet,
124 if (errors->nelts > 0)
130 for (i = 0; i < errors->nelts; i++)
132 apr_status_t status = APR_ARRAY_IDX(errors, i, apr_status_t);
48 apr_array_header_t *errors = apr_array_make(pool, 0, sizeof(apr_status_t)); local
H A Dadd-cmd.c56 apr_array_header_t *errors = apr_array_make(pool, 0, sizeof(apr_status_t));
85 errors, opt_state->quiet,
93 if (errors->nelts > 0)
98 for (i = 0; i < errors->nelts; i++)
100 apr_status_t status = APR_ARRAY_IDX(errors, i, apr_status_t);
54 apr_array_header_t *errors = apr_array_make(pool, 0, sizeof(apr_status_t)); local
H A Dcat-cmd.c55 apr_array_header_t *errors = apr_array_make(pool, 0, sizeof(apr_status_t));
84 errors, opt_state->quiet,
93 if (errors->nelts > 0)
97 for (i = 0; i < errors->nelts; i++)
99 apr_status_t status = APR_ARRAY_IDX(errors, i, apr_status_t);
53 apr_array_header_t *errors = apr_array_make(pool, 0, sizeof(apr_status_t)); local
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangFunction.cpp107 ClangFunction::CompileFunction (Stream &errors) argument
177 errors.Printf("Could not determine type of input value %lu.", i);
228 num_errors = m_parser->Parse (errors);
232 errors.Printf("no process - unable to inject function");
245 ClangFunction::WriteFunctionWrapper (ExecutionContext &exe_ctx, Stream &errors) argument
284 ClangFunction::WriteFunctionArguments (ExecutionContext &exe_ctx, lldb::addr_t &args_addr_ref, Stream &errors) argument
286 return WriteFunctionArguments(exe_ctx, args_addr_ref, m_function_addr, m_arg_values, errors);
296 Stream &errors)
302 errors.Printf("Argument information was not correctly parsed, so the function cannot be called.");
348 errors
292 WriteFunctionArguments(ExecutionContext &exe_ctx, lldb::addr_t &args_addr_ref, Address function_address, ValueList &arg_values, Stream &errors) argument
378 InsertFunction(ExecutionContext &exe_ctx, lldb::addr_t &args_addr_ref, Stream &errors) argument
397 GetThreadPlanToCallFunction(ExecutionContext &exe_ctx, lldb::addr_t func_addr, lldb::addr_t &args_addr, Stream &errors, bool stop_others, bool unwind_on_error, bool ignore_breakpoints, lldb::addr_t *this_arg, lldb::addr_t *cmd_arg) argument
483 ExecuteFunction(ExecutionContext &exe_ctx, Stream &errors, Value &results) argument
489 ExecuteFunction(ExecutionContext &exe_ctx, Stream &errors, bool stop_others, Value &results) argument
499 ExecuteFunction( ExecutionContext &exe_ctx, Stream &errors, uint32_t timeout_usec, bool try_all_threads, Value &results) argument
515 ExecuteFunction( ExecutionContext &exe_ctx, lldb::addr_t function_address, lldb::addr_t &void_arg, bool stop_others, bool try_all_threads, bool unwind_on_error, bool ignore_breakpoints, uint32_t timeout_usec, Stream &errors, lldb::addr_t *this_arg) argument
575 ExecuteFunction( ExecutionContext &exe_ctx, lldb::addr_t *args_addr_ptr, Stream &errors, bool stop_others, uint32_t timeout_usec, bool try_all_threads, bool unwind_on_error, bool ignore_breakpoints, Value &results) argument
[all...]
/freebsd-10.0-release/gnu/usr.bin/cc/gcov/
H A DMakefile11 SRCS= gcov.c version.c errors.c
/freebsd-10.0-release/crypto/openssl/engines/vendor_defns/
H A Dhwcryptohook.h291 * including more detailed reasons for errors which are reported in an
324 const HWCryptoHook_ErrMsgBuf *errors,
333 * in into *errors; on failure *errors is used for error handling, as
344 * You may pass 0 for the errors struct. In any case, unless you set
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);
[all...]
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-fpa.c135 int errors = 0; local
159 errors++;
174 if (errors)
178 return -errors;
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/tests/
H A Dtest_eap_sim_common.c42 int errors = 0; local
44 errors += test_eap_sim_prf();
46 return errors;
/freebsd-10.0-release/contrib/wpa/hostapd/
H A Dconfig_file.c1716 int errors = 0; local
1741 errors++;
1763 errors++;
1776 errors++;
1801 errors++;
1809 errors++;
1834 errors++;
1848 errors++;
1875 errors++;
1880 errors
3023 int errors = 0; local
3103 int errors; local
[all...]
/freebsd-10.0-release/sbin/kldload/
H A Dkldload.c141 int errors; local
147 errors = 0;
185 errors++;
193 errors++;
198 return (errors ? 1 : 0);

Completed in 355 milliseconds

1234567