Searched defs:chsize (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dio.h150 static inline int chsize(int fd, __msvcrt_long size) { return _chsize(fd, size); } function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dio.h147 static inline int chsize(int fd, __msvcrt_long size) { return _chsize(fd, size); } function

Completed in 47 milliseconds