HDF5  1.12.0
Macros | Functions
H5system.c File Reference
#include "H5private.h"
#include "H5Eprivate.h"
#include "H5Fprivate.h"
#include "H5MMprivate.h"

Macros

#define MAX_PATH_LEN   1024
 

Functions

int HDfprintf (FILE *stream, const char *fmt,...)
 
int64_t HDstrtoll (const char *s, const char **rest, int base)
 
int H5_ATTR_CONST Nflock (int H5_ATTR_UNUSED fd, int H5_ATTR_UNUSED operation)
 
time_t H5_make_time (struct tm *tm)
 
herr_t H5_build_extpath (const char *name, char **extpath)
 
herr_t H5_combine_path (const char *path1, const char *path2, char **full_name)
 
void H5_nanosleep (uint64_t nanosec)
 
double H5_get_time (void)
 

Macro Definition Documentation

◆ MAX_PATH_LEN

#define MAX_PATH_LEN   1024

Function Documentation

◆ H5_build_extpath()

herr_t H5_build_extpath ( const char *  name,
char **  extpath 
)

◆ H5_combine_path()

herr_t H5_combine_path ( const char *  path1,
const char *  path2,
char **  full_name 
)

◆ H5_get_time()

double H5_get_time ( void  )

◆ H5_make_time()

time_t H5_make_time ( struct tm *  tm)

◆ H5_nanosleep()

void H5_nanosleep ( uint64_t  nanosec)

◆ HDfprintf()

int HDfprintf ( FILE stream,
const char *  fmt,
  ... 
)

◆ HDstrtoll()

int64_t HDstrtoll ( const char *  s,
const char **  rest,
int  base 
)

◆ Nflock()

int H5_ATTR_CONST Nflock ( int H5_ATTR_UNUSED  fd,
int H5_ATTR_UNUSED  operation 
)