OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LSEEK
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/zstd/dist/zlibWrapper/
gzlib.c
12
# define
LSEEK
_lseeki64
15
# define
LSEEK
lseek64
17
# define
LSEEK
lseek
247
LSEEK
(state.state->fd, 0, SEEK_END); /* so gzoffset() is correct */
253
state.state->start =
LSEEK
(state.state->fd, 0, SEEK_CUR);
337
if (
LSEEK
(state.state->fd, state.state->start, SEEK_SET) == -1)
374
ret =
LSEEK
(state.state->fd, offset - state.state->x.have, SEEK_CUR);
460
offset =
LSEEK
(state.state->fd, 0, SEEK_CUR);
/src/external/gpl3/binutils/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/external/gpl3/binutils.old/dist/zlib/
gzlib.c
9
# define
LSEEK
_lseeki64
12
# define
LSEEK
lseek64
14
# define
LSEEK
lseek
254
LSEEK
(state->fd, 0, SEEK_END); /* so gzoffset() is correct */
260
state->start =
LSEEK
(state->fd, 0, SEEK_CUR);
361
if (
LSEEK
(state->fd, state->start, SEEK_SET) == -1)
402
ret =
LSEEK
(state->fd, offset - (z_off64_t)state->x.have, SEEK_CUR);
498
offset =
LSEEK
(state->fd, 0, SEEK_CUR);
/src/external/gpl3/gdb.old/dist/zlib/
gzlib.c
9
# define
LSEEK
_lseeki64
12
# define
LSEEK
lseek64
14
# define
LSEEK
lseek
254
LSEEK
(state->fd, 0, SEEK_END); /* so gzoffset() is correct */
260
state->start =
LSEEK
(state->fd, 0, SEEK_CUR);
361
if (
LSEEK
(state->fd, state->start, SEEK_SET) == -1)
402
ret =
LSEEK
(state->fd, offset - (z_off64_t)state->x.have, SEEK_CUR);
498
offset =
LSEEK
(state->fd, 0, SEEK_CUR);
/src/external/gpl3/gdb/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/common/dist/zlib/
gzlib.c
9
# define
LSEEK
llseek
11
# define
LSEEK
_lseeki64
13
# define
LSEEK
lseek64
15
# define
LSEEK
lseek
270
LSEEK
(state->fd, 0, SEEK_END); /* so gzoffset() is correct */
276
state->start =
LSEEK
(state->fd, 0, SEEK_CUR);
360
if (
LSEEK
(state->fd, state->start, SEEK_SET) == -1)
398
ret =
LSEEK
(state->fd, offset - (z_off64_t)state->x.have, SEEK_CUR);
481
offset =
LSEEK
(state->fd, 0, SEEK_CUR)
[
all
...]
Completed in 30 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026