Searched defs:fpos_t (Results 1 – 3 of 3) sorted by relevance
52 typedef off_t fpos_t; typedef
581 fpos_t (*seek_fn)(void*, fpos_t, int), in funopen() argument
1161 auto seek_fn = [](void*, fpos_t, int) -> fpos_t { return 0xfedcba12; }; in TEST() argument