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

Function strict_posix2

src/uniq.c:234–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234static bool
235strict_posix2 (void)
236{
237 int posix_ver = posix2_version ();
238 return 200112 <= posix_ver && posix_ver < 200809;
239}
240
241/* Convert OPT to idx_t, reporting an error using MSGID if OPT is
242 invalid. Silently convert too-large values to IDX_MAX. */

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected