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.

#define MYFTW_DNR   2
 

Definition at line 14 of file myftw.h.

#define MYFTW_F   0
 

Definition at line 12 of file myftw.h.

#define MYFTW_NS   3
 

Definition at line 15 of file myftw.h.


Typedef Documentation

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

Definition at line 21 of file myftw.h.


Function Documentation

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

Definition at line 179 of file myftw.c.

Referenced by addFile().


Generated at Fri Feb 15 10:32:38 2002 for rpm by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001