#include <errno.h>
Go to the source code of this file.
Defines |
#define | MAP_FAILED ((void *) -1) |
#define | CHMOD_MASK 0777 |
#define | CHMOD_NONE 0 |
#define | CHMOD_RW 0666 |
#define | MAXPATHLEN 1024 |
#define | ARGS_(x) () |
Functions |
void starttime | ARGS_ ((void)) |
void endtime | ARGS_ ((struct timeval *tv)) |
long getparm | ARGS_ ((char *parm, long min, char *label)) |
void dirtree | ARGS_ ((int lev, int files, int dirs, char *fname, char *dname, int *totfiles, int *totdirs)) |
void rmdirtree | ARGS_ ((int lev, int files, int dirs, char *fname, char *dname, int *totfiles, int *totdirs, int ignore)) |
void testdir | ARGS_ ((char *dir)) |
Variables |
char * | Myname |
Define Documentation
#define MAP_FAILED ((void *) -1) |
Function Documentation
void complete ARGS_ |
( |
(void) |
| ) |
|
int mtestdir ARGS_ |
( |
(char *dir) |
| ) |
|
void rmdirtree ARGS_ |
( |
(int lev, int files, int dirs, char *fname, char *dname, int *totfiles, int *totdirs, int ignore) |
| ) |
|
void dirtree ARGS_ |
( |
(int lev, int files, int dirs, char *fname, char *dname, int *totfiles, int *totdirs) |
| ) |
|
long getparm ARGS_ |
( |
(char *parm, long min, char *label) |
| ) |
|
void endtime ARGS_ |
( |
(struct timeval *tv) |
| ) |
|
Variable Documentation