FreeBASIC  0.91.0
file_get_wstr.c File Reference
#include "fb.h"
Include dependency graph for file_get_wstr.c:

Go to the source code of this file.

Functions

int fb_FileGetWstrEx (FB_FILE *handle, fb_off_t pos, FB_WCHAR *dst, ssize_t dst_chars, size_t *bytesread)
 
FBCALL int fb_FileGetWstr (int fnum, int pos, FB_WCHAR *dst, ssize_t dst_chars)
 
FBCALL int fb_FileGetWstrLarge (int fnum, long long pos, FB_WCHAR *dst, ssize_t dst_chars)
 
FBCALL int fb_FileGetWstrIOB (int fnum, int pos, FB_WCHAR *dst, ssize_t dst_chars, size_t *bytesread)
 
FBCALL int fb_FileGetWstrLargeIOB (int fnum, long long pos, FB_WCHAR *dst, ssize_t dst_chars, size_t *bytesread)
 

Function Documentation

FBCALL int fb_FileGetWstr ( int  fnum,
int  pos,
FB_WCHAR dst,
ssize_t  dst_chars 
)

Definition at line 41 of file file_get_wstr.c.

Here is the call graph for this function:

int fb_FileGetWstrEx ( FB_FILE handle,
fb_off_t  pos,
FB_WCHAR dst,
ssize_t  dst_chars,
size_t *  bytesread 
)

Definition at line 6 of file file_get_wstr.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL int fb_FileGetWstrIOB ( int  fnum,
int  pos,
FB_WCHAR dst,
ssize_t  dst_chars,
size_t *  bytesread 
)

Definition at line 51 of file file_get_wstr.c.

Here is the call graph for this function:

FBCALL int fb_FileGetWstrLarge ( int  fnum,
long long  pos,
FB_WCHAR dst,
ssize_t  dst_chars 
)

Definition at line 46 of file file_get_wstr.c.

Here is the call graph for this function:

FBCALL int fb_FileGetWstrLargeIOB ( int  fnum,
long long  pos,
FB_WCHAR dst,
ssize_t  dst_chars,
size_t *  bytesread 
)

Definition at line 56 of file file_get_wstr.c.

Here is the call graph for this function: