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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/coreutils/
H A Dsum.c18 enum { SUM_BSD, PRINT_NAME, SUM_SYSV }; enumerator in enum:__anon11173
53 if (type >= SUM_SYSV) {
67 if (type >= SUM_SYSV) {
84 if (n & 1) type = SUM_SYSV;
95 type += argc - 1 > optind || type == SUM_SYSV;

Completed in 42 milliseconds