Searched refs:ftruncate (Results 1 – 7 of 7) sorted by relevance
29 int ftruncate(int, _off_t);30 __CRT_INLINE int ftruncate(int __fd, _off_t __length) in ftruncate() function
43 #define ftruncate _chsize macro
1209 if (ftruncate(fileno(fp), isostat.st_size + padding)) in main()
109 #define ftruncate chsize macro
105 #define ftruncate chsize macro
202 if ((ret = ftruncate(fd, length)) != -1) in ftruncate_growable()234 if (ftruncate(fd, length) == -1) in ftruncate_growable()
1255 mkfs: Use ftruncate() for expanding created file