#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) |
|
◆ _S_IREAD
◆ _S_IWRITE
◆ DEBUG
◆ NEED_PLDEBUG
◆ PL_MAXNTMPDIR_LIST
#define PL_MAXNTMPDIR_LIST 5 |
◆ get_tmpdir_list()
static PLINT get_tmpdir_list |
( |
PLINT | max_ntmpdir_list, |
|
|
char ** | tmpdir_list, |
|
|
PLINT | maxcurrdir, |
|
|
char * | currdir ) |
|
static |
◆ pl_create_tempfifo()
char * pl_create_tempfifo |
( |
const char ** | p_fifoname, |
|
|
const char ** | p_dirname ) |
◆ pl_create_tempfile()
FILE * pl_create_tempfile |
( |
char ** | fname | ) |
|
◆ plio_fgets()
void plio_fgets |
( |
char * | buf, |
|
|
int | size, |
|
|
FILE * | stream ) |
◆ plio_fread()
void plio_fread |
( |
void * | buf, |
|
|
size_t | size, |
|
|
size_t | nmemb, |
|
|
FILE * | stream ) |
◆ plio_fwrite()
void plio_fwrite |
( |
void * | buf, |
|
|
size_t | size, |
|
|
size_t | nmemb, |
|
|
FILE * | stream ) |