Home
last modified time | relevance | path

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

/coreutils/src/
Dcut.c217 cut_bytes (FILE *stream) in cut_bytes() function
586 void (*cut_stream) (FILE *) = byte_mode ? cut_bytes : cut_fields; in main()