|
YAZ 5.35.1
|
snprintf wrapper More...
Go to the source code of this file.
Functions | |
| void | yaz_vsnprintf (char *buf, size_t size, const char *fmt, va_list ap) |
| void | yaz_snprintf (char *buf, size_t size, const char *fmt,...) |
snprintf wrapper
Definition in file snprintf.c.
| void yaz_snprintf | ( | char * | buf, |
| size_t | size, | ||
| const char * | fmt, | ||
| ... | |||
| ) |
Definition at line 31 of file snprintf.c.
References yaz_vsnprintf().
Referenced by ccl_search_stop(), do_read(), flush_combos(), my_fetch(), nmem_get_status(), oid_oid_to_dotstring(), rotate_log(), yaz_log_init_prefix(), yaz_log_init_prefix2(), and ZOOM_handle_search_result().
| void yaz_vsnprintf | ( | char * | buf, |
| size_t | size, | ||
| const char * | fmt, | ||
| va_list | ap | ||
| ) |
Definition at line 17 of file snprintf.c.
Referenced by odr_printf(), wrbuf_printf(), xml_error_handler(), yaz_log(), yaz_marc_cprintf(), and yaz_snprintf().