Searched refs:warnings (Results 1 - 14 of 14) sorted by relevance

/ast/src/lib/libast/astsa/
H A Derror.h36 int warnings; member in struct:Error_info_s
H A Derror.c63 error_info.warnings++;
/ast/src/cmd/tests/
H A Ddate.c66 int warnings; member in struct:__anon235
427 if (state.warnings)
428 sfprintf(sfstdout, ", %d warning%s", state.warnings, state.warnings == 1 ? "" : "s");
/ast/src/cmd/re/
H A Dtestfmt.c93 int warnings; member in struct:__anon208
422 testno = state.errors = state.lineno = state.signals = state.warnings = 0;
558 if (state.warnings)
559 sfprintf(sfstdout, ", %d warning%s", state.warnings, state.warnings == 1 ? "" : "s");
H A Dtestfnmatch.c183 int warnings; member in struct:__anon209
599 state.signals = state.unspecified = state.warnings = 0;
922 if (state.warnings)
923 printf(", %d warning%s", state.warnings, state.warnings == 1 ? "" : "s");
H A Dtestmatch.c212 int warnings; member in struct:__anon213
734 state.ignore.count = state.lineno = state.signals = state.unspecified = state.warnings = 0;
1153 if (state.warnings)
1154 printf(", %d warning%s", state.warnings, state.warnings == 1 ? "" : "s");
H A Dtestglob.c274 int warnings; member in struct:__anon211
1082 if (state.warnings)
1083 printf(", %d warning%s", state.warnings, state.warnings == 1 ? "" : "s");
H A Dtestregex.c563 int warnings; member in struct:__anon216
1355 state.signals = state.unspecified = state.warnings = 0;
2107 state.warnings++;
2267 printf("tests=%-4d errors=%-4d warnings=%-2d ignored=%-2d unspecified=%-2d signals=%d\n", testno, state.errors, state.warnings, state.ignored, state.unspecified, state.signals);
2276 if (state.warnings)
2277 printf(", %d warning%s", state.warnings, state.warnings == 1 ? "" : "s");
/ast/src/lib/libast/include/
H A Derror.h114 int warnings; /* ERROR_WARNING count */ \
/ast/src/lib/libcs/
H A DMakefile49 * so we generate minimal files with obnoxious warnings
/ast/src/cmd/3d/
H A Derror.c152 error_info.warnings++;
/ast/src/lib/libast/misc/
H A Derror.c557 error_info.warnings++;
647 p->errors = p->flags = p->line = p->warnings = 0;
/ast/src/lib/libpp/
H A Dpplex.c2421 error_info.warnings = 0;
H A Dppop.c686 error_info.warnings = 0;

Completed in 81 milliseconds