#include "define.h"
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <string.h>
#include <ctype.h>
#include <errno.h>
#include <unistd.h>
#include "libpst.h"
#include "timeconv.h"
Go to the source code of this file.
Data Structures | |
struct | file_ll |
Functions | |
void | canonicalize_filename (char *fname) |
void | debug_print (char *fmt,...) |
int | usage (char *prog_name) |
int | version () |
void | create_enter_dir (struct file_ll *f, pst_item *item) |
void | close_enter_dir (struct file_ll *f) |
void | process (pst_item *outeritem, pst_desc_ll *d_ptr) |
int | main (int argc, char **argv) |
Variables | |
pst_file | pstfile |
|
|
|
Definition at line 51 of file lspst.c. References file_ll::dname. Referenced by process(). |
|
Definition at line 40 of file lspst.c. References file_ll::dname, file_ll::email_count, pst_item_folder::email_count, pst_item::file_as, pst_item::folder, file_ll::skip_count, file_ll::stored_count, file_ll::type, pst_item::type, and xmalloc(). Referenced by process(). |
|
|
|
Definition at line 183 of file lspst.c. References pst_desc_tree::child, pst_file::d_head, DEBUG_ENT, DEBUG_INIT, DEBUG_MAIN, DEBUG_REGISTER_CLOSE, DEBUG_RET, DIE, pst_item::file_as, getopt(), pst_item::message_store, optind, process(), pst_close(), pst_desc_ll, pst_freeItem(), pst_getTopOfFolders(), pst_load_extended_attributes(), pst_load_index(), pst_open(), pst_parse_item(), pstfile, usage(), version(), and xmalloc(). |
|
Definition at line 57 of file lspst.c. References pst_desc_tree::child, close_enter_dir(), create_enter_dir(), DEBUG_ENT, DEBUG_MAIN, DEBUG_RET, DEBUG_WARN, pst_desc_tree::desc, DIE, pst_index_tree::id, pst_desc_tree::id, pst_desc_tree::next, pst_desc_ll, pst_freeItem(), pst_parse_item(), pst_rfc2426_escape(), pst_rfc2445_datetime_format(), PST_TYPE_NOTE, pstfile, and file_ll::skip_count. |
|
|
|
Definition at line 165 of file lspst.c. References DEBUG_ENT, and DEBUG_RET. Referenced by main(), pst_debug_init(), and usage(). |
|
|