/ast/src/cmd/ksh93/tests/ |
H A D | functions.sh | 255 then err_exit 'getopts with bad option in functions not working' 266 function bad function 272 bad 276 function bad function 282 bad 286 bad() function 292 bad
|
/ast/src/cmd/re/ |
H A D | testfmt.c | 179 bad(char* comment, char* re, char* s, int expand) function 181 sfprintf(sfstdout, "bad test case "); 292 bad("invalid C \\ escape\n", NiL, NiL, 0); 459 bad("too many fields\n", NiL, NiL, 0); 468 bad("NIL spec\n", NiL, NiL, 0); 493 bad("bad spec\n", spec, NiL, 0); 500 bad("too few fields\n", NiL, NiL, 0);
|
H A D | testfnmatch.c | 292 bad(char* comment, char* re, char* s, int expand) function 294 printf("bad test case "); 407 bad("invalid C \\ escape\n", NiL, NiL, 0); 635 bad("too many fields\n", NiL, NiL, 0); 644 bad("NIL spec\n", NiL, NiL, 0); 675 bad("locale query expected\n", NiL, NiL, 0); 678 bad("locale nesting not supported\n", NiL, NiL, 0); 680 bad("locale field expected\n", NiL, NiL, 0); 798 bad("invalid {...} nesting\n", NiL, NiL, 0); 822 bad("ba [all...] |
H A D | testmatch.c | 329 bad(char* comment, char* re, char* s, int expand) function 331 printf("bad test case "); 444 bad("invalid C \\ escape\n", NiL, NiL, 0); 486 bad("improper answer\n", re, s, expand); 495 bad("improper answer\n", re, s, expand); 504 bad("improper answer\n", re, s, expand); 770 bad("too many fields\n", NiL, NiL, 0); 779 bad("NIL spec\n", NiL, NiL, 0); 796 bad("nmatch too large\n", spec, NiL, 0); 808 bad("local [all...] |
H A D | testglob.c | 362 bad(char* comment, char* pat) function 364 printf("bad test case "); 402 bad("bad \\x\n", NiL); 638 bad("invalid workspace depth\n", NiL); 643 bad("cannot chdir\n", "../.."); 655 bad("cannot create work directory\n", path); 669 bad("cannot create work link\n", path); 679 bad("cannot create work file\n", path); 714 bad("canno [all...] |
H A D | testregex.c | 717 bad(char* comment, char* re, char* s, int len, unsigned long test) function 719 printf("bad test case "); 837 bad("invalid C \\ escape\n", s - 1, NiL, 0, 0); 901 bad("out of space [discipline string]\n", NiL, NiL, 0, 0); 916 bad("improper answer\n", re, s, -1, test); 932 bad("improper answer\n", re, s, -1, test); 948 bad("improper answer\n", re, s, -1, test); 1442 bad("out of space [discipline string stream]\n", NiL, NiL, 0, 0); 1517 bad("too many fields\n", NiL, NiL, 0, 0); 1526 bad("NI [all...] |
/ast/src/cmd/tests/ |
H A D | date.c | 147 bad(char* comment, char* str, char* pat) function 149 sfprintf(sfstdout, "bad test case "); 185 bad("bad \\x\n", NiL, NiL); 320 bad("too many fields\n", NiL, NiL); 332 bad("too few fields\n", NiL, NiL); 340 bad("NIL answer", NiL, NiL); 346 bad("NIL SET variable", NiL, NiL); 351 bad("invalid NOW", ans, NiL); 355 bad("unknow [all...] |
/ast/src/cmd/codexlib/lzd/ |
H A D | lzd.c | 51 unsigned int bad; member in struct:State_s 149 state->bad = state->cpy = state->eof = 0; 165 return state->bad;
|