Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_uuencode.c62 #define UUDEC(c) (char)(((c)-' ') & 077) macro
112 n = UUDEC(c); in mbfl_filt_conv_uudec()
118 n = UUDEC(c); in mbfl_filt_conv_uudec()
124 n = UUDEC(c); in mbfl_filt_conv_uudec()
130 n = UUDEC(c); in mbfl_filt_conv_uudec()
137 int A, B, C, D = UUDEC(c); in mbfl_filt_conv_uudec()
195 size = UUDEC(c); in mb_uuencode_to_wchar()
205 unsigned int a = UUDEC(c); in mb_uuencode_to_wchar()
206 unsigned int b = UUDEC(*p++); in mb_uuencode_to_wchar()
207 unsigned int c = UUDEC(*p++); in mb_uuencode_to_wchar()
[all …]

Completed in 10 milliseconds