Searched refs:uudecode (Results 1 - 8 of 8) sorted by relevance

/external/openssh/
H A Duuencode.h28 int uudecode(const char *, u_char *, size_t);
H A Duuencode.c56 uudecode(const char *src, u_char *target, size_t targsize) function
H A Dssh-keygen.c601 blen = uudecode(encoded, blob, sizeof(blob));
603 fatal("uudecode failed.");
/external/toybox/
H A DAndroid.mk205 toys/posix/uudecode.c \
389 uudecode \
/external/vboot_reference/scripts/image_signing/
H A Dsign_official_build.sh395 # Legacy bundle - try uudecode.
396 uudecode -o - ${input} | tar -C ${output_dir} -zxf - 2>/dev/null ||
/external/toybox/generated/
H A Dglobals.h1359 // toys/posix/uudecode.c
1522 struct uudecode_data uudecode; member in union:global_union
H A Dnewtoys.h267 USE_UUDECODE(NEWTOY(uudecode, ">1o:", TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_UMASK))
H A Dflags.h3042 // uudecode >1o: >1o:
5754 #define TT this.uudecode

Completed in 1047 milliseconds