dhcpd-pools  3.0
ISC dhcpd lease usage analyser
Macros | Functions
stat.c File Reference
#include <config.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>
#include <limits.h>
#include <stdbool.h>
#include <string.h>
#include "filename.h"
#include "malloca.h"
#include "verify.h"
Include dependency graph for stat.c:

Macros

#define __need_system_sys_stat_h
 

Functions

static int orig_stat (const char *filename, struct stat *buf)
 
int rpl_stat (char const *name, struct stat *buf)
 

Macro Definition Documentation

◆ __need_system_sys_stat_h

#define __need_system_sys_stat_h

Function Documentation

◆ orig_stat()

static int orig_stat ( const char *  filename,
struct stat *  buf 
)
static

Referenced by rpl_stat().

◆ rpl_stat()

int rpl_stat ( char const *  name,
struct stat *  buf 
)
Here is the call graph for this function: