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

opentemp - create and open a uniquely-named file

#include <u.h>
#include <libc.h>

int opentemp(char *template, int mode)

Opentemp replaces template by a unique file name, and returns the address of the template. The template should look like a file name with eleven trailing The are replaced by a letter followed by the current process id. Letters from to are tried until the name of a file that does not yet exist (see is generated. Opentemp then opens the file for the given mode and returns the file descriptor. Most calls should use a mode of ORDWR|ORCLOSE.

If no such name can be generated, opentemp returns -1.

Opentemp avoids races. Two simultaneous calls to opentemp will never return the same name.

/src/lib9/opentemp.c

create in

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.