GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
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) |
char * | tempnam (const char *dir, const char *pfx) |
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().
Definition at line 42 of file tempnam.c.
References __stdio_gen_tempname(), and void().
Referenced by octave_tempnam().