Searched defs:UUDECODE (Results 1 – 3 of 3) sorted by relevance
260 #define UUDECODE(c) (((c) - 0x20) & 0x3f) macro
2316 #define UUDECODE(c) (((c) - 0x20) & 0x3f) macro
3186 #define UUDECODE(c) (((c) - 0x20) & 0x3f) macro