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

Function append_field_1_bytes

src/cut.c:493–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493static inline void
494append_field_1_bytes (mbbuf_t *mbbuf, mcel_t g, idx_t *n_bytes)
495{
496 append_field_1_chunk (mbbuf_char_offset (mbbuf, g), g.len, n_bytes);
497}
498
499static enum field_terminator
500scan_mb_blank_field (mbbuf_t *mbbuf, struct mbfield_parser *parser,

Callers 2

scan_mb_blank_fieldFunction · 0.85
scan_mb_delim_fieldFunction · 0.85

Calls 2

append_field_1_chunkFunction · 0.85
mbbuf_char_offsetFunction · 0.85

Tested by

no test coverage detected