![]() |
HDF5
1.12.0
|
Data Structures | |
| struct | timezone |
| struct | timespec |
Typedefs | |
| typedef struct _stati64 | h5_stat_t |
| typedef __int64 | h5_stat_size_t |
Functions | |
| H5_DLL int | Wgettimeofday (struct timeval *tv, struct timezone *tz) |
| H5_DLL int | Wsetenv (const char *name, const char *value, int overwrite) |
| H5_DLL int | Wflock (int fd, int operation) |
| H5_DLL char * | Wgetlogin (void) |
| H5_DLL int | c99_snprintf (char *str, size_t size, const char *format,...) |
| H5_DLL int | c99_vsnprintf (char *str, size_t size, const char *format, va_list ap) |
| H5_DLL int | Wnanosleep (const struct timespec *req, struct timespec *rem) |
| H5_DLL herr_t | H5_expand_windows_env_vars (char **env_var) |
| H5_DLL const wchar_t * | H5_get_utf16_str (const char *s) |
| H5_DLL int | Wopen_utf8 (const char *path, int oflag,...) |
| H5_DLL int | Wremove_utf8 (const char *path) |
| H5_DLL long long | Wllround (double arg) |
| H5_DLL long long | Wllroundf (float arg) |
| H5_DLL long | Wlround (double arg) |
| H5_DLL long | Wlroundf (float arg) |
| H5_DLL double | Wround (double arg) |
| H5_DLL float | Wroundf (float arg) |
| typedef __int64 h5_stat_size_t |
| typedef struct _stati64 h5_stat_t |
| H5_DLL int c99_snprintf | ( | char * | str, |
| size_t | size, | ||
| const char * | format, | ||
| ... | |||
| ) |
References ap, c99_vsnprintf(), HDva_end(), HDva_start(), and size.
| H5_DLL int c99_vsnprintf | ( | char * | str, |
| size_t | size, | ||
| const char * | format, | ||
| va_list | ap | ||
| ) |
Referenced by c99_snprintf().
| H5_DLL const wchar_t* H5_get_utf16_str | ( | const char * | s | ) |
Referenced by Wflock().
| H5_DLL int Wflock | ( | int | fd, |
| int | operation | ||
| ) |
| H5_DLL char* Wgetlogin | ( | void | ) |
| H5_DLL int Wgettimeofday | ( | struct timeval * | tv, |
| struct timezone * | tz | ||
| ) |
References timezone::tz_dsttime, and timezone::tz_minuteswest.
| H5_DLL long long Wllroundf | ( | float | arg | ) |
Referenced by Wflock().
| H5_DLL long Wlroundf | ( | float | arg | ) |
Referenced by Wflock().
Referenced by Wflock().
| H5_DLL int Wopen_utf8 | ( | const char * | path, |
| int | oflag, | ||
| ... | |||
| ) |
Referenced by Wflock().
| H5_DLL int Wremove_utf8 | ( | const char * | path | ) |
Referenced by Wflock().
| H5_DLL float Wroundf | ( | float | arg | ) |
Referenced by Wflock().