#include "Basics.H"
#include "OS.H"
#include "VestaConfig.H"
Go to the source code of this file.
Functions | |
void | report_location () |
void | set_location (const Text &loc) |
void | print_expected (const char *result) |
void | do_lookup (const char *s, const char *n, const char *result) |
void | do_lookup_int (const char *s, const char *n, const int result) |
void | test_bad (const char *name, const char *problem) |
int | main () |
Variables | |
const char | nl = '\n' |
|
Definition at line 54 of file TestConfig.C. References VestaConfig::get(), VestaConfig::failure::msg, nl, and print_expected(). Referenced by main(), and nfsd_nfsproc_lookup_2(). |
|
Definition at line 76 of file TestConfig.C. References VestaConfig::get_int(), and nl. Referenced by main(). |
|
Definition at line 104 of file TestConfig.C. References do_lookup(), do_lookup_int(), report_location(), set_location(), and test_bad(). |
|
Definition at line 47 of file TestConfig.C. References nl. Referenced by do_lookup(). |
|
Definition at line 28 of file TestConfig.C. References Text::cchars(), VestaConfig::get_location(), VestaConfig::failure::msg, and nl. Referenced by main(). |
|
Definition at line 37 of file TestConfig.C. References VestaConfig::failure::msg, and nl. Referenced by main(), and test_bad(). |
|
Definition at line 90 of file TestConfig.C. References VestaConfig::get(), VestaConfig::failure::msg, nl, and set_location(). Referenced by main(). |
|
Definition at line 26 of file TestConfig.C. Referenced by do_lookup(), do_lookup_int(), print_expected(), report_location(), VestaConfig::set_location(), and test_bad(). |