Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dsum.c35 enum { SUM_BSD, PRINT_NAME, SUM_SYSV }; enumerator
68 if (type >= SUM_SYSV) { in sum_file()
82 if (type >= SUM_SYSV) { in sum_file()
100 if (n & 1) type = SUM_SYSV; in sum_main()
111 type += (argv[1] || type == SUM_SYSV); in sum_main()