Searched refs:seek_func (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/libc/src/__support/File/ |
| H A D | linux_file.cpp | 25 int seek_func(File *, long, int); 37 : File(&write_func, &read_func, &seek_func, &close_func, flush_func, in LinuxFile() 44 File::init(f, &write_func, &read_func, &seek_func, &close_func, &flush_func, in init() 74 int seek_func(File *f, long offset, int whence) { in seek_func() function
|
| /llvm-project-15.0.7/libc/src/stdio/ |
| H A D | fopencookie.cpp | 42 int seek_func(File *f, long offset, int whence) { in seek_func() function 72 File::init(file, &write_func, &read_func, &seek_func, &close_func,
|