/ast/src/lib/libdss/ |
H A D | dss-compress.h | 53 int errors = error_info.errors; local 71 if (error_info.errors > errors)
|
H A D | dss-count.h | 41 int errors = error_info.errors; local 58 if (error_info.errors > errors)
|
H A D | dss-null.h | 38 int errors = error_info.errors; local 55 if (error_info.errors > errors)
|
H A D | dss-print.h | 61 int errors = error_info.errors; local 81 if (error_info.errors > errors)
|
H A D | dss-return.h | 44 int errors = error_info.errors; local 61 if (error_info.errors > errors)
|
H A D | dss-scan.h | 47 int errors; local 49 errors = error_info.errors; 65 if (error_info.errors > errors)
|
H A D | dss-write.h | 42 int errors = error_info.errors; local 60 if (error_info.errors > errors)
|
H A D | dssprintf.c | 58 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 D | dssopen.c | 810 int errors; local 813 errors = error_info.errors; 894 r = error_info.errors != errors ? -1 : 0;
|
/ast/src/cmd/tests/ |
H A D | base64.c | 31 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 D | date.c | 62 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 D | error.h | 34 int errors; member in struct:Error_info_s
|
/ast/src/cmd/dsslib/lookup/ |
H A D | lookup.c | 55 int errors = error_info.errors; local 98 if (error_info.errors > errors)
|
/ast/src/cmd/dsslib/tests/ |
H A D | test.c | 44 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 D | merge.c | 135 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 D | sort.c | 140 int errors = error_info.errors; local 211 if (error_info.errors > errors)
|
/ast/src/cmd/dsslib/validate/ |
H A D | validate.c | 132 int errors = error_info.errors; local 194 if (error_info.errors > errors)
|
/ast/src/cmd/nmake/ |
H A D | make.c | 43 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 D | option.c | 116 "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 D | rule.c | 615 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 D | testfmt.c | 90 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 D | testfnmatch.c | 102 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 D | fix.c | 84 int errors = error_info.errors; local 130 if (error_info.errors > errors)
|
/ast/src/cmd/pax/ |
H A D | file.c | 84 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 D | stats.c | 308 int errors = error_info.errors; local 423 if (error_info.errors > errors)
|