Home
last modified time | relevance | path

Searched refs:ftruncate (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dunistd.h970 extern int ftruncate (int __fd, __off_t __length) __THROW __wur;
973 extern int __REDIRECT_NTH (ftruncate, (int __fd, __off64_t __length),
976 # define ftruncate ftruncate64 macro
/utopia/UTPA2-700.0.x/mxlib/msfs/ecos/
H A DMsFS.c674 return ftruncate((int)ID_IN_FS(stream), (off_t)length); in MsFS_Fftruncate()
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dunistd.h195 int _EXFUN(ftruncate, (int __fd, off_t __length));
/utopia/UTPA2-700.0.x/mxlib/msfs/linux/
H A DMsFS.c688 return ftruncate(fd, (off_t)length); in MsFS_Fftruncate()