Searched defs:truncated (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/pax/
H A Dpax-slt.c677 int truncated = 0; local
745 truncated++;
846 if (truncated)
847 error(1, "%s: %d out of %d record%s truncated", f->name, truncated, count, count == 1 ? "" : "s");
/ast/src/lib/libpz/
H A Dpzip.h121 Sfulong_t truncated; /* # truncated records */ member in struct:Pzcount_s
/ast/src/cmd/std/
H A Ddd.c129 Sfulong_t truncated; member in struct:__anon224
408 if (state.in.truncated)
409 sfprintf(sfstderr, "%I*u truncated record%s\n", sizeof(Sfulong_t), (Sfulong_t)state.in.truncated, state.in.truncated == 1 ? "" : "s");
794 state.in.truncated++;

Completed in 16 milliseconds