Searched defs:errors (Results 1 - 25 of 35) sorted by relevance

12

/ast/src/lib/libdss/
H A Ddss-compress.h53 int errors = error_info.errors; local
71 if (error_info.errors > errors)
H A Ddss-count.h41 int errors = error_info.errors; local
58 if (error_info.errors > errors)
H A Ddss-null.h38 int errors = error_info.errors; local
55 if (error_info.errors > errors)
H A Ddss-print.h61 int errors = error_info.errors; local
81 if (error_info.errors > errors)
H A Ddss-return.h44 int errors = error_info.errors; local
61 if (error_info.errors > errors)
H A Ddss-scan.h47 int errors; local
49 errors = error_info.errors;
65 if (error_info.errors > errors)
H A Ddss-write.h42 int errors = error_info.errors; local
60 if (error_info.errors > errors)
H A Ddssprintf.c58 int errors; member in struct:Fmt_s
96 fp->errors++;
664 return !sp ? 0 : (fmt.errors || n <= 0 && sp && sferror(sp)) ? -1 : n;
H A Ddssopen.c810 int errors; local
813 errors = error_info.errors;
894 r = error_info.errors != errors ? -1 : 0;
/ast/src/cmd/tests/
H A Dbase64.c31 int errors; local
43 testno = errors = 0;
55 errors++;
62 errors++;
68 errors++;
78 errors++;
85 errors++;
91 errors++;
98 errors++;
104 errors
[all...]
H A Ddate.c62 int errors; member in struct:__anon235
106 state.errors++;
431 sfprintf(sfstdout, ", %d error%s\n", state.errors, state.errors == 1 ? "" : "s");
/ast/src/lib/libast/astsa/
H A Derror.h34 int errors; member in struct:Error_info_s
/ast/src/cmd/dsslib/lookup/
H A Dlookup.c55 int errors = error_info.errors; local
98 if (error_info.errors > errors)
/ast/src/cmd/dsslib/tests/
H A Dtest.c44 int errors; local
46 errors = error_info.errors;
75 if (error_info.errors > errors)
124 int errors; local
126 errors = error_info.errors;
155 if (error_info.errors > errors)
[all...]
/ast/src/cmd/dsslib/merge/
H A Dmerge.c135 int errors = error_info.errors; local
198 if (error_info.errors > errors)
273 if (error_info.errors == errors)
/ast/src/cmd/dsslib/sort/
H A Dsort.c140 int errors = error_info.errors; local
211 if (error_info.errors > errors)
/ast/src/cmd/dsslib/validate/
H A Dvalidate.c132 int errors = error_info.errors; local
194 if (error_info.errors > errors)
/ast/src/cmd/nmake/
H A Dmake.c43 int errors = 0; local
56 errors += complete(r, q, &t, P_implicit);
60 return errors;
147 int errors; local
150 errors = 0;
166 return errors;
258 return errors;
273 * IGNORE rule make failed but ignore errors
322 int errors; local
340 errors
1312 register int errors; local
1335 register int errors; local
[all...]
H A Doption.c116 "Ignore shell action errors." },
1623 int errors; local
1627 errors = error_info.errors;
1635 if (error_info.errors != errors)
1935 return error_info.errors ? -1 : args ? args : argc;
H A Drule.c615 int errors; local
622 errors = 0;
629 errors += make(p->rule, &tm, NiL, 0);
637 errors += complete(NiL, prereqs, &tm, 0);
642 if (!errors && i)
/ast/src/cmd/re/
H A Dtestfmt.c90 int errors; member in struct:__anon208
172 state.errors++;
422 testno = state.errors = state.lineno = state.signals = state.warnings = 0;
562 sfprintf(sfstdout, ", %d error%s\n", state.errors, state.errors == 1 ? "" : "s");
H A Dtestfnmatch.c102 H(" u standard unspecified behavior -- errors not counted\n");
178 int errors; member in struct:__anon209
272 state.errors++;
928 printf(", %d error%s\n", state.errors, state.errors == 1 ? "" : "s");
/ast/src/cmd/dsslib/fix/
H A Dfix.c84 int errors = error_info.errors; local
130 if (error_info.errors > errors)
/ast/src/cmd/pax/
H A Dfile.c84 int errors = error_info.errors; local
101 if (errors != error_info.errors)
615 ap->errors = error_info.errors;
730 if (ap->errors != error_info.errors)
/ast/src/cmd/dsslib/stats/
H A Dstats.c308 int errors = error_info.errors; local
423 if (error_info.errors > errors)

Completed in 52 milliseconds

12