#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 NPARAMS (sizeof(pre_params) / sizeof(struct pre_struct)) |
| 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.
| int composite = 0 |
Definition at line 98 of file rtconf.c.
Referenced by main(), TGDMLParse::MatProcess(), TGuiBldDragManager::Menu4Frame(), and TGeoPainter::PaintShape().
| char* optarg |
| int optind |
| struct pre_struct pre_params[] |
Referenced by main().
1.5.1