ReactOS 0.4.16-dev-297-gc569aee
|
#include <stdio.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <stdlib.h>
#include <string.h>
#include <sys/io.h>
#include <errno.h>
#include <sys/types.h>
#include <dirent.h>
#include <unistd.h>
#include <ctype.h>
Go to the source code of this file.
Classes | |
struct | _API_INFO |
Macros | |
#define | MAX_PATH 260 |
#define | DIR_SEPARATOR_CHAR '/' |
#define | DIR_SEPARATOR_STRING "/" |
#define | TAG_UNKNOWN -1 |
#define | TAG_IMPLEMENTED 0 |
#define | TAG_UNIMPLEMENTED 1 |
Typedefs | |
typedef struct _API_INFO | API_INFO |
typedef struct _API_INFO * | PAPI_INFO |
Variables | |
static FILE * | in |
static FILE * | out |
static FILE * | file_handle = NULL |
static char * | file_buffer = NULL |
static unsigned int | file_size = 0 |
static unsigned int | file_pointer = 0 |
static char | tagname [200] |
static PAPI_INFO | api_info_list = NULL |
static char | HELP [] |
#define DIR_SEPARATOR_CHAR '/' |
Definition at line 33 of file rgenstat.c.
#define DIR_SEPARATOR_STRING "/" |
Definition at line 34 of file rgenstat.c.
#define MAX_PATH 260 |
Definition at line 31 of file rgenstat.c.
#define TAG_IMPLEMENTED 0 |
Definition at line 41 of file rgenstat.c.
#define TAG_UNIMPLEMENTED 1 |
Definition at line 42 of file rgenstat.c.
#define TAG_UNKNOWN -1 |
Definition at line 40 of file rgenstat.c.
|
static |
Definition at line 165 of file rgenstat.c.
Referenced by parse_file().
Definition at line 68 of file rgenstat.c.
Referenced by main(), and read_input_file().
Definition at line 682 of file rgenstat.c.
Referenced by read_input_file().
Definition at line 341 of file rgenstat.c.
Referenced by skip_to_next_name().
Definition at line 256 of file rgenstat.c.
Referenced by skip_to_next_tag().
Definition at line 225 of file rgenstat.c.
Referenced by get_previous_identifier().
Definition at line 203 of file rgenstat.c.
Referenced by is_end_of_name(), and skip_to_next_tag().
Definition at line 189 of file rgenstat.c.
Referenced by get_previous_identifier(), read_input_file(), and skip_line().
Definition at line 232 of file rgenstat.c.
Referenced by process_directory().
Definition at line 175 of file rgenstat.c.
Referenced by get_previous_identifier(), and read_input_file().
Definition at line 876 of file rgenstat.c.
Definition at line 416 of file rgenstat.c.
Referenced by process_directory().
Definition at line 97 of file rgenstat.c.
Referenced by generate_xml_for_component(), and get_filename().
Definition at line 527 of file rgenstat.c.
Referenced by process_directory(), and read_input_file().
Definition at line 129 of file rgenstat.c.
Referenced by parse_file().
Definition at line 744 of file rgenstat.c.
Referenced by main().
|
static |
Definition at line 321 of file rgenstat.c.
Referenced by parse_file().
|
static |
Definition at line 308 of file rgenstat.c.
Referenced by skip_comments().
Definition at line 392 of file rgenstat.c.
Referenced by parse_file().
|
static |
Definition at line 270 of file rgenstat.c.
Referenced by parse_file().
Referenced by generate_xml_for_component().
Definition at line 114 of file rgenstat.c.
Referenced by generate_xml_for_component(), and read_input_file().
Definition at line 64 of file rgenstat.c.
Referenced by generate_xml_for_component(), parse_file(), and read_input_file().
Definition at line 60 of file rgenstat.c.
Referenced by close_file(), get_previous_identifier(), read_file(), skip_comments(), skip_line(), skip_to_next_name(), and skip_to_next_tag().
Definition at line 59 of file rgenstat.c.
Referenced by close_file(), and read_file().
Definition at line 62 of file rgenstat.c.
Referenced by close_file(), read_file(), read_input_file(), skip_comments(), skip_line(), skip_to_next_name(), and skip_to_next_tag().
Definition at line 61 of file rgenstat.c.
Referenced by read_file(), skip_comments(), skip_line(), skip_to_next_name(), and skip_to_next_tag().
|
static |
Definition at line 870 of file rgenstat.c.
Referenced by main().
Definition at line 57 of file rgenstat.c.
|
static |
Definition at line 58 of file rgenstat.c.
Referenced by main(), and write_line().
|
static |
Definition at line 63 of file rgenstat.c.
Referenced by do_attribute_tag_format(), do_attributeless_tag_format(), MissingRequired(), skip_to_next_tag(), and TIFFReadDirEntryOutputErr().