#include "system.h"
#include <rpmio.h>
#include "myftw.h"
#include "debug.h"
Go to the source code of this file.
Defines | |
| #define | NAMLEN(a) strlen((a)->d_name) |
| #define | PATH_MAX 1024 |
Functions | |
| static int | myftw_dir (DIR **dirs, int level, int descriptors, char *dir, size_t len, myftwFunc func, void *fl) |
| int | myftw (const char *dir, int descriptors, myftwFunc func, void *fl) |
Definition in file myftw.c.
| int myftw | ( | const char * | dir, | |
| int | descriptors, | |||
| myftwFunc | func, | |||
| void * | fl | |||
| ) |
| static int myftw_dir | ( | DIR ** | dirs, | |
| int | level, | |||
| int | descriptors, | |||
| char * | dir, | |||
| size_t | len, | |||
| myftwFunc | func, | |||
| void * | fl | |||
| ) | [static] |
1.5.6