Home
last modified time | relevance | path

Searched refs:uuencode (Results 1 – 21 of 21) 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/python/cpython3/Doc/library/
Duu.rst1 :mod:`uu` --- Encode and decode uuencode files
5 :synopsis: Encode and decode files in uuencode format.
13 This module encodes and decodes files in uuencode format, allowing arbitrary
48 from the uuencode header. However, if the file specified in the header already
Dbase64.rst25 :program:`uuencode` program.
Dcodecs.rst1369 | | | 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.mk134 uuencode.c \
/external/toybox/
DAndroid.bp228 "toys/posix/uuencode.c",
422 "uuencode",
/external/vboot_reference/scripts/image_signing/
Dsign_official_build.sh430 uuencode firmware_package.tgz >>"${target}"
/external/toybox/generated/
Dnewtoys.h283 USE_UUENCODE(NEWTOY(uuencode, "<1>2m", TOYFLAG_USR|TOYFLAG_BIN))
Dflags.h6009 #define TT this.uuencode
/external/u-boot/arch/x86/dts/microcode/
Dm0220661105_cv.dtsi16 * ISO text, for example, "uuencode."
Dm12206a7_00000029.dtsi16 * ISO text, for example, "uuencode."
Dm12306a9_0000001b.dtsi16 * ISO text, for example, "uuencode."
Dmc0306d4_00000018.dtsi16 * ISO text, for example, "uuencode."
Dm7240651_0000001c.dtsi16 * ISO text, for example, "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 :-)
/external/python/cpython3/Misc/
DHISTORY29906 - Added "uue" as an alias for "uuencode" to mimetools.py. (Hm, the
30952 (XXX Oops -- Fredrik Lundh promised me a uuencode fix that I never
31126 decoding quoted-printable, uuencode and base64 formats, rather than
32440 (uuencode), "base64" and "binhex".
32725 - uu.py does uuencode/uudecode (not the fastest in the world, but
32726 quicker than installing uuencode on a non-UNIX machine :-)