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

Function cut_fields_mb

src/cut.c:1023–1027  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1021 using a multibyte field delimiter. */
1022
1023static void
1024cut_fields_mb (FILE *stream)
1025{
1026 cut_fields_mb_any (stream, false);
1027}
1028
1029/* Read from STREAM, printing to standard output any selected fields,
1030 using byte searches for a single-byte or valid UTF-8 field delimiter. */

Callers

nothing calls this directly

Calls 1

cut_fields_mb_anyFunction · 0.85

Tested by

no test coverage detected