modified from Sten Gunterberg's BUGTRAQ post of 22 Jul 1997
[Utility Functions]


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

Detailed Description

--nathan bryant <bryant@cs.usm.maine.edu>

Function Documentation

int vsnprintf ( char *  buf,
size_t  max,
const char *  fmt,
va_list  argp 
)

vsnprintf wrapper

Parameters:
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

Parameters:
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().


Generated on Wed Jun 20 23:13:14 2007 for webcit by  doxygen 1.5.2