|
YAZ 5.37.0
|
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 add_xsd_integer(), addterms(), append_extra_arg_int(), attrStr(), ccl_search_stop(), cql2pqf(), cql_lookup_property(), cql_pr_int(), cql_transform_buf(), create_association(), do_dumpBER(), do_read(), dummy_marc_record(), encode_uri_char(), flush_combos(), get_indicator_value(), handle_queryExpression(), listener(), my_fetch(), nmem_get_status(), node_bool(), oid_oid_to_dotstring(), otherInfo_attach(), pack_records(), rotate_log(), rpn2cql_structure(), set_init_option(), tcpip_addrstr(), unix_addrstr(), useattr(), write1(), write_xml_indicator(), yaz_add_sru_update_diagnostic(), yaz_add_srw_diagnostic(), yaz_check_eq1(), yaz_check_init_log(), yaz_encode_http_request(), yaz_encode_http_response(), yaz_facet_attr_get_z_attributes(), yaz_log_init_prefix(), yaz_log_init_prefix2(), yaz_marc_add_controlfield(), yaz_marc_add_subfield(), yaz_mk_sru_surrogate(), yaz_mk_std_diagnostic(), yaz_query2xml_attribute_element(), yaz_query2xml_operator(), yaz_query2xml_term(), yaz_sru_facet_request(), yaz_thread_id_cstr(), Z3950_send_search(), z_get_HTTP_Response_server(), z_get_OriginProposal_0(), z_get_TargetResponse(), z_soap_codec_enc_xsl(), ZOOM_connection_connect(), ZOOM_handle_search_result(), ZOOM_memcached_hitcount(), ZOOM_options_set_int(), and ztest_fetch().
| void yaz_vsnprintf | ( | char * | buf, |
| size_t | size, | ||
| const char * | fmt, | ||
| va_list | ap ) |
Definition at line 17 of file snprintf.c.
Referenced by nmem_printf(), odr_printf(), wrbuf_printf(), xml_error_handler(), yaz_log(), yaz_marc_cprintf(), and yaz_snprintf().