#include <Basics.H>
#include <Text.H>
#include <VestaConfig.H>
#include <VestaSource.H>
#include <VDirSurrogate.H>
#include "ReposUI.H"
#include <getopt.h>
Go to the source code of this file.
Classes | |
struct | verclosure |
Enumerations | |
enum | Recursion { r_none, r_pkg, r_branch } |
Functions | |
void | Usage () |
void | doit (Text pkg, Recursion recurse, bool mast, bool fullpath, bool comment, Text lhost, Text lport) |
int | main (int argc, char *argv[]) |
Variables | |
Text | program_name |
Text | defpkgpar |
int | errcount = 0 |
|
|
|
Definition at line 170 of file vwhohas.C. References VestaSource::appendableDirectory, ReposUI::canonicalize(), errcount, ReposUI::filenameToMasterVS(), ReposUI::filenameToVS(), VestaAttribs::inAttribs(), Text::Length(), r_none, and VestaSource::type. |
|
Definition at line 196 of file vwhohas.C. References VDirSurrogate::defaultHost(), VDirSurrogate::defaultPort(), doit(), errcount, Text::FindCharR(), VestaConfig::get_Text(), ReposUI::failure::msg, SRPC::failure::msg, VestaConfig::failure::msg, SRPC::failure::r, r_branch, r_none, r_pkg, Text::Sub(), and Usage(). |
|
|
|
|
|
|
|
|