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 macro 110 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) macro 121 if(_lseeki64(fd, where, SEEK_SET) < 0)
|