#include "fcntl.h"Include dependency graph for rawio.h:

Go to the source code of this file.
Defines | |
| #define | O_RDONLY 0 |
| #define | O_WRONLY 1 |
Functions | |
| int | close (int) |
| int | read (int, void *, size_t) |
| int | write (int, void *, size_t) |
| int | unlink (const char *) |
| FILE * | fdopen (int, const char *) |
| char * | mktemp (char *) |
Referenced by clipPolyLine(), ContourTrace(), drawarcGif(), drawarcXfig(), DrawMerge3d(), drawpolylines(), drawpolylinesGif(), drawpolylinesPos(), drawpolylinesXfig(), drawRectangleEntity(), drawTextEntity(), dynload(), fillarcGif(), fillarcXfig(), fillpolylines(), process(), sci_xfpoly(), sci_xpoly(), sciDrawInsideSegments(), sciDrawOutsideSegment(), set_tmp_names(), and WriteToFile().
Here is the caller graph for this function:

| FILE* fdopen | ( | int | , | |
| const char * | ||||
| ) |
| char* mktemp | ( | char * | ) |
Referenced by CreateCppShared(), CreateShared(), dynload(), and f_open().
Here is the caller graph for this function:

| int unlink | ( | const char * | ) |
1.5.1