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

xt_ff_close() - Close a stream created by xt_ff_open()

#include <xtend/fast-file.h>
-lxtend

int     xt_ff_close(xt_ff_t *stream)

stream: Pointer to the xt_ff_t structure to be closed

xt_ff_close(3) closes a xt_ff_t stream by calling _xt_ff_raw_close(3) or _xt_ff_pclose(3) as appropriate. Automatically determines the proper close function to call using S_ISFIFO() on the stream stat structure.

The xt_ff_t system is simpler than and much faster than traditional FILE on typical systems. It is intended for processing large files character-by-character, where low-level block I/O is not convenient, but FILE I/O causes a bottleneck.

The value returned by _xt_ff_raw_close(3) or _xt_ff_pclose(3)

xt_ff_popen(3), xt_ff_open(3), gzip(1), bzip2(1), xz(1)


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.