#include "define.h"
Include dependency graph for readpstlog.c:
Go to the source code of this file.
Defines | |
#define | BUF_SIZE 4096 |
Functions | |
void | usage () |
size_t | get (void *buf, int size, unsigned int count, FILE *fp) |
int | split_args (char *args, int **targ) |
int | is_in (int a, int *b, int c) |
int | main (int argc, char *const *argv) |
|
Definition at line 4 of file readpstlog.c. Referenced by main(). |
|
Definition at line 185 of file readpstlog.c. Referenced by main(). |
|
Definition at line 235 of file readpstlog.c. Referenced by main(). |
|
Definition at line 11 of file readpstlog.c. References BUF_SIZE, pst_debug_file_rec_l::end, pst_debug_file_rec_l::filename, pst_debug_file_rec_l::funcname, get(), getopt(), is_in(), pst_debug_file_rec_l::line, optarg, optind, split_args(), pst_debug_file_rec_l::text, pst_debug_file_rec_l::type, usage(), version(), and xmalloc(). |
Here is the call graph for this function:
|
Definition at line 205 of file readpstlog.c. References xmalloc(). Referenced by main(). |
Here is the call graph for this function:
|
|