Searched defs:expected (Results 1 - 4 of 4) sorted by relevance
/ast/src/cmd/pax/ |
H A D | paxlib.c | 125 paxchecksum(Pax_t* pax, Paxarchive_t* ap, Paxfile_t* f, unsigned long expected, unsigned long value) argument 129 if (expected != value) 131 z = ((expected | value) & 0xffff0000) ? 8 : 4; 132 (*pax->errorf)(NiL, pax, 2, "%s%s%s: %s archive checksum error -- expected %0*lx != %0*lx", ap->name, TXT(f, f->name), ap->format->name, z, expected, z, value);
|
/ast/src/lib/libjcl/ |
H A D | parse.c | 59 syntax(Jcl_t* jcl, int level, char* token, char* expected, char* type) argument 63 if (expected) 64 (*jcl->disc->errorf)(NiL, jcl->disc, level, "%s: %s expected", token ? token : "EOF", expected); 292 (*jcl->disc->errorf)(NiL, jcl->disc, 1, "%%%%%s: %s: left operand not expected", f, p); \ 306 (*jcl->disc->errorf)(NiL, jcl->disc, 1, "%%%%%s: left operand expected", f); \ 598 (*jcl->disc->errorf)(NiL, jcl->disc, 2, "%-.*s...: invalid card: // expected", 8, s); 1848 (*jcl->disc->errorf)(NiL, jcl->disc, 2, "%s: operator expected in IF expression", t); 1914 (*jcl->disc->errorf)(NiL, jcl->disc, 2, "THEN expected");
|
/ast/src/cmd/re/ |
H A D | testglob.c | 146 H(" Field 3: the expected glob() return value, OK for success, glob\n"); 502 int expected; local 783 bad("locale query expected\n", NiL); 788 bad("locale field expected\n", NiL); 987 expected = got = 0; 990 expected = i; 994 if (expected != got) { 1001 printf("%s expected, %s returned", codes[expected].name, codes[got].name); 1067 printf(" expected, "); [all...] |
H A D | testregex.c | 276 T(" is expected. BADPAT is acceptable in place of any regcomp(3)\n"); 878 printf(" expected: %s", ans); 908 printf(" expected, "); 1232 int expected; local 1556 bad("locale query expected\n", NiL, NiL, 0, 0); 1561 bad("locale field expected\n", NiL, NiL, 0, 0); 2002 printf(" expected, "); 2035 printf("at least %d expected, %d returned\n", nsub, preg.re_nsub); 2051 printf("%s expected, OK returned\n", ans); 2078 expected [all...] |
Completed in 2976 milliseconds