rtconf.c File Reference

#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
#include "t_pwd.h"

Go to the source code of this file.

Classes

struct  pre_struct

Defines

#define SROOTDCONF   ".srootdpass.conf"
#define MIN_BASIS_BITS   257
#define BASIS_BITS   2048
#define NPARAMS   (sizeof(pre_params) / sizeof(struct pre_struct))

Functions

int main (int argc, char *argv[])

Variables

int optind
char * optarg
pre_struct pre_params []
char * progName
int debug = 0
int verbose = 0
int composite = 0


Define Documentation

#define BASIS_BITS   2048

Definition at line 57 of file rtconf.c.

Referenced by main().

#define MIN_BASIS_BITS   257

Definition at line 56 of file rtconf.c.

Referenced by main().

#define NPARAMS   (sizeof(pre_params) / sizeof(struct pre_struct))

Definition at line 92 of file rtconf.c.

Referenced by main().

#define SROOTDCONF   ".srootdpass.conf"

Definition at line 54 of file rtconf.c.


Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 100 of file rtconf.c.

References BASIS_BITS, c, pre_struct::comment, composite, creat(), debug, EOF, fclose(), fflush(), fopen, fprintf(), getenv(), i, int, MIN_BASIS_BITS, NPARAMS, NULL, optarg, optind, pre_struct::pre_gen, pre_struct::pre_mod, pre_params, progName, sprintf(), SROOTDCONF, strcpy(), and verbose.


Variable Documentation

int composite = 0

Definition at line 98 of file rtconf.c.

Referenced by main(), TGDMLParse::MatProcess(), TGuiBldDragManager::Menu4Frame(), and TGeoPainter::PaintShape().

int debug = 0

Definition at line 96 of file rtconf.c.

char* optarg

int optind

struct pre_struct pre_params[]

Referenced by main().

char* progName

Definition at line 94 of file rtconf.c.

Referenced by main().

int verbose = 0

Definition at line 97 of file rtconf.c.


Generated on Tue Jul 5 16:07:59 2011 for ROOT_528-00b_version by  doxygen 1.5.1