Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/unzip/
H A Dbsdunzip.c509 #define BYTE_IS_TEXT(x) ((x) >= 32 || (0x00002600U & (1U << (x)))) macro
518 if (BYTE_IS_TEXT(*buf)) in check_binary()