Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/library/
Duu.rst1 :mod:`uu` --- Encode and decode uuencode files
5 :synopsis: Encode and decode files in uuencode format.
12 This module encodes and decodes files in uuencode format, allowing arbitrary
43 from the uuencode header. However, if the file specified in the header already
Dmimetools.rst41 for *encoding* include ``'base64'``, ``'quoted-printable'``, ``'uuencode'``,
42 ``'x-uuencode'``, ``'uue'``, ``'x-uue'``, ``'7bit'``, and ``'8bit'``. Decoding
Dbase64.rst16 encoding algorithm is not the same as the :program:`uuencode` program.
Dcodecs.rst1221 | | | uuencode | :meth:`uu.decode` …
/external/openssh/
Duuencode.c44 uuencode(const u_char *src, u_int srclength, in uuencode() function
86 n = uuencode(data, len, buf, 2*len); in dump_base64()
Duuencode.h27 int uuencode(const u_char *, u_int, char *, size_t);
DAndroid.mk113 uuencode.c \
/external/toybox/
DAndroid.mk209 toys/posix/uuencode.c \
/external/vboot_reference/scripts/image_signing/
Dsign_official_build.sh430 uuencode firmware_package.tgz >>"${target}"
/external/toybox/generated/
Dnewtoys.h268 USE_UUENCODE(NEWTOY(uuencode, "<1>2m", TOYFLAG_USR|TOYFLAG_BIN))
Dflags.h5812 #define TT this.uuencode
/external/python/cpython2/Misc/
DHISTORY12527 - Added "uue" as an alias for "uuencode" to mimetools.py. (Hm, the
13573 (XXX Oops -- Fredrik Lundh promised me a uuencode fix that I never
13747 decoding quoted-printable, uuencode and base64 formats, rather than
15061 (uuencode), "base64" and "binhex".
15346 - uu.py does uuencode/uudecode (not the fastest in the world, but
15347 quicker than installing uuencode on a non-UNIX machine :-)