Functions
port.cc File Reference
#include "config.h"
#include <cstdarg>
#include "port.h"
Include dependency graph for port.cc:

Go to the source code of this file.

Functions

struct tm * gmtime_r (const time_t *timep, struct tm *result)
 
struct tm * localtime_r (const time_t *timep, struct tm *result)
 
int safe_vsnprintf (char *str, size_t size, const char *format, va_list ap)
 
int snprintf (char *str, size_t size, const char *format,...)
 

Function Documentation

◆ gmtime_r()

struct tm* gmtime_r ( const time_t *  timep,
struct tm *  result 
)

Definition at line 58 of file port.cc.

◆ localtime_r()

struct tm* localtime_r ( const time_t *  timep,
struct tm *  result 
)

Definition at line 52 of file port.cc.

◆ safe_vsnprintf()

int safe_vsnprintf ( char *  str,
size_t  size,
const char *  format,
va_list  ap 
)

Definition at line 44 of file port.cc.

◆ snprintf()

int snprintf ( char *  str,
size_t  size,
const char *  format,
  ... 
)

Definition at line 64 of file port.cc.



libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:04