Coda Distributed File System
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/param.h>
#include <time.h>
#include <unistd.h>
#include <assert.h>
#include "rp2.h"
Functions | |
void | print_struct_func (RPC2_TYPE *t, FILE *where, FILE *hfile, char *name) |
char * | coda_rp2_basename (char *name) |
rp2_bool | include2 (char *name, char *proc) |
void | no_storage () |
void | init_lex () |
void | init_table () |
void | yyparse () |
int | main (int argc, char *argv[]) |
char * | coda_rp2_basename () |
char * | concat () |
void | cinclude () |
void | cdefine () |
void | ctype () |
void | cproc () |
void | copcodes () |
void | spit_type (ENTRY *type) |
void | spit_include (char *filename) |
void | spit_define (char *id, char *value) |
Variables | |
int32_t | yydebug |
struct subsystem | subsystem |
char * | server_prefix |
char * | client_prefix |
FILE * | file |
FILE * | cfile = NULL |
FILE * | sfile = NULL |
FILE * | hfile = NULL |
FILE * | mfile = NULL |
FILE * | pfile = NULL |
FILE * | libfile = NULL |
char * | cfile_name |
char * | sfile_name |
char * | hfile_name |
char * | mfile_name |
char * | pfile_name |
char * | libfile_name |
char * | file_name |
char | define_name [MAXPATHLEN] |
int32_t | HeaderOnlyFlag |
rp2_bool | testing |
rp2_bool | strictproto = 1 |
rp2_bool | cplusplus = 0 |
rp2_bool | tcpdump = 0 |
rp2_bool | ansi |
rp2_bool | neterrors |
char ** | cpatharray |
int32_t | cpathcnt |
time_t | versionnumber |
void cdefine | ( | ) |
void cinclude | ( | ) |
char * coda_rp2_basename | ( | ) |
char * coda_rp2_basename | ( | char * | name | ) |
char * concat | ( | ) |
void copcodes | ( | ) |
void cproc | ( | ) |
void ctype | ( | ) |
rp2_bool include2 | ( | char * | name, |
char * | proc | ||
) |
void init_lex | ( | ) |
void init_table | ( | void | ) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
void no_storage | ( | ) |
void print_struct_func | ( | RPC2_TYPE * | t, |
FILE * | where, | ||
FILE * | hfile, | ||
char * | name | ||
) |
void spit_define | ( | char * | id, |
char * | value | ||
) |
void spit_include | ( | char * | filename | ) |
void spit_type | ( | ENTRY * | type | ) |
void yyparse | ( | ) |
rp2_bool ansi |
FILE* cfile = NULL |
char* cfile_name |
char * client_prefix |
char** cpatharray |
int32_t cpathcnt |
rp2_bool cplusplus = 0 |
void(* define) () | ( | ) |
char define_name[MAXPATHLEN] |
FILE* file |
char* file_name |
int32_t HeaderOnlyFlag |
FILE * hfile = NULL |
char * hfile_name |
void(* include) () | ( | ) |
FILE * libfile = NULL |
char * libfile_name |
FILE * mfile = NULL |
char * mfile_name |
char* name |
rp2_bool neterrors |
void(* op_codes) () | ( | ) |
FILE * pfile = NULL |
char * pfile_name |
void(* proc) () | ( | ) |
char* server_prefix |
FILE * sfile = NULL |
char * sfile_name |
rp2_bool strictproto = 1 |
rp2_bool tcpdump = 0 |
rp2_bool testing |
void(* type) () | ( | ) |
time_t versionnumber |
int32_t yydebug |