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

/freebsd-9.3-release/lib/libz/
H A Dgzlib.c12 # define LSEEK _lseeki64 macro
15 # define LSEEK lseek64 macro
17 # define LSEEK lseek macro
259 state->start = LSEEK(state->fd, 0, SEEK_CUR);
358 if (LSEEK(state->fd, state->start, SEEK_SET) == -1)
399 ret = LSEEK(state->fd, offset - state->x.have, SEEK_CUR);
495 offset = LSEEK(state->fd, 0, SEEK_CUR);

Completed in 48 milliseconds