Searched refs:BYTE_IS_TEXT (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.bin/unzip/
H A Dunzip.c478 #define BYTE_IS_TEXT(x) ((x) >= 32 || (0x00002600U & (1U << (x)))) macro
487 if (BYTE_IS_TEXT(*buf))

Completed in 105 milliseconds