Searched defs:summary (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/ncsl/
H A Dncsl.c40 "[s:summary?If more than one \afile\a is specified then list a summary count"
198 int summary = 0; local
211 summary = 1;
236 if (!summary)
241 if (summary || trailer)
/ast/src/cmd/std/
H A Ddu.c47 "[a:all?List usage for each file. If neither \b--all\b nor \b--summary\b"
57 "[s:summary|summarize?Only display the total for each \apath\a argument.]"
137 int summary = 0; local
175 summary = 1;
260 list = !summary;
/ast/src/cmd/dsslib/validate/
H A Dvalidate.c30 "[s:summary?Print a summary after all records have been read.]"
71 unsigned char summary; member in struct:State_s
174 state->summary = 1;
177 state->summary = state->verbose = 1;
398 if (state->summary)
/ast/src/cmd/sortlib/sum/
H A Dsortsum.c23 * sort uniq summary discipline
29 "[+PLUGIN?sum - sort uniq summary discipline]"
40 "[o:op?A field summary operation. \aarg\a is a \bdss\b(1) type name for "
393 summary(Rs_t* rs, int op, Void_t* data, Void_t* arg, Rsdisc_t* disc) function
508 error(2, "%s: invalid summary field position", s);
517 error(2, "%d: invalid summary field %s position", n, loc);
526 error(2, "%d: invalid summary field %s offset", n, loc);
536 error(2, "%d: invalid summary field %s size", n, loc);
593 error(2, "%s: invalid summary field attribute", s);
628 error(2, "%s: summary fiel
[all...]
/ast/src/cmd/pax/
H A Dpaxlib.h193 int summary; /* output summary info */ member in struct:Pax_s

Completed in 17 milliseconds