![]() |
HDF5
1.12.0
|
Functions | |
| H5_GCC_DIAG_OFF (format-nonliteral) int HDfprintf(FILE *stream | |
| HDassert (stream) | |
| HDassert (fmt) | |
| HDva_start (ap, fmt) | |
| if ('%'==fmt[0] &&'%'==fmt[1]) | |
| HDva_end (ap) | |
| H5_GCC_DIAG_ON (format-nonliteral) int64_t HDstrtoll(const char *s | |
| if (!s||(base &&(base< 2||base >36))) | |
| while (HDisspace(*s)) s++ | |
| if ('+'==*s) | |
| else | if ('-'==*s) |
| if (0==base && '0'==*s &&('x'==s[1]|| 'X'==s[1])) | |
| while ((base<=10 &&*s >='0' &&*s< '0'+base)||(base >10 &&((*s >='0' &&*s<='9')||(*s >='a' &&*s< 'a'+base-10)||(*s >='A' &&*s< 'A'+base-10)))) | |
| if (overflow) | |
| acc * | if (rest) |
| void | HDsrand (unsigned int seed) |
| int | Pflock (int fd, int operation) |
| int H5_ATTR_CONST | Nflock (int H5_ATTR_UNUSED fd, int H5_ATTR_UNUSED operation) |
| time_t | H5_make_time (struct tm *tm) |
| int | Wgettimeofday (struct timeval *tv, struct timezone *tz) |
| int | Wsetenv (const char *name, const char *value, int overwrite) |
| char * | Wgetlogin () |
| int | c99_snprintf (char *str, size_t size, const char *format,...) |
| int | c99_vsnprintf (char *str, size_t size, const char *format, va_list ap) |
| int | Wflock (int H5_ATTR_UNUSED fd, int H5_ATTR_UNUSED operation) |
Variables | |
| const char * | fmt |
| const char int | fwidth |
| const char int | prec |
| int | zerofill = 0 |
| int | leftjust = 0 |
| int | plussign = 0 |
| int | ldspace = 0 |
| int | prefix = 0 |
| char | modifier [8] = '\0' |
| int | conv |
| char * | rest |
| char | format_templ [128] |
| int | len |
| const char * | s |
| va_list | ap |
| else | |
| nout | |
| const char int | base |
| hbool_t | overflow = FALSE |
| errno = 0 | |
| int c99_snprintf | ( | char * | str, |
| size_t | size, | ||
| const char * | format, | ||
| ... | |||
| ) |
References ap, c99_vsnprintf(), HDva_end(), HDva_start(), and size.
| int c99_vsnprintf | ( | char * | str, |
| size_t | size, | ||
| const char * | format, | ||
| va_list | ap | ||
| ) |
Referenced by c99_snprintf().
| H5_GCC_DIAG_OFF | ( | format- | nonliteral | ) |
| H5_GCC_DIAG_ON | ( | format- | nonliteral | ) | const |
| time_t H5_make_time | ( | struct tm * | tm | ) |
References HDassert(), and ret_value.
| HDassert | ( | fmt | ) |
| HDassert | ( | stream | ) |
Referenced by H5_make_time(), and Wflock().
| void HDsrand | ( | unsigned int | seed | ) |
| HDva_end | ( | ap | ) |
Referenced by c99_snprintf(), H5_trace(), H5E_printf_stack(), H5Epush2(), H5VL_file_specific(), H5VL_link_create(), and Wflock().
Referenced by c99_snprintf(), H5_trace(), H5E_printf_stack(), H5Epush2(), H5VL_attr_get(), H5VL_attr_optional(), H5VL_attr_specific(), H5VL_blob_optional(), H5VL_blob_specific(), H5VL_dataset_get(), H5VL_dataset_optional(), H5VL_dataset_specific(), H5VL_datatype_get(), H5VL_datatype_optional(), H5VL_datatype_specific(), H5VL_file_get(), H5VL_file_optional(), H5VL_file_specific(), H5VL_group_get(), H5VL_group_optional(), H5VL_group_specific(), H5VL_link_create(), H5VL_link_get(), H5VL_link_optional(), H5VL_link_specific(), H5VL_object_get(), H5VL_object_optional(), H5VL_object_specific(), H5VL_optional(), H5VL_request_optional(), H5VL_request_specific(), and Wflock().
| acc* if | ( | rest | ) |
| int H5_ATTR_CONST Nflock | ( | int H5_ATTR_UNUSED | fd, |
| int H5_ATTR_UNUSED | operation | ||
| ) |
| int Pflock | ( | int | fd, |
| int | operation | ||
| ) |
| int Wflock | ( | int H5_ATTR_UNUSED | fd, |
| int H5_ATTR_UNUSED | operation | ||
| ) |
References double(), f, FAIL, FUNC_LEAVE_NOAPI(), H5_build_extpath(), H5_combine_path(), H5_expand_windows_env_vars(), H5_get_time(), H5_get_utf16_str(), H5_nanosleep(), H5MM_calloc(), H5MM_malloc(), H5MM_strdup(), H5MM_xfree(), HDassert(), HDva_end(), HDva_start(), name, NULL, path, ret_value, s, timespec::tv_nsec, timespec::tv_sec, Wllround(), Wllroundf(), Wlround(), Wlroundf(), Wnanosleep(), Wopen_utf8(), Wremove_utf8(), Wround(), and Wroundf().
| char* Wgetlogin | ( | ) |
| int Wgettimeofday | ( | struct timeval * | tv, |
| struct timezone * | tz | ||
| ) |
References timezone::tz_dsttime, and timezone::tz_minuteswest.
| while | ( | HDisspace * | s | ) |
| va_list ap |
Referenced by c99_snprintf(), c99_vsnprintf(), H5_trace(), H5E_printf_stack(), and H5Epush2().
| const char int base |
Referenced by H5T__array_create(), H5T__bit_find(), H5T__vlen_create(), H5Tarray_create1(), H5Tarray_create2(), H5Tvlen_create(), if(), and while().
| int conv |
| else |
| errno = 0 |
Referenced by H5FD_s3comms_s3r_getsize(), if(), and main().
| while fmt |
Referenced by H5E_printf_stack(), H5Epush2(), and if().
| char format_templ[128] |
| ldspace = 0 |
| leftjust = 0 |
| int len |
| modifier[0] = '\0' |
| return nout |
Referenced by if().
| plussign = 0 |
| const char int prec |
Referenced by H5Tset_precision(), and if().
| prefix = 0 |
| const char ** rest |
Referenced by H5_trace(), and if().
| const char* s |
Referenced by H5AC__init_package(), H5check_version(), H5FD_mpio_init(), H5FD_s3comms_nlowercase(), H5FD_s3comms_percent_encode_char(), H5FD_s3comms_trim(), H5FD_s3comms_uriencode(), H5G__ent_to_link(), H5G_node_debug(), H5G_normalize(), H5MM_strdup(), H5MM_xstrdup(), H5P__get_filter(), H5RS_dup_str(), H5RS_own(), H5RS_wrap(), H5ST_insert(), H5ST_search(), H5T__conv_b_b(), H5T__conv_enum(), H5T__conv_f_f(), H5T__conv_f_i(), H5T__conv_i_f(), H5T__conv_i_i(), H5T__conv_ref(), H5T__conv_s_s(), H5T__conv_vlen(), if(), Wflock(), and while().
| zerofill = 0 |