ansi.c File Reference

#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <pthread.h>
#include "libjio.h"
#include "common.h"
#include "trans.h"

Include dependency graph for ansi.c:

Go to the source code of this file.

Functions

struct jfsjfopen (const char *path, const char *mode)
int jfclose (struct jfs *stream)
struct jfsjfreopen (const char *path, const char *mode, struct jfs *stream)
size_t jfread (void *ptr, size_t size, size_t nmemb, struct jfs *stream)
size_t jfwrite (const void *ptr, size_t size, size_t nmemb, struct jfs *stream)
int jfileno (struct jfs *stream)
int jfeof (struct jfs *stream)
void jclearerr (struct jfs *stream)
int jferror (struct jfs *stream)
int jfseek (struct jfs *stream, long offset, int whence)
long jftell (struct jfs *stream)
void jrewind (struct jfs *stream)
FILE * jfsopen (struct jfs *stream, const char *mode)


Function Documentation

struct jfs* jfopen ( const char *  path,
const char *  mode 
) [read]

Definition at line 32 of file ansi.c.

Referenced by jfreopen().

Here is the call graph for this function:

Here is the caller graph for this function:

int jfclose ( struct jfs stream  ) 

Definition at line 73 of file ansi.c.

Referenced by jfreopen().

Here is the call graph for this function:

Here is the caller graph for this function:

struct jfs* jfreopen ( const char *  path,
const char *  mode,
struct jfs stream 
) [read]

Definition at line 86 of file ansi.c.

Here is the call graph for this function:

size_t jfread ( void *  ptr,
size_t  size,
size_t  nmemb,
struct jfs stream 
)

Definition at line 96 of file ansi.c.

Here is the call graph for this function:

size_t jfwrite ( const void *  ptr,
size_t  size,
size_t  nmemb,
struct jfs stream 
)

Definition at line 108 of file ansi.c.

Here is the call graph for this function:

int jfileno ( struct jfs stream  ) 

Definition at line 120 of file ansi.c.

Referenced by jfeof().

Here is the caller graph for this function:

int jfeof ( struct jfs stream  ) 

Definition at line 126 of file ansi.c.

Here is the call graph for this function:

void jclearerr ( struct jfs stream  ) 

Definition at line 152 of file ansi.c.

int jferror ( struct jfs stream  ) 

Definition at line 159 of file ansi.c.

int jfseek ( struct jfs stream,
long  offset,
int  whence 
)

Definition at line 167 of file ansi.c.

long jftell ( struct jfs stream  ) 

Definition at line 183 of file ansi.c.

void jrewind ( struct jfs stream  ) 

Definition at line 190 of file ansi.c.

FILE* jfsopen ( struct jfs stream,
const char *  mode 
)

Definition at line 198 of file ansi.c.


Generated on Sat Sep 12 13:33:30 2009 for libjio (internal) by  doxygen 1.5.8