Home
last modified time | relevance | path

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

/dports/mail/mew-devel/Mew-6.8-72-gfc4bca6/bin/
H A Dmewencode.c157 private byte e_buf2[BUFSIZ]; variable
331 q = e_buf2; in encode_base64()
334 size = (*E_ctx.e_func2)(q, sizeof(e_buf2) - avail); in encode_base64()
335 q = e_buf2; in encode_base64()
/dports/mail/mew/mew-6.8/bin/
H A Dmewencode.c157 private byte e_buf2[BUFSIZ]; variable
331 q = e_buf2; in encode_base64()
334 size = (*E_ctx.e_func2)(q, sizeof(e_buf2) - avail); in encode_base64()
335 q = e_buf2; in encode_base64()
/dports/archivers/upx/upx-3.96/src/
H A Dp_mach.cpp1733 unsigned const *const e_buf2 = (unsigned const *)&buf2[buf2.getSize() - 4*sizeof(*p)]; in canUnpack() local
1734 for (; p <= e_buf2; ++p) in canUnpack()