Nugget
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
Functions
stdio.c File Reference
#include <ctype.h>
#include <stdarg.h>
#include <stdio.h>
#include "common/hardware/hwregs.h"
#include "common/psxlibc/ioctl.h"
#include "common/syscalls/syscalls.h"
#include "openbios/fileio/fileio.h"
Include dependency graph for stdio.c:

Functions

void reopenStdio ()
 
void installStdIo (int installTTY)
 
int psxopen (const char *path, int mode)
 
int psxlseek (int fd, int offset, int whence)
 
int psxread (int fd, void *buffer, int size)
 
int psxwrite (int fd, void *buffer, int size)
 
int psxclose (int fd)
 
int psxioctl (int fd, int cmd, int arg)
 
int psxgetc (int fd)
 
void psxputc (int c, int fd)
 
void psxputchar (int c)
 
int psxgetchar ()
 
char * psxgets (char *const s)
 
void psxputs (const char *s)
 
int psxprintf (const char *fmt,...)
 
int psxrename (const char *oldName, const char *newName)
 
int psxerase (const char *path)
 

Function Documentation

◆ installStdIo()

void installStdIo ( int  installTTY)

◆ psxclose()

int psxclose ( int  fd)

◆ psxerase()

int psxerase ( const char *  path)

◆ psxgetc()

int psxgetc ( int  fd)

◆ psxgetchar()

int psxgetchar ( )

◆ psxgets()

char * psxgets ( char *const  s)

◆ psxioctl()

int psxioctl ( int  fd,
int  cmd,
int  arg 
)

◆ psxlseek()

int psxlseek ( int  fd,
int  offset,
int  whence 
)

◆ psxopen()

int psxopen ( const char *  path,
int  mode 
)

◆ psxprintf()

int psxprintf ( const char *  fmt,
  ... 
)

◆ psxputc()

void psxputc ( int  c,
int  fd 
)

◆ psxputchar()

void psxputchar ( int  c)

◆ psxputs()

void psxputs ( const char *  s)

◆ psxread()

int psxread ( int  fd,
void buffer,
int  size 
)

◆ psxrename()

int psxrename ( const char *  oldName,
const char *  newName 
)

◆ psxwrite()

int psxwrite ( int  fd,
void buffer,
int  size 
)

◆ reopenStdio()

void reopenStdio ( )