Home
last modified time | relevance | path

Searched refs:whence (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/mxlib/msfs/linux/
H A DMsFS.c546 MS_U64 MsFS_Lseek( int fd, MS_U64 pos, int whence ) in MsFS_Lseek() argument
548 return lseek( fd, pos, whence ); in MsFS_Lseek()
699 int MsFS_Fseek( FILE *stream, MS_U64 pos, int whence ) in MsFS_Fseek() argument
702 int a = fseeko(stream, pos, whence); in MsFS_Fseek()
706 return fseeko(stream, pos, whence); in MsFS_Fseek()
/utopia/UTPA2-700.0.x/mxlib/msfs/ecos/
H A DMsFS.c491 MS_U64 MsFS_Lseek( int fd, MS_U64 pos, int whence ) in MsFS_Lseek() argument
493 return lseek( fd, pos, whence ); in MsFS_Lseek()
685 int MsFS_Fseek( FILE *stream, MS_U64 pos, int whence ) in MsFS_Fseek() argument
689 offset = MsFS_Lseek( (int)ID_IN_FS(stream), (MS_U64)pos, whence ); in MsFS_Fseek()
/utopia/UTPA2-700.0.x/mxlib/include/
H A DMsFS.h174 MS_U64 MsFS_Lseek( int fd, MS_U64 pos, int whence );
188 int MsFS_Fseek( FILE *stream, MS_U64 pos, int whence );
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Drecordmcount.c80 ulseek(int const fd, off_t const offset, int const whence) in ulseek() argument
82 off_t const w = lseek(fd, offset, whence); in ulseek()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DMsFS.h187 int MsFS_Fseek( FILE *stream, MS_U64 pos, int whence );
/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dzlib.h1261 z_off_t offset, MS_U32 whence));
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt19730 MS_U64 MsFS_Lseek( int fd, MS_U64 pos, int whence );
19744 int MsFS_Fseek( FILE *stream, MS_U64 pos, int whence );