Searched refs:truncated (Results 1 - 5 of 5) sorted by relevance

/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++;
/ast/src/lib/libpz/
H A Dpzopen.c332 if (pz->count.truncated)
333 sfprintf(pz->tmp, _(" truncated %I*u")
334 , sizeof(pz->count.truncated)
335 , pz->count.truncated
H A Dpzip.h121 Sfulong_t truncated; /* # truncated records */ member in struct:Pzcount_s
/ast/src/lib/libpp/
H A Dppbuiltin.c400 error(1, "%-.16s: builtin value truncated", p);
/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");

Completed in 18 milliseconds