#include "ansidecl.h"#include <stdarg.h>#include <stddef.h>

Go to the source code of this file.
Functions/Subroutines | |
| int | vsnprintf (char *, size_t, const char *, va_list) |
| int | snprintf (char *s, size_t n, const char *format,...) |
| int snprintf | ( | char * | s, | |
| size_t | n, | |||
| const char * | format, | |||
| ... | ||||
| ) |
Definition at line 50 of file snprintf.c.
References result, VA_CLOSE, VA_FIXEDARG, VA_OPEN, and vsnprintf().
Referenced by _bfd_default_error_handler(), bfd_pef_parse_function_stubs(), bfd_pef_parse_traceback_tables(), ErrMsg_Report_Nonuser(), fname_as_string(), get_dump_file_name(), get_executable_dir_from_path(), lower_bit_field_id(), make_complex_modes(), make_vector_mode(), make_vector_modes(), match_case_to_enum_1(), mdp_linsn(), mdp_select(), output_msg(), pr_addr_post(), and print_one_macro_entry().
Definition at line 61 of file vsnprintf.c.
References buf, free(), memcpy, result, strlen(), and vasprintf().
Referenced by snprintf(), and VPARAMS().
1.5.6