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
xt_ff_tmpfile(3) FreeBSD Library Functions Manual xt_ff_tmpfile(3)

xt_ff_tmpfile() - Create a fast file stream connected to a temporary file

#include <xtend/file.h>
-lxtend

xt_ff_t *xt_ff_tmpfile(void)

None.

xt_ff_tmpfile(3) opens a temporary file using mkstemp(3), returning a xt_ff_t pointer tied to the file descriptor created by mkstemp(3). The file is opened for both reading and writing. This function is analogous to tmpfile(3).

Pointer to a xt_ff_t structure on success, NULL on failure.

xt_ff_t *fp = xt_ff_tmpfile(3);

tmpfile(3), mkstemp(3).


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.