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

Function set_join_field

src/join.c:952–959  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

950 more than once to incompatible values. */
951
952static void
953set_join_field (ptrdiff_t *var, idx_t val)
954{
955 if (0 <= *var && *var != val)
956 error (EXIT_FAILURE, 0,
957 _("incompatible join fields %td, %td"), *var, val);
958 *var = val;
959}
960
961/* Status of command-line arguments. */
962

Callers 2

add_file_nameFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected