|
Defines |
#define | BUF_SIZE 512 |
Functions |
string | dec_string (long number) |
string | hex_string (long number) |
bool | SearchFile (AsciiFile &File_Cr, string Pat_Cv, string &Line_Cr) |
bool | SearchFile (AsciiFile &File_Cr, string Pat_Cv, string &Line_Cr, int &LineNr_ir) |
void | TimeMark (const char *const Text_pcv, bool PrintDiff_bi) |
void | CreatePath (string Path_Cv) |
bool | GetUid (string Name_Cv, unsigned &Uid_ir) |
bool | GetGid (string Name_Cv, unsigned &Gid_ir) |
int | GetGid (string Name_Cv) |
int | GetUid (string Name_Cv) |
bool | CheckDir (string Path_Cv) |
bool | CheckSymlink (string Path_Cv) |
bool | CheckBlockDevice (string Path_Cv) |
bool | CheckNormalFile (string Path_Cv) |
string | ExtractNthWord (int Num_iv, string Line_Cv, bool GetRest_bi) |
void | PutNthWord (int Num_iv, string Word_Cv, string &Line_Cr) |
void | RemoveLastIf (string &Text_Cr, char Char_cv) |
void | Delay (int Microsec_iv) |
void | RemoveSurrounding (char Delim_ci, string &Text_Cr) |
int | CompareGt (string Lhs_Cv, string Rhs_Cv) |
bool | RunningFromSystem () |