HomeSort by: relevance | last modified time | path
    Searched refs:LSEEK (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/
gzlib.c 9 # define LSEEK _lseeki64
12 # define LSEEK lseek64
14 # define LSEEK lseek
242 LSEEK(state->fd, 0, SEEK_END); /* so gzoffset() is correct */
248 state->start = LSEEK(state->fd, 0, SEEK_CUR);
332 if (LSEEK(state->fd, state->start, SEEK_SET) == -1)
369 ret = LSEEK(state->fd, offset - (z_off64_t)state->x.have, SEEK_CUR);
455 offset = LSEEK(state->fd, 0, SEEK_CUR);
  /src/lib/librumphijack/
hijack.c 353 { DUALCALL_LSEEK, "lseek", RSYS_NAME(LSEEK) },
2606 FDCALL(off_t, lseek, DUALCALL_LSEEK, \
2611 __strong_alias(LSEEK_ALIAS,lseek)

Completed in 15 milliseconds