Searched defs:_lseeki64 (Results 1 – 1 of 1) sorted by relevance
/third_party/curl/src/ |
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 104 # define _lseeki64(hnd,ofs,whence) _lseek64(hnd,ofs,whence) macro 111 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) macro
|