#include <sys/param.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/timeb.h>
#include <sys/time.h>
#include <sys/stat.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#include "tests.h"
Go to the source code of this file.
Functions |
int | unix_mkdir (char *path, mode_t mode) |
int | unix_chdir (char *path) |
void | dirtree (int lev, int files, int dirs, char *fname, char *dname, int *totfiles, int *totdirs) |
void | rmdirtree (int lev, int files, int dirs, char *fname, char *dname, int *totfiles, int *totdirs, int ignore) |
| error (char *str, ar1, ar2, ar3, ar4, ar5, ar6, ar7, ar8, ar9) |
void | starttime () |
void | endtime (struct timeval *tv) |
void | testdir (char *dir) |
int | mtestdir (char *dir) |
long | getparm (char *parm, long min, char *label) |
void | complete () |
Variables |
char * | Myname |
int | Dflag = 0 |
Function Documentation
void dirtree |
( |
int |
lev, |
|
|
int |
files, |
|
|
int |
dirs, |
|
|
char * |
fname, |
|
|
char * |
dname, |
|
|
int * |
totfiles, |
|
|
int * |
totdirs |
|
) |
| |
void endtime |
( |
struct timeval * |
tv | ) |
|
error |
( |
char * |
str, |
|
|
ar1 |
, |
|
|
ar2 |
, |
|
|
ar3 |
, |
|
|
ar4 |
, |
|
|
ar5 |
, |
|
|
ar6 |
, |
|
|
ar7 |
, |
|
|
ar8 |
, |
|
|
ar9 |
|
|
) |
| |
long getparm |
( |
char * |
parm, |
|
|
long |
min, |
|
|
char * |
label |
|
) |
| |
int mtestdir |
( |
char * |
dir | ) |
|
void rmdirtree |
( |
int |
lev, |
|
|
int |
files, |
|
|
int |
dirs, |
|
|
char * |
fname, |
|
|
char * |
dname, |
|
|
int * |
totfiles, |
|
|
int * |
totdirs, |
|
|
int |
ignore |
|
) |
| |
void testdir |
( |
char * |
dir | ) |
|
int unix_chdir |
( |
char * |
path | ) |
|
int unix_mkdir |
( |
char * |
path, |
|
|
mode_t |
mode |
|
) |
| |
Variable Documentation