Searched defs:tell (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/ | ||
H A D | io.h | 163 static inline __msvcrt_long tell(int fd) { return _tell(fd); } function |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/ | ||
H A D | io.h | 160 static inline __msvcrt_long tell(int fd) { return _tell(fd); } function |
/vbox/src/libs/xpcom18a4/xpcom/obsolete/ | ||
H A D | nsFileStream.h | 401 PRInt64 tell() function in class:nsRandomAccessStoreClient |
/vbox/include/VBox/HostServices/ | ||
H A D | GuestControlSvc.h | 967 } tell; member in union:guestControl::HGCMReplyFileNotify::__anon14 1179 /** New file offset after successful tell. */ 1181 } tell; member in union:guestControl::CALLBACKDATA_FILE_NOTIFY::__anon28 |
Completed in 41 milliseconds