Home
last modified time | relevance | path

Searched defs:VALID_UUDECODE (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libarchive/libarchive/test/
H A Dmain.c2315 #define VALID_UUDECODE(c) (c >= 32 && c <= 96) macro
/freebsd/contrib/libarchive/test_utils/
H A Dtest_main.c3185 #define VALID_UUDECODE(c) (c >= 32 && c <= 96) macro