Home
last modified time | relevance | path

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

/coreutils/src/
Dfold.c118 fold_file (char const *filename, size_t width) in fold_file() function
295 ok = fold_file ("-", width); in main()
300 ok &= fold_file (argv[i], width); in main()