MCPcopy Create free account
hub / github.com/coreutils/coreutils / cut_bytes_no_split

Function cut_bytes_no_split

src/cut.c:923–927  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

921}
922
923static void
924cut_bytes_no_split (FILE *stream)
925{
926 cut_characters_mode (stream, true);
927}
928
929static void
930cut_characters (FILE *stream)

Callers

nothing calls this directly

Calls 1

cut_characters_modeFunction · 0.85

Tested by

no test coverage detected