Searched defs:warnings (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libast/astsa/
H A Derror.h36 int warnings; member in struct:Error_info_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/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");

Completed in 25 milliseconds