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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dsum.c18 enum { SUM_BSD, PRINT_NAME, SUM_SYSV }; enumerator in enum:__anon19761
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 44 milliseconds