Searched refs:seek (Results 1 – 18 of 18) sorted by relevance
/libio/bits/types/ |
A D | cookie_io_functions_t.h | 59 cookie_seek_function_t *seek; /* Seek/tell file position. */ member
|
/libio/ |
A 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),
|
A D | iovsprintf.c | 55 JUMP_INIT(seek, _IO_default_seek),
|
A D | vsnprintf.c | 84 JUMP_INIT(seek, _IO_default_seek),
|
A D | vswprintf.c | 83 JUMP_INIT(seek, _IO_default_seek),
|
A D | memstream.c | 53 JUMP_INIT (seek, _IO_default_seek),
|
A D | wmemstream.c | 54 JUMP_INIT (seek, _IO_default_seek),
|
A D | obprintf.c | 110 JUMP_INIT(seek, NULL),
|
A D | oldfmemopen.c | 258 iof.seek = fmemopen_seek; in __old_fmemopen()
|
A D | fmemopen.c | 211 iof.seek = fmemopen_seek; in __fmemopen()
|
A D | oldiopopen.c | 227 JUMP_INIT(seek, _IO_file_seek),
|
A D | iopopen.c | 310 JUMP_INIT(seek, _IO_file_seek),
|
A D | wfileops.c | 1038 JUMP_INIT(seek, _IO_file_seek), 1064 JUMP_INIT(seek, _IO_file_seek), 1088 JUMP_INIT(seek, _IO_file_seek),
|
A D | strops.c | 370 JUMP_INIT(seek, _IO_default_seek),
|
A D | tst-vtables-common.c | 313 JUMP_INIT (seek, method_seek),
|
A D | wstrops.c | 379 JUMP_INIT(seek, _IO_default_seek),
|
A D | fileops.c | 1449 JUMP_INIT(seek, _IO_file_seek), 1474 JUMP_INIT(seek, _IO_file_seek), 1498 JUMP_INIT(seek, _IO_file_seek),
|
A D | oldfileops.c | 737 JUMP_INIT(seek, _IO_file_seek),
|
Completed in 30 milliseconds