Home
last modified time | relevance | path

Searched defs:whence (Results 1 – 3 of 3) sorted by relevance

/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()
685 int MsFS_Fseek( FILE *stream, MS_U64 pos, int whence ) in MsFS_Fseek()
/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()
699 int MsFS_Fseek( FILE *stream, MS_U64 pos, int whence ) in MsFS_Fseek()
/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()