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

12345678

/freebsd-10-stable/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-stable/contrib/amd/fsinfo/
H A Dwr_exportfs.c49 write_export_info(FILE *ef, qelem *q, int errors) argument
57 errors += write_export_info(ef, mp->m_mount, 0);
60 return errors;
67 int errors = 0; local
72 errors += write_export_info(ef, dp->d_mount, 0);
75 return errors;
82 int errors = 0; local
93 errors += write_dkexports(ef, hp->h_disk_fs);
94 errors += pref_close(ef);
96 errors
[all...]
H A Dwr_dumpset.c51 int errors = 0; local
65 return errors;
72 int errors = 0; local
81 errors += write_dumpset_info(ef, hp->h_disk_fs);
84 errors += pref_close(ef);
86 errors++;
90 return errors;
H A Dwr_bparam.c54 int errors = 0; local
60 return errors;
70 int errors = 0; local
73 errors += write_nfsname(ef, hp->h_netroot, hp->h_hostname);
75 errors += write_nfsname(ef, hp->h_netswap, hp->h_hostname);
88 int errors = 0; local
96 errors += write_boot_info(ef, hp);
97 errors += pref_close(ef);
99 errors++;
103 return errors;
[all...]
H A Dfsinfo.c61 int errors; variable
258 errors = 1;
259 errors += file_io_errors + parse_errors;
261 if (errors == 0) {
270 * Give up if errors
272 if (errors == 0) {
285 exit(errors);
286 return errors; /* should never reach here */
H A Dwr_atab.c54 int errors = 0; local
70 errors += write_amount_info(af, ap2, sk);
83 errors++;
241 return errors;
252 int errors = 0; local
286 errors += write_amount_info(af, ap, strlen(ap->a_name) + 1);
287 errors += pref_close(af);
306 errors += write_amount_info(af, ap, 1);
307 errors += pref_close(af);
310 return errors;
320 int errors = 0; local
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/assocs/
H A Dtst.invalidref.d40 errors = 0;
60 /errors > 1/
74 errors++;
/freebsd-10-stable/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-stable/crypto/heimdal/kadmin/
H A Dtest_util.c51 int i, errors = 0; local
60 errors++;
64 errors++;
68 return errors;
/freebsd-10-stable/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-stable/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-stable/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-stable/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-stable/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-stable/contrib/subversion/subversion/svn/
H A Dchangelist-cmd.c49 apr_array_header_t *errors = apr_array_make(pool, 0, sizeof(apr_status_t));
89 errors, opt_state->quiet,
100 errors, opt_state->quiet,
106 if (errors->nelts > 0)
112 for (i = 0; i < errors->nelts; i++)
114 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));
85 errors, opt_state->quiet,
94 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);
53 apr_array_header_t *errors = apr_array_make(pool, 0, sizeof(apr_status_t)); local
/freebsd-10-stable/bin/sh/tests/
H A DMakefile6 TESTS_SUBDIRS+= errors
/freebsd-10-stable/gnu/usr.bin/cc/gcov/
H A DMakefile11 SRCS= gcov.c version.c errors.c
/freebsd-10-stable/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);
[all...]
/freebsd-10-stable/crypto/openssl/engines/vendor_defns/
H A Dhwcryptohook.h300 * including more detailed reasons for errors which are reported in an
333 errors,
344 * in into *errors; on failure *errors is used for error handling, as
356 * You may pass 0 for the errors struct. In any case, unless you set
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);
[all...]
/freebsd-10-stable/contrib/bmake/unit-tests/
H A Dcond2.exp5 make: Fatal errors encountered -- cannot continue
/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-fpa.c135 int errors = 0; local
159 errors++;
174 if (errors)
178 return -errors;
/freebsd-10-stable/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-stable/contrib/llvm/tools/lldb/source/Expression/
H A DClangFunction.cpp106 ClangFunction::CompileFunction (Stream &errors) argument
176 errors.Printf("Could not determine type of input value %zu.", i);
227 num_errors = m_parser->Parse (errors);
231 errors.Printf("no process - unable to inject function");
244 ClangFunction::WriteFunctionWrapper (ExecutionContext &exe_ctx, Stream &errors) argument
283 ClangFunction::WriteFunctionArguments (ExecutionContext &exe_ctx, lldb::addr_t &args_addr_ref, Stream &errors) argument
285 return WriteFunctionArguments(exe_ctx, args_addr_ref, m_function_addr, m_arg_values, errors);
295 Stream &errors)
301 errors.Printf("Argument information was not correctly parsed, so the function cannot be called.");
347 errors
291 WriteFunctionArguments(ExecutionContext &exe_ctx, lldb::addr_t &args_addr_ref, Address function_address, ValueList &arg_values, Stream &errors) argument
377 InsertFunction(ExecutionContext &exe_ctx, lldb::addr_t &args_addr_ref, Stream &errors) argument
396 GetThreadPlanToCallFunction(ExecutionContext &exe_ctx, lldb::addr_t args_addr, const EvaluateExpressionOptions &options, Stream &errors) argument
476 ExecuteFunction( ExecutionContext &exe_ctx, lldb::addr_t *args_addr_ptr, const EvaluateExpressionOptions &options, Stream &errors, Value &results) argument
[all...]

Completed in 213 milliseconds

12345678