RetroArch
Functions
file_stream_transforms.c File Reference
#include <string.h>
#include <stdarg.h>
#include <libretro.h>
#include <streams/file_stream.h>
Include dependency graph for file_stream_transforms.c:

Functions

RFILErfopen (const char *path, const char *mode)
 
int rfclose (RFILE *stream)
 
int64_t rftell (RFILE *stream)
 
int64_t rfseek (RFILE *stream, int64_t offset, int origin)
 
int64_t rfread (void *buffer, size_t elem_size, size_t elem_count, RFILE *stream)
 
char * rfgets (char *buffer, int maxCount, RFILE *stream)
 
int rfgetc (RFILE *stream)
 
int64_t rfwrite (void const *buffer, size_t elem_size, size_t elem_count, RFILE *stream)
 
int rfputc (int character, RFILE *stream)
 
int64_t rfflush (RFILE *stream)
 
int rfprintf (RFILE *stream, const char *format,...)
 
int rferror (RFILE *stream)
 
int rfeof (RFILE *stream)
 
int rfscanf (RFILE *stream, const char *format,...)
 

Function Documentation

◆ rfclose()

int rfclose ( RFILE stream)
Here is the call graph for this function:

◆ rfeof()

int rfeof ( RFILE stream)
Here is the call graph for this function:

◆ rferror()

int rferror ( RFILE stream)
Here is the call graph for this function:

◆ rfflush()

int64_t rfflush ( RFILE stream)
Here is the call graph for this function:

◆ rfgetc()

int rfgetc ( RFILE stream)
Here is the call graph for this function:

◆ rfgets()

char* rfgets ( char *  buffer,
int  maxCount,
RFILE stream 
)
Here is the call graph for this function:

◆ rfopen()

RFILE* rfopen ( const char *  path,
const char *  mode 
)
Here is the call graph for this function:

◆ rfprintf()

int rfprintf ( RFILE stream,
const char *  format,
  ... 
)
Here is the call graph for this function:

◆ rfputc()

int rfputc ( int  character,
RFILE stream 
)
Here is the call graph for this function:

◆ rfread()

int64_t rfread ( void buffer,
size_t  elem_size,
size_t  elem_count,
RFILE stream 
)
Here is the call graph for this function:

◆ rfscanf()

int rfscanf ( RFILE stream,
const char *  format,
  ... 
)
Here is the call graph for this function:

◆ rfseek()

int64_t rfseek ( RFILE stream,
int64_t  offset,
int  origin 
)
Here is the call graph for this function:

◆ rftell()

int64_t rftell ( RFILE stream)
Here is the call graph for this function:

◆ rfwrite()

int64_t rfwrite ( void const buffer,
size_t  elem_size,
size_t  elem_count,
RFILE stream 
)
Here is the call graph for this function: