Functions | |
int | vsnprintf (char *buf, size_t max, const char *fmt, va_list argp) |
vsnprintf wrapper | |
int | snprintf (char *buf, size_t max, const char *fmt,...) |
snprintf wrapper |
int vsnprintf | ( | char * | buf, | |
size_t | max, | |||
const char * | fmt, | |||
va_list | argp | |||
) |
vsnprintf wrapper
buf | the output charbuffer | |
max | maximal size of the buffer | |
fmt | the formatstring (see man printf) | |
argp | the variable argument list |
Definition at line 60 of file snprintf.c.
References lprintf().
Referenced by serv_printf(), snprintf(), svprintf(), and wprintf().
int snprintf | ( | char * | buf, | |
size_t | max, | |||
const char * | fmt, | |||
... | ||||
) |
snprintf wrapper
buf | the output charbuffer | |
max | maximal size of the buffer | |
fmt | the formatstring (see man printf) | |
... | the variable argument list |
Definition at line 85 of file snprintf.c.
References vsnprintf().
Referenced by cal_process_object(), check_attendee_availability(), CtdlMakeTempFileName(), display_wiki_page(), embed_room_banner(), http_datestring(), is_msg_in_mset(), page_user(), parse_fields_from_rule_editor(), post_message(), read_message(), readloop(), save_sieve(), server_info_section(), session_loop(), showuser(), submit_vcard(), summary(), the_mime_parser(), userlist(), utf8ify_rfc822_string(), vcard_fn_to_n(), and who().