#include <ctype.h>
#include <dirent.h>
#include <makro.h>
#include <MemCpy.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <time.h>
#include <unistd.h>
Go to the source code of this file.
Functions |
| int | strRcmp (const char *str, const char *str1) |
| const char * | strRstr (const char *str, const char *str1) |
| bool | beganRstr (const char *str, const char *str1) |
| bool | beganStr (const char *str, const char *str1) |
| char ** | breakBuffByString (const char *buff, char *strSeparate, unsigned int &stringsCount) |
| char ** | breakBuffBySymbol (const char *buff, char symbol, unsigned int &stringsCount) |
| void | breakBeginSubStr (char **massStrings, unsigned int stringsCount, const char *subStr) |
| const char * | strRepl (const char *baseStr, const char **replFrom, const char **replTo, unsigned int replCount, bool chg) |
| const char * | getFileExtension (const char *str) |
| void | recurseRemove (const char *fName) |
| void | createGMTString (char *ret, const char *previousStr, time_t timeVal) |
| const char * | createGMTString (const char *previousStr, time_t timeVal) |
Variables |
| const char * | wkdayArray [] = {"Mon", "Tue", "Wed", "Thu", "Fri", "Set", "Sun"} |
| const char * | monthArray [] = {"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"} |
Function Documentation
| bool beganRstr |
( |
const char * |
str, |
|
|
const char * |
str1 |
|
) |
| |
| bool beganStr |
( |
const char * |
str, |
|
|
const char * |
str1 |
|
) |
| |
| void breakBeginSubStr |
( |
char ** |
massStrings, |
|
|
unsigned int |
stringsCount, |
|
|
const char * |
subStr |
|
) |
| |
| char** breakBuffByString |
( |
const char * |
buff, |
|
|
char * |
strSeparate, |
|
|
unsigned int & |
stringsCount |
|
) |
| |
| char** breakBuffBySymbol |
( |
const char * |
buff, |
|
|
char |
symbol, |
|
|
unsigned int & |
stringsCount |
|
) |
| |
| void createGMTString |
( |
char * |
ret, |
|
|
const char * |
previousStr, |
|
|
time_t |
timeVal |
|
) |
| |
| const char* createGMTString |
( |
const char * |
previousStr, |
|
|
time_t |
timeVal |
|
) |
| |
| const char* getFileExtension |
( |
const char * |
str | ) |
|
| void recurseRemove |
( |
const char * |
fName | ) |
|
| int strRcmp |
( |
const char * |
str, |
|
|
const char * |
str1 |
|
) |
| |
| const char* strRepl |
( |
const char * |
baseStr, |
|
|
const char ** |
replFrom, |
|
|
const char ** |
replTo, |
|
|
unsigned int |
replCount, |
|
|
bool |
chg |
|
) |
| |
| const char* strRstr |
( |
const char * |
str, |
|
|
const char * |
str1 |
|
) |
| |
Variable Documentation
| const char* monthArray[] = {"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"} |
| const char* wkdayArray[] = {"Mon", "Tue", "Wed", "Thu", "Fri", "Set", "Sun"} |