GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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(), exists(), FILENAME_MAX, letters, and P_tmpdir.

Referenced by tempnam().

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

Definition at line 42 of file tempnam.c.

References __stdio_gen_tempname(), and void().

Referenced by octave_tempnam().