#include "drv_extern_ifr.h"
#include "be_global.h"
#include "be_extern.h"
#include "idl_bool.h"
#include "idl_defines.h"
#include "global_extern.h"
#include "fe_extern.h"
#include "utl_string.h"
#include "ace/Process_Manager.h"
#include "ace/SString.h"
#include "ace/Env_Value_T.h"
#include "ace/ARGV.h"
#include "ace/streams.h"
#include "ace/OS_NS_stdio.h"
Include dependency graph for drv_preproc_ifr.cpp:
Defines | |
#define | LINEBUF_SIZE 1024 |
Functions | |
const char * | get_rcsid_IFR_Service_drv_preproc_ifr (const char *) |
void | DRV_cpp_new_location (const char *new_loc) |
void | DRV_cpp_putarg (const char *str) |
void | DRV_cpp_expand_output_arg (const char *filename) |
void | DRV_cpp_init (void) |
long | DRV_get_line (FILE *f) |
void | DRV_copy_input (FILE *fin, char *fn, const char *orig_filename) |
char * | DRV_stripped_name (char *fn) |
void | DRV_pre_proc (const char *myfile) |
void | DRV_check_for_include (const char *buf) |
Variables | |
const char * | rcsid_IFR_Service_drv_preproc_ifr = get_rcsid_IFR_Service_drv_preproc_ifr ( rcsid_IFR_Service_drv_preproc_ifr ) |
long | argcount = 0 |
long | max_argcount = 128 |
const char * | arglist [128] |
const char * | output_arg_format = 0 |
long | output_arg_index = 0 |
char | drv_line [LINEBUF_SIZE+1] |
char | tmp_file [128] |
char | tmp_ifile [128] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|