dhcpd-pools  3.0
ISC dhcpd lease usage analyser
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
time_r.c File Reference
#include <config.h>
#include <time.h>
Include dependency graph for time_r.c:

Functions

static struct tm * copy_tm_result (struct tm *dest, struct tm const *src)
 
struct tm * gmtime_r (time_t const *restrict t, struct tm *restrict tp)
 
struct tm * localtime_r (time_t const *restrict t, struct tm *restrict tp)
 

Function Documentation

◆ copy_tm_result()

static struct tm* copy_tm_result ( struct tm *  dest,
struct tm const *  src 
)
static

Referenced by gmtime_r(), and localtime_r().

◆ gmtime_r()

struct tm* gmtime_r ( time_t const *restrict  t,
struct tm *restrict  tp 
)

Referenced by localtime_rz().

Here is the call graph for this function:

◆ localtime_r()

struct tm* localtime_r ( time_t const *restrict  t,
struct tm *restrict  tp 
)

Referenced by dp_time_tool(), localtime_rz(), and mktime_z().

Here is the call graph for this function: