Searched refs:uuencode (Results 1 – 21 of 21) sorted by relevance
/external/python/cpython2/Doc/library/ |
D | uu.rst | 1 :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
|
D | mimetools.rst | 41 for *encoding* include ``'base64'``, ``'quoted-printable'``, ``'uuencode'``, 42 ``'x-uuencode'``, ``'uue'``, ``'x-uue'``, ``'7bit'``, and ``'8bit'``. Decoding
|
D | base64.rst | 16 encoding algorithm is not the same as the :program:`uuencode` program.
|
D | codecs.rst | 1221 | | | uuencode | :meth:`uu.decode` …
|
/external/python/cpython3/Doc/library/ |
D | uu.rst | 1 :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
|
D | base64.rst | 25 :program:`uuencode` program.
|
D | codecs.rst | 1369 | | | uuencode | :meth:`uu.decode` …
|
/external/openssh/ |
D | uuencode.c | 44 uuencode(const u_char *src, u_int srclength, in uuencode() function 86 n = uuencode(data, len, buf, 2*len); in dump_base64()
|
D | uuencode.h | 27 int uuencode(const u_char *, u_int, char *, size_t);
|
D | Android.mk | 134 uuencode.c \
|
/external/toybox/ |
D | Android.bp | 228 "toys/posix/uuencode.c", 422 "uuencode",
|
/external/vboot_reference/scripts/image_signing/ |
D | sign_official_build.sh | 430 uuencode firmware_package.tgz >>"${target}"
|
/external/toybox/generated/ |
D | newtoys.h | 283 USE_UUENCODE(NEWTOY(uuencode, "<1>2m", TOYFLAG_USR|TOYFLAG_BIN))
|
D | flags.h | 6009 #define TT this.uuencode
|
/external/u-boot/arch/x86/dts/microcode/ |
D | m0220661105_cv.dtsi | 16 * ISO text, for example, "uuencode."
|
D | m12206a7_00000029.dtsi | 16 * ISO text, for example, "uuencode."
|
D | m12306a9_0000001b.dtsi | 16 * ISO text, for example, "uuencode."
|
D | mc0306d4_00000018.dtsi | 16 * ISO text, for example, "uuencode."
|
D | m7240651_0000001c.dtsi | 16 * ISO text, for example, "uuencode."
|
/external/python/cpython2/Misc/ |
D | HISTORY | 12527 - 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/ |
D | HISTORY | 29906 - 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 :-)
|