Home
last modified time | relevance | path

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

/external/openssh/
Duuencode.h28 int uudecode(const char *, u_char *, size_t);
Duuencode.c56 uudecode(const char *src, u_char *target, size_t targsize) in uudecode() function
Dssh-keygen.c603 blen = uudecode(encoded, blob, sizeof(blob)); in do_convert_from_ssh2()
/external/toybox/
DAndroid.bp227 "toys/posix/uudecode.c",
421 "uudecode",
/external/vboot_reference/scripts/image_signing/
Dsign_official_build.sh396 uudecode -o - ${input} | tar -C ${output_dir} -zxf - 2>/dev/null ||
/external/toybox/generated/
Dglobals.h1481 struct uudecode_data uudecode; member
Dnewtoys.h282 USE_UUDECODE(NEWTOY(uudecode, ">1o:", TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_UMASK))
Dflags.h6002 #define TT this.uudecode
/external/python/cpython2/Misc/
DHISTORY12528 uudecode bug where it complaints about trailing garbage is still there
15346 - uu.py does uuencode/uudecode (not the fastest in the world, but
/external/python/cpython3/Misc/
DHISTORY29907 uudecode bug where it complaints about trailing garbage is still there
32725 - uu.py does uuencode/uudecode (not the fastest in the world, but