Home
last modified time | relevance | path

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

/coreutils/src/
Dod.c135 static char const bytes_to_hex_digits[] = variable
142 < ARRAY_CARDINALITY (bytes_to_hex_digits));
148 static_assert (sizeof bytes_to_oct_digits == sizeof bytes_to_hex_digits);
732 (field_width = bytes_to_hex_digits[size]), in ATTRIBUTE_NONNULL()