Searched refs:whence (Results 1 – 7 of 7) sorted by relevance
| /utopia/UTPA2-700.0.x/mxlib/msfs/linux/ |
| H A D | MsFS.c | 546 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 D | MsFS.c | 491 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 D | MsFS.h | 174 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 D | recordmcount.c | 80 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 D | MsFS.h | 187 int MsFS_Fseek( FILE *stream, MS_U64 pos, int whence );
|
| /utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/ |
| H A D | zlib.h | 1261 z_off_t offset, MS_U32 whence));
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | preprocess.txt | 19730 MS_U64 MsFS_Lseek( int fd, MS_U64 pos, int whence ); 19744 int MsFS_Fseek( FILE *stream, MS_U64 pos, int whence );
|