|
PLplot 5.15.0
|
Go to the source code of this file.
Macros | |
| #define | DEBUG |
| #define | NEED_PLDEBUG |
| #define | PL_MAXNTMPDIR_LIST 5 |
| #define | _S_IREAD 256 |
| #define | _S_IWRITE 128 |
Functions | |
| 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 _S_IREAD 256 |
| #define _S_IWRITE 128 |
| #define PL_MAXNTMPDIR_LIST 5 |
| char * pl_create_tempfifo | ( | const char ** | p_fifoname, |
| const char ** | p_dirname ) |
| void plio_fread | ( | void * | buf, |
| size_t | size, | ||
| size_t | nmemb, | ||
| FILE * | stream ) |