#include <string>#include "def.h"#include <unistd.h>Go to the source code of this file.
Functions | |
| int | main_orig (int argc, char **argv) |
| void | ROOT_newFile () |
| void | ROOT_flush () |
| void | ROOT_adddep (char *buf, size_t len) |
| int | main (int argc, char **argv) |
Variables | |
| int | rootBuild = 0 |
| static int | isDict = 0 |
| static int | newFile = 0 |
| static int | openWildcard = 0 |
| static std::string | currentDependencies |
| static std::string | currentFileBase |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 141 of file mainroot.cxx.
References FromCygToNativePath(), i, isDict, len, main_orig(), ROOT_flush(), rootBuild, size_t, and unlink.
| int main_orig | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 159 of file main.c.
References append, base_name(), catch(), close, define(), define2(), FALSE, fatalerr(), filelist, find_includes(), fp, free(), freefile(), fstat, getenv(), getfile(), i, inclist::i_file, inc_clean(), inclist, includedirs, isysroot, maininclist, malloc(), MAXDIRS, newinclude(), NULL, objprefix, objsuffix, open, p, printed, ProgramName, read, realloc(), recursive_pr_include(), redirect(), rootBuild, symtab::s_name, symtab::s_value, startat, stat, targetlist, TRUE, undefine(), verbose, warn_multiple, warning(), and width.
Referenced by main().
| void ROOT_adddep | ( | char * | buf, | |
| size_t | len | |||
| ) |
Definition at line 81 of file mainroot.cxx.
References currentDependencies, currentFileBase, fprintf(), fwrite, isDict, newFile, openWildcard, ROOT_flush(), s, and strcat().
Referenced by pr().
| void ROOT_flush | ( | ) |
Definition at line 61 of file mainroot.cxx.
References currentDependencies, currentFileBase, fprintf(), fwrite, and openWildcard.
Referenced by main(), and ROOT_adddep().
| void ROOT_newFile | ( | ) |
std::string currentDependencies [static] |
std::string currentFileBase [static] |
int isDict = 0 [static] |
int newFile = 0 [static] |
Definition at line 50 of file mainroot.cxx.
Referenced by XrdCnsSsi::AddDel(), ROOT_adddep(), and ROOT_newFile().
int openWildcard = 0 [static] |
| int rootBuild = 0 |
Definition at line 47 of file mainroot.cxx.
Referenced by main(), main_orig(), pr(), redirect(), warning(), and warning1().
1.5.1