#include <Basics.H>
#include <Text.H>
#include <VestaConfig.H>
#include <VestaSource.H>
#include <VDirSurrogate.H>
#include <getopt.h>
#include "ReposUI.H"
#include <iomanip>
Go to the source code of this file.
Typedefs | |
typedef ActionFlags | ActionFlags |
typedef Action | Action |
Functions | |
void | Usage () |
bool | coutValueCallback (void *closure, const char *value) |
bool | listAllCallback (void *closure, const char *value) |
bool | coutHistoryCallback (void *closure, VestaSource::attribOp op, const char *name, const char *value, time_t timestamp) |
void | commandLineParsing (int argc, char *argv[], Sequence< Action * > &list, Text &lhost, Text &lport) throw () |
int | main (int argc, char *argv[]) |
Variables | |
Text | program_name |
bool | multiple |
Text | timefmt |
|
|
|
|
|
|
Definition at line 100 of file vattrib.C. References VestaAttribs::attribOpString(), and Text::cchars(). Referenced by main(). |
|
Definition at line 73 of file vattrib.C. Referenced by listAllCallback(), and main(). |
|
Definition at line 90 of file vattrib.C. References coutValueCallback(), VestaAttribs::getAttrib(), listAllClosure::indent, and listAllClosure::sourceVS. Referenced by main(). |
|
|
|
|
Definition at line 49 of file vattrib.C. Referenced by commandLineParsing(), and main(). |
|
|
|
Definition at line 50 of file vattrib.C. Referenced by main(). |