#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.
#define NAMLEN | ( | a | ) | strlen((a)->d_name) |
#define PATH_MAX 1024 |
Definition at line 41 of file myftw.c.
Referenced by doLookup(), myftw(), myftw_dir(), and rpmQueryVerify().
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] |