Home
last modified time | relevance | path

Searched refs:OVERFLOW_OK (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dsplit.c1309 #define OVERFLOW_OK LONGINT_OVERFLOW macro
1320 if (OVERFLOW_OK < xstrtoimax (arg, nullptr, 10, &n, multipliers) || n < 1) in parse_n_units()
1341 else if (! (e <= OVERFLOW_OK && 0 < *n_units)) in parse_chunk()