D | tool_cb_see.c | 95 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) macro 101 # define _lseeki64(hnd,ofs,whence) _lseek(hnd,ofs,whence) macro 103 # define _lseeki64(hnd,ofs,whence) _lseek64(hnd,ofs,whence) macro 109 # undef _lseeki64 110 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) macro 123 if(_lseeki64(fd, where, SEEK_SET) < 0) in tool_ftruncate64()
|