#include "plplotP.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
Go to the source code of this file.
|
static PLINT | get_tmpdir_list (PLINT max_ntmpdir_list, char **tmpdir_list, PLINT maxcurrdir, char *currdir) |
|
void | plio_fwrite (void *buf, size_t size, size_t nmemb, FILE *stream) |
|
void | plio_fread (void *buf, size_t size, size_t nmemb, FILE *stream) |
|
void | plio_fgets (char *buf, int size, FILE *stream) |
|
FILE * | pl_create_tempfile (char **fname) |
|
char * | pl_create_tempfifo (const char **p_fifoname, const char **p_dirname) |
|
#define PL_MAXNTMPDIR_LIST 5 |
static PLINT get_tmpdir_list |
( |
PLINT |
max_ntmpdir_list, |
|
|
char ** |
tmpdir_list, |
|
|
PLINT |
maxcurrdir, |
|
|
char * |
currdir |
|
) |
| |
|
static |
char* pl_create_tempfifo |
( |
const char ** |
p_fifoname, |
|
|
const char ** |
p_dirname |
|
) |
| |
FILE* pl_create_tempfile |
( |
char ** |
fname | ) |
|
void plio_fgets |
( |
char * |
buf, |
|
|
int |
size, |
|
|
FILE * |
stream |
|
) |
| |
void plio_fread |
( |
void * |
buf, |
|
|
size_t |
size, |
|
|
size_t |
nmemb, |
|
|
FILE * |
stream |
|
) |
| |
void plio_fwrite |
( |
void * |
buf, |
|
|
size_t |
size, |
|
|
size_t |
nmemb, |
|
|
FILE * |
stream |
|
) |
| |