Searched refs:_lseeki64 (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_cb_see.c95 # 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)
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_windows.h280 #define lseek _lseeki64
281 #define lseek64 _lseeki64
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dcurl_setup.h371 # define lseek(fdes,offset,whence) _lseeki64(fdes, offset, whence)
/macosx-10.9.5/sudo-72/src/zlib/
H A Dgzlib.c9 # define LSEEK _lseeki64
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Dwin32.h133 #define lseek(_f, _o, _w) _lseeki64(_f, _o, _w)
304 extern off_t _lseeki64(int, off_t, int);
/macosx-10.9.5/ruby-104/ruby/win32/
H A Dwin32.c4839 _lseeki64(int fd, off_t offset, int whence) function

Completed in 201 milliseconds