Searched refs:cookie_seek_function_t (Results 1 - 6 of 6) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stdio.h | 193 typedef int (cookie_seek_function_t)(void *, off_t *, int); typedef 199 cookie_seek_function_t *seek;
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdio.h | 195 typedef int (cookie_seek_function_t)(void *, off_t *, int); typedef 201 cookie_seek_function_t *seek;
|
/third_party/musl/porting/linux/user/include/ |
H A D | stdio.h | 200 typedef int (cookie_seek_function_t)(void *, off_t *, int); typedef 206 cookie_seek_function_t *seek;
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdio.h | 193 typedef int (cookie_seek_function_t)(void *, off_t *, int); typedef 199 cookie_seek_function_t *seek;
|
/third_party/musl/include/ |
H A D | stdio.h | 200 typedef int (cookie_seek_function_t)(void *, off_t *, int); typedef 206 cookie_seek_function_t *seek;
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 2086 typedef __io_seek_fn cookie_seek_function_t; [all...] |
Completed in 28 milliseconds