Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dsum.c41 static unsigned sum_file(const char *file, unsigned type) in sum_file() function
106 n = sum_file("-", type); in sum_main()
114 n &= sum_file(*argv, type); in sum_main()