Go to the source code of this file.
        Data Structures | 
    |
| struct | _uulist | 
| struct | uuprogress | 
        Defines | 
    |
| #define | _ANSI_ARGS_(c) () | 
| #define | UUMSG_MESSAGE (0) | 
| #define | UUMSG_NOTE (1) | 
| #define | UUMSG_WARNING (2) | 
| #define | UUMSG_ERROR (3) | 
| #define | UUMSG_FATAL (4) | 
| #define | UUMSG_PANIC (5) | 
| #define | UURET_OK (0) | 
| #define | UURET_IOERR (1) | 
| #define | UURET_NOMEM (2) | 
| #define | UURET_ILLVAL (3) | 
| #define | UURET_NODATA (4) | 
| #define | UURET_NOEND (5) | 
| #define | UURET_UNSUP (6) | 
| #define | UURET_EXISTS (7) | 
| #define | UURET_CONT (8) | 
| #define | UURET_CANCEL (9) | 
| #define | UUFILE_READ (0) | 
| #define | UUFILE_MISPART (1) | 
| #define | UUFILE_NOBEGIN (2) | 
| #define | UUFILE_NOEND (4) | 
| #define | UUFILE_NODATA (8) | 
| #define | UUFILE_OK (16) | 
| #define | UUFILE_ERROR (32) | 
| #define | UUFILE_DECODED (64) | 
| #define | UUFILE_TMPFILE (128) | 
| #define | UU_ENCODED (1) | 
| #define | B64ENCODED (2) | 
| #define | XX_ENCODED (3) | 
| #define | BH_ENCODED (4) | 
| #define | PT_ENCODED (5) | 
| #define | QP_ENCODED (6) | 
| #define | YENC_ENCODED (7) | 
| #define | UUOPT_VERSION (0) | 
| #define | UUOPT_FAST (1) | 
| #define | UUOPT_DUMBNESS (2) | 
| #define | UUOPT_BRACKPOL (3) | 
| #define | UUOPT_VERBOSE (4) | 
| #define | UUOPT_DESPERATE (5) | 
| #define | UUOPT_IGNREPLY (6) | 
| #define | UUOPT_OVERWRITE (7) | 
| #define | UUOPT_SAVEPATH (8) | 
| #define | UUOPT_IGNMODE (9) | 
| #define | UUOPT_DEBUG (10) | 
| #define | UUOPT_ERRNO (14) | 
| #define | UUOPT_PROGRESS (15) | 
| #define | UUOPT_USETEXT (16) | 
| #define | UUOPT_PREAMB (17) | 
| #define | UUOPT_TINYB64 (18) | 
| #define | UUOPT_ENCEXT (19) | 
| #define | UUOPT_REMOVE (20) | 
| #define | UUOPT_MOREMIME (21) | 
| #define | UUACT_IDLE (0) | 
| #define | UUACT_SCANNING (1) | 
| #define | UUACT_DECODING (2) | 
| #define | UUACT_COPYING (3) | 
| #define | UUACT_ENCODING (4) | 
        Typedefs | 
    |
| typedef struct _uulist | uulist | 
        Functions | 
    |
| int UUEXPORT UUInitialize | _ANSI_ARGS_ ((void)) | 
| int UUEXPORT UUGetOption | _ANSI_ARGS_ ((int, int *, char *, int)) | 
| int UUEXPORT UUSetOption | _ANSI_ARGS_ ((int, int, char *)) | 
| char *UUEXPORT UUstrerror | _ANSI_ARGS_ ((int)) | 
| int UUEXPORT UUSetMsgCallback | _ANSI_ARGS_ ((void *, void(*)(void *, char *, int))) | 
| int UUEXPORT UUSetBusyCallback | _ANSI_ARGS_ ((void *, int(*)(void *, uuprogress *), long)) | 
| int UUEXPORT UUSetFileCallback | _ANSI_ARGS_ ((void *, int(*)(void *, char *, char *, int))) | 
| int UUEXPORT UUSetFNameFilter | _ANSI_ARGS_ ((void *, char *(*)(void *, char *))) | 
| char *UUEXPORT UUFNameFilter | _ANSI_ARGS_ ((char *)) | 
| int UUEXPORT UULoadFile | _ANSI_ARGS_ ((char *, char *, int)) | 
| int UUEXPORT UULoadFileWithPartNo | _ANSI_ARGS_ ((char *, char *, int, int)) | 
| int UUEXPORT UURenameFile | _ANSI_ARGS_ ((uulist *, char *)) | 
| int UUEXPORT UUDecodeToTemp | _ANSI_ARGS_ ((uulist *)) | 
| int UUEXPORT UUInfoFile | _ANSI_ARGS_ ((uulist *, void *, int(*)(void *, char *))) | 
| int UUEXPORT UUQuickDecode | _ANSI_ARGS_ ((FILE *, FILE *, char *, long)) | 
| int UUEXPORT UUEncodeMulti | _ANSI_ARGS_ ((FILE *, FILE *, char *, int, char *, char *, int)) | 
| int UUEXPORT UUEncodePartial | _ANSI_ARGS_ ((FILE *, FILE *, char *, int, char *, char *, int, int, long, unsigned long *)) | 
| int UUEXPORT UUEncodeToStream | _ANSI_ARGS_ ((FILE *, FILE *, char *, int, char *, int)) | 
| int UUEXPORT UUEncodeToFile | _ANSI_ARGS_ ((FILE *, char *, int, char *, char *, long)) | 
| int UUEXPORT UUE_PrepSingle | _ANSI_ARGS_ ((FILE *, FILE *, char *, int, char *, int, char *, char *, char *, int)) | 
| int UUEXPORT UUE_PrepPartial | _ANSI_ARGS_ ((FILE *, FILE *, char *, int, char *, int, int, long, long, char *, char *, char *, int)) | 
| int UUEXPORT UUE_PrepSingleExt | _ANSI_ARGS_ ((FILE *, FILE *, char *, int, char *, int, char *, char *, char *, char *, int)) | 
| int UUEXPORT UUE_PrepPartialExt | _ANSI_ARGS_ ((FILE *, FILE *, char *, int, char *, int, int, long, long, char *, char *, char *, char *, int)) | 
| #define _ANSI_ARGS_ | ( | c | ) | () | 
Definition at line 31 of file uudeview.h.
| #define B64ENCODED (2) | 
Definition at line 80 of file uudeview.h.
| #define BH_ENCODED (4) | 
Definition at line 82 of file uudeview.h.
| #define PT_ENCODED (5) | 
Definition at line 83 of file uudeview.h.
| #define QP_ENCODED (6) | 
Definition at line 84 of file uudeview.h.
| #define UU_ENCODED (1) | 
Definition at line 79 of file uudeview.h.
| #define UUACT_COPYING (3) | 
Definition at line 118 of file uudeview.h.
| #define UUACT_DECODING (2) | 
Definition at line 117 of file uudeview.h.
| #define UUACT_ENCODING (4) | 
Definition at line 119 of file uudeview.h.
| #define UUACT_IDLE (0) | 
Definition at line 115 of file uudeview.h.
| #define UUACT_SCANNING (1) | 
Definition at line 116 of file uudeview.h.
| #define UUFILE_DECODED (64) | 
Definition at line 72 of file uudeview.h.
| #define UUFILE_ERROR (32) | 
Definition at line 71 of file uudeview.h.
| #define UUFILE_MISPART (1) | 
Definition at line 66 of file uudeview.h.
| #define UUFILE_NOBEGIN (2) | 
Definition at line 67 of file uudeview.h.
| #define UUFILE_NODATA (8) | 
Definition at line 69 of file uudeview.h.
| #define UUFILE_NOEND (4) | 
Definition at line 68 of file uudeview.h.
| #define UUFILE_OK (16) | 
Definition at line 70 of file uudeview.h.
| #define UUFILE_READ (0) | 
Definition at line 65 of file uudeview.h.
| #define UUFILE_TMPFILE (128) | 
Definition at line 73 of file uudeview.h.
| #define UUMSG_ERROR (3) | 
Definition at line 42 of file uudeview.h.
| #define UUMSG_FATAL (4) | 
Definition at line 43 of file uudeview.h.
| #define UUMSG_MESSAGE (0) | 
Definition at line 39 of file uudeview.h.
| #define UUMSG_NOTE (1) | 
Definition at line 40 of file uudeview.h.
| #define UUMSG_PANIC (5) | 
Definition at line 44 of file uudeview.h.
| #define UUMSG_WARNING (2) | 
Definition at line 41 of file uudeview.h.
| #define UUOPT_BRACKPOL (3) | 
Definition at line 94 of file uudeview.h.
| #define UUOPT_DEBUG (10) | 
Definition at line 101 of file uudeview.h.
| #define UUOPT_DESPERATE (5) | 
Definition at line 96 of file uudeview.h.
| #define UUOPT_DUMBNESS (2) | 
Definition at line 93 of file uudeview.h.
| #define UUOPT_ENCEXT (19) | 
Definition at line 107 of file uudeview.h.
| #define UUOPT_ERRNO (14) | 
Definition at line 102 of file uudeview.h.
| #define UUOPT_FAST (1) | 
Definition at line 92 of file uudeview.h.
| #define UUOPT_IGNMODE (9) | 
Definition at line 100 of file uudeview.h.
| #define UUOPT_IGNREPLY (6) | 
Definition at line 97 of file uudeview.h.
| #define UUOPT_MOREMIME (21) | 
Definition at line 109 of file uudeview.h.
| #define UUOPT_OVERWRITE (7) | 
Definition at line 98 of file uudeview.h.
| #define UUOPT_PREAMB (17) | 
Definition at line 105 of file uudeview.h.
| #define UUOPT_PROGRESS (15) | 
Definition at line 103 of file uudeview.h.
| #define UUOPT_REMOVE (20) | 
Definition at line 108 of file uudeview.h.
| #define UUOPT_SAVEPATH (8) | 
Definition at line 99 of file uudeview.h.
| #define UUOPT_TINYB64 (18) | 
Definition at line 106 of file uudeview.h.
| #define UUOPT_USETEXT (16) | 
Definition at line 104 of file uudeview.h.
| #define UUOPT_VERBOSE (4) | 
Definition at line 95 of file uudeview.h.
| #define UUOPT_VERSION (0) | 
Definition at line 91 of file uudeview.h.
| #define UURET_CANCEL (9) | 
Definition at line 59 of file uudeview.h.
| #define UURET_CONT (8) | 
Definition at line 58 of file uudeview.h.
| #define UURET_EXISTS (7) | 
Definition at line 57 of file uudeview.h.
| #define UURET_ILLVAL (3) | 
Definition at line 53 of file uudeview.h.
| #define UURET_IOERR (1) | 
Definition at line 51 of file uudeview.h.
| #define UURET_NODATA (4) | 
Definition at line 54 of file uudeview.h.
| #define UURET_NOEND (5) | 
Definition at line 55 of file uudeview.h.
| #define UURET_NOMEM (2) | 
Definition at line 52 of file uudeview.h.
| #define UURET_OK (0) | 
Definition at line 50 of file uudeview.h.
| #define UURET_UNSUP (6) | 
Definition at line 56 of file uudeview.h.
| #define XX_ENCODED (3) | 
Definition at line 81 of file uudeview.h.
| #define YENC_ENCODED (7) | 
Definition at line 85 of file uudeview.h.
| int UUEXPORT UUE_PrepPartialExt _ANSI_ARGS_ | ( | (FILE *, FILE *, char *, int, char *, int, int, long, long, char *, char *, char *, char *, int) | ) | 
| int UUEXPORT UUE_PrepSingleExt _ANSI_ARGS_ | ( | (FILE *, FILE *, char *, int, char *, int, char *, char *, char *, char *, int) | ) | 
| int UUEXPORT UUE_PrepPartial _ANSI_ARGS_ | ( | (FILE *, FILE *, char *, int, char *, int, int, long, long, char *, char *, char *, int) | ) | 
| int UUEXPORT UUE_PrepSingle _ANSI_ARGS_ | ( | (FILE *, FILE *, char *, int, char *, int, char *, char *, char *, int) | ) | 
| int UUEXPORT UUEncodeToFile _ANSI_ARGS_ | ( | (FILE *, char *, int, char *, char *, long) | ) | 
| int UUEXPORT UUEncodeToStream _ANSI_ARGS_ | ( | (FILE *, FILE *, char *, int, char *, int) | ) | 
| int UUEXPORT UUEncodePartial _ANSI_ARGS_ | ( | (FILE *, FILE *, char *, int, char *, char *, int, int, long, unsigned long *) | ) | 
| int UUEXPORT UUEncodeMulti _ANSI_ARGS_ | ( | (FILE *, FILE *, char *, int, char *, char *, int) | ) | 
| int UUEXPORT UUQuickDecode _ANSI_ARGS_ | ( | (FILE *, FILE *, char *, long) | ) | 
| int UUEXPORT UUInfoFile _ANSI_ARGS_ | ( | (uulist *, void *, int(*)(void *, char *)) | ) | 
| int UUDecode _ANSI_ARGS_ | ( | (uulist *) | ) | 
| int UUEXPORT UUDecodeFile _ANSI_ARGS_ | ( | (uulist *, char *) | ) | 
| int UUEXPORT UULoadFileWithPartNo _ANSI_ARGS_ | ( | (char *, char *, int, int) | ) | 
| int UUEXPORT UULoadFile _ANSI_ARGS_ | ( | (char *, char *, int) | ) | 
| char* UUEXPORT UUFNameFilter _ANSI_ARGS_ | ( | (char *) | ) | 
| int UUEXPORT UUSetFNameFilter _ANSI_ARGS_ | ( | (void *, char *(*)(void *, char *)) | ) | 
| int UUEXPORT UUSetFileCallback _ANSI_ARGS_ | ( | (void *, int(*)(void *, char *, char *, int)) | ) | 
| int UUEXPORT UUSetBusyCallback _ANSI_ARGS_ | ( | (void *, int(*)(void *, uuprogress *), long) | ) | 
| int UUEXPORT UUSetMsgCallback _ANSI_ARGS_ | ( | (void *, void(*)(void *, char *, int)) | ) | 
| char* UUEXPORT UUstrerror _ANSI_ARGS_ | ( | (int) | ) | 
| int UUEXPORT UUSetOption _ANSI_ARGS_ | ( | (int, int, char *) | ) | 
| int UUEXPORT UUGetOption _ANSI_ARGS_ | ( | (int, int *, char *, int) | ) | 
| void UUInitConc _ANSI_ARGS_ | ( | (void) | ) |