Searched refs:incomplete (Results 1 - 6 of 6) sorted by relevance
/ast/src/lib/libpz/ |
H A D | pzdeflate.c | 40 unsigned char* incomplete; local 138 incomplete = 0; 146 incomplete = pat; 171 incomplete = elt->buf; 209 incomplete = wrk; 321 } while (!incomplete); 323 if (incomplete && !readf) 333 (*pz->disc->errorf)(pz, pz->disc, 1, "last record incomplete %u/%u", r, pp->row); 336 sfwrite(op, incomplete, r);
|
/ast/src/cmd/dsslib/xml/ |
H A D | xml.c | 320 REFILL(f, o, goto incomplete); 369 REFILL(f, c, goto incomplete); 397 REFILL(f, c, goto incomplete); 423 REFILL(f, c, goto incomplete); 444 incomplete: 446 (*disc->errorf)(NiL, disc, ERROR_SYSTEM|2, "%s: record %I*u incomplete", file->path, sizeof(f->record), f->record); 699 REFILL(f, c, goto incomplete); 716 REFILL(f, c, goto incomplete); 725 REFILL(f, c, goto incomplete); 747 REFILL(f, c, goto incomplete); [all...] |
/ast/src/cmd/tw/ |
H A D | find.c | 1105 error(2, "incomplete statement"); 1258 error(2, "incomplete statement");
|
/ast/src/cmd/dsslib/netflow/ |
H A D | flow-dumpv9.c | 108 goto incomplete; 281 incomplete: 283 (*disc->errorf)(NiL, disc, 2, "%slast packet incomplete", cxlocation(file->dss->cx, record));
|
/ast/src/cmd/pax/ |
H A D | paxlib.h | 164 int incomplete; /* file requires new volume */ member in struct:Paxarchive_s
|
H A D | format.c | 742 if (!ap->incomplete) 744 ap->incomplete = 0;
|
Completed in 23 milliseconds