Home
last modified time | relevance | path

Searched refs:seek (Results 1 – 25 of 76) sorted by relevance

1234

/glibc-2.36/benchtests/
Dbench-strrchr.c155 int seek; in test_main() local
174 for (seek = 0; seek <= 23; seek += 23) in test_main()
180 do_test (&json_ctx, 0, 16 << i, 2048, seek, SMALL_CHAR, j); in test_main()
181 do_test (&json_ctx, i, 16 << i, 2048, seek, SMALL_CHAR, j); in test_main()
186 do_test (&json_ctx, i, 64, 256, seek, SMALL_CHAR, j); in test_main()
187 do_test (&json_ctx, i, 64, 256, seek, BIG_CHAR, j); in test_main()
189 do_test (&json_ctx, i * 15, 64, 256, seek, SMALL_CHAR, j); in test_main()
190 do_test (&json_ctx, i * 15, 64, 256, seek, BIG_CHAR, j); in test_main()
195 do_test (&json_ctx, 0, i, i + 1, seek, SMALL_CHAR, j); in test_main()
196 do_test (&json_ctx, 0, i, i + 1, seek, BIG_CHAR, j); in test_main()
[all …]
/glibc-2.36/libio/
Diofopncook.c73 cookie_seek_function_t *seek_cb = cfile->__io_functions.seek; in _IO_cookie_seek()
127 JUMP_INIT(seek, _IO_cookie_seek),
144 PTR_MANGLE (source.seek); in set_callbacks()
227 = (int (*) (FILE *, off_t, int)) cfile->__io_functions.seek; in _IO_old_cookie_seek()
256 JUMP_INIT(seek, _IO_old_cookie_seek),
Diovsprintf.c55 JUMP_INIT(seek, _IO_default_seek),
Dvsnprintf.c84 JUMP_INIT(seek, _IO_default_seek),
Dvswprintf.c83 JUMP_INIT(seek, _IO_default_seek),
Dmemstream.c53 JUMP_INIT (seek, _IO_default_seek),
Dwmemstream.c54 JUMP_INIT (seek, _IO_default_seek),
Dobprintf.c110 JUMP_INIT(seek, NULL),
Doldfmemopen.c258 iof.seek = fmemopen_seek; in __old_fmemopen()
Dfmemopen.c211 iof.seek = fmemopen_seek; in __fmemopen()
Doldiopopen.c227 JUMP_INIT(seek, _IO_file_seek),
Dwfileops.c1039 JUMP_INIT(seek, _IO_file_seek),
1065 JUMP_INIT(seek, _IO_file_seek),
1089 JUMP_INIT(seek, _IO_file_seek),
Diopopen.c310 JUMP_INIT(seek, _IO_file_seek),
Dfileops.c1449 JUMP_INIT(seek, _IO_file_seek),
1474 JUMP_INIT(seek, _IO_file_seek),
1498 JUMP_INIT(seek, _IO_file_seek),
Dstrops.c373 JUMP_INIT(seek, _IO_default_seek),
Dtst-vtables-common.c313 JUMP_INIT (seek, method_seek),
Dwstrops.c382 JUMP_INIT(seek, _IO_default_seek),
Doldfileops.c737 JUMP_INIT(seek, _IO_file_seek),
/glibc-2.36/scripts/
Dtst-elf-edit.py190 f.seek(ehdr.e_phoff + i * phdr.len)
194 f.seek(ehdr.e_phoff + i * phdr.len)
199 f.seek(ehdr.e_phoff + i * phdr.len)
/glibc-2.36/libio/bits/types/
Dcookie_io_functions_t.h59 cookie_seek_function_t *seek; /* Seek/tell file position. */ member
/glibc-2.36/stdio-common/
Dtst-cookie.c74 fcts.seek = cookieseek; in do_test()
Dvfprintf-internal.c1685 JUMP_INIT (seek, _IO_default_seek),
1707 JUMP_INIT (seek, _IO_default_seek),
/glibc-2.36/mach/
Derr_kern.sub122 "(os/unix) illegal seek attempt",
/glibc-2.36/ChangeLog.old/
DChangeLog.1426 (seek): New function.
427 (open_memstream): Use it for seek io fn. Call fmemopen with "w+" mode.
865 writing, seek to the target, or update the offset.
1272 * stdio/fseek.c: Position returned from io_funcs.seek is absolute,
1689 * stdio/fread.c: Don't read directly when we need to seek first.
/glibc-2.36/manual/
Derrno.texi340 @errno{ESPIPE, 29, Illegal seek}
341 Invalid seek operation (such as on a pipe).

1234