rawio.h File Reference

#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 *)


Define Documentation

#define O_RDONLY   0

Definition at line 39 of file rawio.h.

Referenced by dynload(), and main().

#define O_WRONLY   1

Definition at line 40 of file rawio.h.


Function Documentation

int close ( int   ) 

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 read ( int  ,
void *  ,
size_t   
)

Referenced by dynload(), and process().

Here is the caller graph for this function:

int unlink ( const char *   ) 

int write ( int  ,
void *  ,
size_t   
)

Referenced by main(), and WriteToFile().

Here is the caller graph for this function:


Generated on Sun Mar 4 15:05:21 2007 for Scilab [trunk] by  doxygen 1.5.1