Searched refs:LSEEK (Results 1 – 2 of 2) sorted by relevance
/external/stlport/src/details/ |
D | fstream_unistd.cpp | 61 # define LSEEK lseek macro 67 # define LSEEK lseek64 macro 200 if ((openmode & (ios_base::ate | ios_base::app)) && (LSEEK(file_no, 0, SEEK_END) == -1)) { in _M_open() 308 return LSEEK(_M_file_id, offset, whence); in _M_seek() 322 if (LSEEK(_M_file_id, offset + len, SEEK_SET) < 0) { in _M_mmap()
|
/external/zlib/ |
D | gzlib.c | 9 # define LSEEK lseek64 macro 11 # define LSEEK lseek macro 184 state->start = LSEEK(state->fd, 0, SEEK_CUR); 268 if (LSEEK(state->fd, state->start, SEEK_SET) == -1) 309 ret = LSEEK(state->fd, offset - state->have, SEEK_CUR); 404 offset = LSEEK(state->fd, 0, SEEK_CUR);
|