Searched defs:unspecified (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/re/
H A Dtestfnmatch.c102 H(" u standard unspecified behavior -- errors not counted\n");
182 int unspecified; member in struct:__anon209
251 report(char* comment, char* re, char* s, char* msg, int unspecified, int expand) argument
266 if (unspecified)
268 state.unspecified++;
269 printf(" unspecified behavior");
478 int unspecified; local
599 state.signals = state.unspecified = state.warnings = 0;
658 expand = query = unspecified = kre = sre = 0;
761 unspecified
[all...]
H A Dtestmatch.c112 H(" u standard unspecified behavior -- errors not counted\n");
211 int unspecified; member in struct:__anon213
280 report(char* comment, char* fun, char* re, char* s, char* msg, int flags, int unspecified, int expand) argument
295 if (unspecified)
297 state.unspecified++;
298 printf(" unspecified behavior");
476 matchcheck(int nmatch, ssize_t* match, char* ans, char* re, char* s, int flags, int query, int unspecified, int expand) argument
509 report("failed: match was", NiL, re, s, NiL, flags, unspecified, expand);
526 report("failed: match was", NiL, re, s, NiL, flags, unspecified, expand);
534 report("failed: overran match array", NiL, re, s, NiL, flags, unspecified, expan
607 int unspecified; local
[all...]
H A Dtestglob.c131 H(" u standard unspecified behavior -- errors not counted\n");
273 int unspecified; member in struct:__anon211
325 report(char* comment, char* pat, char* msg, int flags, int unspecified) argument
336 if (unspecified) {
337 state.unspecified++;
338 printf(" unspecified behavior");
493 int unspecified; local
778 query = unspecified = kre = sre = 0;
853 unspecified = 1;
1000 report("return failed: ", pat, msg, flags, unspecified);
[all...]
H A Dtestregex.c237 T(" u standard unspecified behavior -- errors not counted\n");
561 int unspecified; member in struct:__anon216
671 state.unspecified++;
672 printf(" unspecified behavior");
1107 state.unspecified++;
1355 state.signals = state.unspecified = state.warnings = 0;
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);
2278 if (state.unspecified)
2279 printf(", %d unspecified differenc
[all...]

Completed in 15 milliseconds