Searched defs:cookie_seek (Results 1 – 2 of 2) sorted by relevance
/llvm-project/compiler-rt/test/msan/Linux/ | ||
H A D | fopencookie.cpp | 28 static int cookie_seek(void *cookie, off64_t *offset, int whence) { in cookie_seek() function |
/llvm-project/libc/src/stdio/ | ||
H A D | fopencookie.cpp | 55 ErrorOr<off_t> CookieFile::cookie_seek(File *f, off_t offset, int whence) { cookie_seek() function in LIBC_NAMESPACE::__anon6a7490b70111::CookieFile |