GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
firestring_estr_sprintfe(3) FreeBSD Library Functions Manual firestring_estr_sprintfe(3)

firestring_estr_sprintfe - firestring_estr_sprintf(3) with an estring format

#include <firestring.h>
-lfirestring

long firestring_estr_sprintfe(struct firestring_estr_t *out, struct firestring_estr_t *format, ...)

firestring_estr_sprintfe() behaves exactly like firestring_estr_snprintf(3) except that it takes an estring format argument, so the format can contain arbitrary binary data. However, please note that user user-input data as the format string is INSECURE.

Returns the number of bytes written to out.

Ian Gulliver <ian@penguinhosting.net>

libfirestring(3)
2004-02-24

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.