Searched defs:VALID_UUDECODE (Results 1 – 2 of 2) sorted by relevance
2315 #define VALID_UUDECODE(c) (c >= 32 && c <= 96) macro
3185 #define VALID_UUDECODE(c) (c >= 32 && c <= 96) macro