Searched refs:f_read (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
D | funopen.cpp | 23 int f_read(void *cookie, char *buf, int len) { in f_read() function 57 fp = fropen(&cookie_var, f_read); in main() 73 fp = funopen(&cookie_var, f_read, f_write, NULL, f_close); in main() 82 fp = funopen(&cookie_var, f_read, NULL, f_seek, NULL); in main()
|
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/ |
D | funopen2.cpp | 25 ssize_t f_read(void *cookie, void *buf, size_t len) { in f_read() function 65 fp = fropen2(&cookie_var, f_read); in main() 81 fp = funopen2(&cookie_var, f_read, f_write, NULL, NULL, f_close); in main() 91 fp = funopen2(&cookie_var, f_read, NULL, f_seek, NULL, NULL); in main()
|
/external/lua/src/ |
D | liolib.c | 615 static int f_read (lua_State *L) { in f_read() function 754 {"read", f_read},
|