/glibc-2.36/benchtests/ |
D | bench-strrchr.c | 155 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/ |
D | iofopncook.c | 73 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),
|
D | iovsprintf.c | 55 JUMP_INIT(seek, _IO_default_seek),
|
D | vsnprintf.c | 84 JUMP_INIT(seek, _IO_default_seek),
|
D | vswprintf.c | 83 JUMP_INIT(seek, _IO_default_seek),
|
D | memstream.c | 53 JUMP_INIT (seek, _IO_default_seek),
|
D | wmemstream.c | 54 JUMP_INIT (seek, _IO_default_seek),
|
D | obprintf.c | 110 JUMP_INIT(seek, NULL),
|
D | oldfmemopen.c | 258 iof.seek = fmemopen_seek; in __old_fmemopen()
|
D | fmemopen.c | 211 iof.seek = fmemopen_seek; in __fmemopen()
|
D | oldiopopen.c | 227 JUMP_INIT(seek, _IO_file_seek),
|
D | wfileops.c | 1039 JUMP_INIT(seek, _IO_file_seek), 1065 JUMP_INIT(seek, _IO_file_seek), 1089 JUMP_INIT(seek, _IO_file_seek),
|
D | iopopen.c | 310 JUMP_INIT(seek, _IO_file_seek),
|
D | fileops.c | 1449 JUMP_INIT(seek, _IO_file_seek), 1474 JUMP_INIT(seek, _IO_file_seek), 1498 JUMP_INIT(seek, _IO_file_seek),
|
D | strops.c | 373 JUMP_INIT(seek, _IO_default_seek),
|
D | tst-vtables-common.c | 313 JUMP_INIT (seek, method_seek),
|
D | wstrops.c | 382 JUMP_INIT(seek, _IO_default_seek),
|
D | oldfileops.c | 737 JUMP_INIT(seek, _IO_file_seek),
|
/glibc-2.36/scripts/ |
D | tst-elf-edit.py | 190 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/ |
D | cookie_io_functions_t.h | 59 cookie_seek_function_t *seek; /* Seek/tell file position. */ member
|
/glibc-2.36/stdio-common/ |
D | tst-cookie.c | 74 fcts.seek = cookieseek; in do_test()
|
D | vfprintf-internal.c | 1685 JUMP_INIT (seek, _IO_default_seek), 1707 JUMP_INIT (seek, _IO_default_seek),
|
/glibc-2.36/mach/ |
D | err_kern.sub | 122 "(os/unix) illegal seek attempt",
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.1 | 426 (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/ |
D | errno.texi | 340 @errno{ESPIPE, 29, Illegal seek} 341 Invalid seek operation (such as on a pipe).
|