Functions

tempnam.c File Reference

#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Include dependency graph for tempnam.c:

Go to the source code of this file.

Functions

char__stdio_gen_tempname (const char *dir, const char *pfx, int dir_search, size_t *lenptr, FILE **streamptr)
chartempnam (const char *dir, const char *pfx)

Function Documentation

char* __stdio_gen_tempname ( const char dir,
const char pfx,
int  dir_search,
size_t *  lenptr,
FILE **  streamptr 
)

Definition at line 100 of file tempname.c.

References d, diraccess(), and exists().

Referenced by tempnam().

char* tempnam ( const char dir,
const char pfx 
)

Definition at line 42 of file tempnam.c.

References __stdio_gen_tempname().

Referenced by octave_tempnam().

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines