Home
last modified time | relevance | path

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

/dports/news/knews/knews-1.0b.1/src/
H A Dp_attach.c182 # define UU_CHAR(a) ((unsigned char)(' ' + ((a) & 0x3fu))) in enc_file_uue()
184 # define UU_CHAR(a) ((unsigned char)(' ' + 1 + (((a) - 1) & 0x3fu))) in enc_file_uue() macro
197 UU_CHAR(acc >> 18), UU_CHAR(acc >> 12), in enc_file_uue()
198 UU_CHAR(acc >> 6), UU_CHAR(acc )); in enc_file_uue()
212 fprintf(fout, "%c%c", UU_CHAR(acc >> 18), UU_CHAR(acc >> 12)); in enc_file_uue()
221 UU_CHAR(acc >> 18), UU_CHAR(acc >> 12), UU_CHAR(acc >> 6)); in enc_file_uue()