Go to the source code of this file.
Defines | |
#define | BUFSIZE_SMALL 80 |
Functions | |
int | rawGetDirEntries (char *pcStageFS) |
int | rawGetFSEntries (char *pcStageFS) |
int | rawGetFSfree (char *pcStageFS) |
int | rawGetFSSpace (char *pcFileSystem, int *piSizeAll, int *piSizeAvail, int *piNodeAll, int *piNodeAvail) |
int | rawGetFileAttr (char *pcFile, unsigned long *piFileSize) |
int | rawGetFileList (char *pcFile, int iAccept, int iEntryLoop, char **pFilelist) |
int | rawGetHostConn () |
char * | rawGetUserid () |
Variables | |
FILE * | fLogFile |
|
Definition at line 80 of file rawProcUn.c. Referenced by rawGetFSfree(). |
|
Definition at line 91 of file rawProcUn.c. References fLogFile. |
|
Definition at line 141 of file rawProcUn.c. References fLogFile. |
|
Definition at line 191 of file rawProcUn.c. References BUFSIZE_SMALL, and fLogFile. |
|
Definition at line 318 of file rawProcUn.c. References fLogFile. |
|
Definition at line 410 of file rawProcUn.c. References BUFSIZE, CMDLEN, fLogFile, and MAX_FILE_SIZE. |
|
Definition at line 583 of file rawProcUn.c. References BUFSIZE, srawArchList::cFile, CMDLEN, fLogFile, MAX_FILE, MAX_STAGE_FILE_NO, piFilelist, and rawTestFileName(). |
|
Definition at line 944 of file rawProcUn.c. |
|
Definition at line 1108 of file rawProcUn.c. References BUFSIZE, CMDLEN, and fLogFile. Referenced by rawQueryList(), and rfio_open(). |
|
Definition at line 45 of file rawapigsin.c. |