Query: mktemp
OS: plan9
Section: 2
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MKTEMP(2) System Calls Manual MKTEMP(2)NAMEmktemp - make a unique file nameSYNOPSIS#include <u.h> #include <libc.h> char* mktemp(char *template)DESCRIPTIONMktemp 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 a name that can be accessed (see access(2)) is generated. If no such name can be generated, mktemp returns "/". Alef There is no mktemp in Alef.SOURCE/sys/src/libc/port/mktemp.cSEE ALSOgetpid(2), access(2) MKTEMP(2)
Related Man Pages |
---|
mktemp(3) - linux |
mktemp(3p) - suse |
mktemp(3) - osf1 |
mktemp(3c) - sunos |
mktemp(2) - posix |
Similar Topics in the Unix Linux Community |
---|
mktemp error |
Mktemp help please |
Edit mktemp file |