nfs-ganesha 1.4
Defines | Functions | Variables

tests.h File Reference

#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 ARGS_ (   x)    ()

Definition at line 46 of file tests.h.

#define CHMOD_MASK   0777

Definition at line 24 of file tests.h.

#define CHMOD_NONE   0

Definition at line 25 of file tests.h.

#define CHMOD_RW   0666

Definition at line 26 of file tests.h.

#define MAP_FAILED   ((void *) -1)

Definition at line 20 of file tests.h.

#define MAXPATHLEN   1024

Definition at line 34 of file tests.h.


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

char* Myname

Definition at line 42 of file subr.c.