#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <errno.h>#include <stdio.h>#include <ctype.h>#include <unistd.h>#include <stdlib.h>Include dependency graph for mktemp.c:

Go to the source code of this file.
Functions | |
| static int | _gettemp (char *, int *) |
| mkstemp (char *path) | |
| char * | mktemp (char *path) |
|
||||||||||||
|
Definition at line 65 of file mktemp.c. |
|
|
Definition at line 49 of file mktemp.c. References _gettemp(). Referenced by dir_start(), and ftime_start(). |
|
|
Definition at line 58 of file mktemp.c. References _gettemp(), and NULL. |
1.4.6