Home
last modified time | relevance | path

Searched defs:fpos_t (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/
Dstdio.h63 typedef off_t fpos_t; typedef
/bionic/libc/stdio/
Dstdio.cpp627 fpos_t (*seek_fn)(void*, fpos_t, int), in funopen() argument
/bionic/tests/
Dstdio_test.cpp1279 auto seek_fn = [](void*, fpos_t, int) -> fpos_t { return 0xfedcba12; }; in TEST() argument