firestring_estr_vsprintf(3) debian man page | unix.com

Man Page: firestring_estr_vsprintf

Operating Environment: debian

Section: 3

firestring_estr_vsprintf(3)				     Library Functions Manual				       firestring_estr_vsprintf(3)

NAME
firestring_estr_vsprintf - snprintf(3) into an estring
SYNOPSIS
#include <firestring.h> -lfirestring long firestring_estr_vsprintf(struct firestring_estr_t *out, const char * const format, va_list ap)
DESCRIPTION
firestring_estr_vsprintf() behaves exactly like firestring_snprintf(3) except that it writes to an estring (which contains the size inter- nally, so size is not needed as a parameter), and it takes an stdarg object instead of a list of arguments.
RETURN VALUE
Returns the number of bytes written to out.
AUTHOR
Ian Gulliver <ian@penguinhosting.net>
SEE ALSO
libfirestring(3) 2003-05-15 firestring_estr_vsprintf(3)
Related Man Pages
vsnprintf(3c) - opensolaris
libfirestring(3) - debian
vsprintf(3) - osf1
vsnprintf(3) - osf1
vsprintf(3c) - sunos
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Is UNIX an open source OS ?
Introduction
One instance of comparing grep and awk
Find columns in a file based on header and print to new file