Home | History | Annotate | Download | only in tests

Lines Matching full:seek_fn

2124   auto seek_fn = [](void*, fpos_t, int) -> fpos_t { return 0xfedcba12; };
2127 FILE* fp = funopen(nullptr, read_fn, nullptr, seek_fn, nullptr);