#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <ctype.h>
#include <stdlib.h>
#include <time.h>
#include <errno.h>
#include <fnmatch.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/dir.h>
#include <sys/statfs.h>
#include "rawcommn.h"
#include "rawdefn.h"
#include "rawentn.h"
Go to the source code of this file.
|
int | rawGetBaseDir (char *pcVarDir, char *pcBaseDir) |
|
int | rawGetDirEntries (char *pcStageFS) |
|
int | rawGetDirEntryList (char *pcDirName, char *pcEntryMask, int iEntryType, int iEntryLoop, int iPrefixDir, char **ppFileList, char **ppDirList) |
|
int | rawGetFileAttr (char *pcFile, unsigned long *plFileSize) |
|
int | rawGetFileList (char *pcFile, int iAccept, int iEntryLoop, char **ppFileList) |
|
int | rawGetFSEntries (char *pcStageFS) |
|
int | rawGetFSfree (char *pcStageFS) |
|
int | rawGetFSSpace (char *pcFileSystem, int *piSizeAll, int *piSizeAvail, int *piNodeAll, int *piNodeAvail) |
|
int | rawGetHostConn () |
|
int | rawGetRecEntryList (char *pcDirName, char *pcEntryMask, int iEntryType, int iMaxFiles, char **ppFileList, int iMaxDirs, char **ppDirList) |
|
char * | rawGetUserid () |
|
◆ BUFSIZE_SMALL
◆ rawGetDirEntries()
int rawGetDirEntries |
( |
char * |
pcStageFS | ) |
|
◆ rawGetDirEntryList()
int rawGetDirEntryList |
( |
char * |
pcDirName, |
|
|
char * |
pcEntryMask, |
|
|
int |
iEntryType, |
|
|
int |
iEntryLoop, |
|
|
int |
iPrefixDir, |
|
|
char ** |
ppFileList, |
|
|
char ** |
ppDirList |
|
) |
| |
◆ rawGetRecEntryList()
int rawGetRecEntryList |
( |
char * |
pcDirName, |
|
|
char * |
pcEntryMask, |
|
|
int |
iEntryType, |
|
|
int |
iMaxFiles, |
|
|
char ** |
ppFileList, |
|
|
int |
iMaxDirs, |
|
|
char ** |
ppDirList |
|
) |
| |
◆ rawGetFSEntries()
int rawGetFSEntries |
( |
char * |
pcStageFS | ) |
|
◆ rawGetFSfree()
int rawGetFSfree |
( |
char * |
pcStageFS | ) |
|
◆ rawGetFSSpace()
int rawGetFSSpace |
( |
char * |
pcFileSystem, |
|
|
int * |
piSizeAll, |
|
|
int * |
piSizeAvail, |
|
|
int * |
piNodeAll, |
|
|
int * |
piNodeAvail |
|
) |
| |
◆ rawGetFileAttr()
int rawGetFileAttr |
( |
char * |
pcFile, |
|
|
unsigned long * |
plFileSize |
|
) |
| |
◆ rawGetFileList()
int rawGetFileList |
( |
char * |
pcFile, |
|
|
int |
iAccept, |
|
|
int |
iEntryLoop, |
|
|
char ** |
ppFileList |
|
) |
| |
◆ rawGetHostConn()
◆ rawGetBaseDir()
int rawGetBaseDir |
( |
char * |
pcVarDir, |
|
|
char * |
pcBaseDir |
|
) |
| |
◆ rawGetUserid()
◆ fLogFile
◆ iFileList