Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

build/myftw.h File Reference

Portable ftw(3) using lstat() instead of stat(). More...

#include <sys/stat.h>

Go to the source code of this file.

Defines

#define MYFTW_F   0
#define MYFTW_D   1
#define MYFTW_DNR   2
#define MYFTW_NS   3

Typedefs

typedef int(* myftwFunc )(void *fl, const char *name, struct stat *statp)

Functions

int myftw (const char *dir, int descriptors, myftwFunc func, void *fl)


Detailed Description

Portable ftw(3) using lstat() instead of stat().

Definition in file myftw.h.


Define Documentation

#define MYFTW_D   1
 

Definition at line 13 of file myftw.h.

Referenced by myftw, and myftw_dir.

#define MYFTW_DNR   2
 

Definition at line 14 of file myftw.h.

Referenced by myftw, and myftw_dir.

#define MYFTW_F   0
 

Definition at line 12 of file myftw.h.

Referenced by myftw, and myftw_dir.

#define MYFTW_NS   3
 

Definition at line 15 of file myftw.h.

Referenced by myftw, and myftw_dir.


Typedef Documentation

typedef int(* myftwFunc)(void *fl, const char *name, struct stat *statp)
 

Definition at line 21 of file myftw.h.

Referenced by addFile, myftw, and myftw_dir.


Function Documentation

int myftw const char *    dir,
int    descriptors,
myftwFunc    func,
void *    fl
 

Definition at line 182 of file myftw.c.

Referenced by addFile.


Generated on Wed Sep 4 12:49:59 2002 for rpm by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002