Searched defs:_lseeki64 (Results 1 – 1 of 1) sorted by relevance
/external/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 103 # define _lseeki64(hnd,ofs,whence) _lseek64(hnd,ofs,whence) macro 110 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) macro
|