Home
last modified time | relevance | path

Searched refs:f_flush (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
Dfunopen2.cpp48 int f_flush(void *cookie) { in f_flush() function
100 fp = funopen2(&cookie_var, NULL, f_write, NULL, f_flush, NULL); in main()
/external/lua/src/
Dliolib.c726 static int f_flush (lua_State *L) { in f_flush() function
757 {"flush", f_flush},