Home
last modified time | relevance | path

Searched refs:fflush (Results 1 – 25 of 39) sorted by relevance

12

/device/generic/goldfish-opengl/android-emu/android/utils/
Ddebug.c115 fflush(stdout); in stdio_disable()
132 fflush(stdout); in stdio_enable()
147 fflush(stdout); in stdio_disable()
164 fflush(stdout); in stdio_enable()
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dwbuf.c96 if (fflush(fp)) in __swbuf()
103 if (fflush(fp)) in __swbuf()
Dfvwrite.c162 if (fflush(fp)) in __sfvwrite()
202 if (fflush(fp)) in __sfvwrite()
216 if (fflush(fp)) in __sfvwrite()
Dfflush.c60 fflush(FILE *fp) in fflush() function
Dfindfp.c198 (void) fflush(NULL); /* `cheating' */ in _cleanup()
DStdio.inf34 fflush.c #
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dmyreadline.c118 fflush(sys_stdout); in PyOS_StdioReadline()
130 fflush(stderr); in PyOS_StdioReadline()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dmyreadline.c115 fflush(sys_stdout); in PyOS_StdioReadline()
127 fflush(stderr); in PyOS_StdioReadline()
/device/google/contexthub/util/nanoapp_cmd/
Dnanoapp_cmd.c348 fflush(stdout); in downloadNanohub()
391 fflush(stdout); in halCmd()
407 fflush(stdout); in removeApps()
419 fflush(stdout); in downloadApps()
430 fflush(stdout); in eraseSharedArea()
440 fflush(stdout); in resetHub()
/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dluaconf.h215 #define luai_writeline() (luai_writestring("\n", 1), fflush(stdout))
223 (fprintf(stderr, (s), (p)), fflush(stderr))
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dres_mkupdate.c189 fflush(stderr); in res_mkupdate()
203 fflush(stderr); in res_mkupdate()
Dres_update.c501 fflush(stderr); in res_update()
510 fflush(stderr); in res_update()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c1091 fflush(stdout); in handle_system_exit()
1114 fflush(stderr); in handle_system_exit()
1176 fflush(stdout); in PyErr_PrintEx()
1207 fflush(stdout); in PyErr_Display()
1648 fflush(stderr); /* it helps in Windows debug build */ in Py_FatalError()
1746 fflush(stdout); in call_ll_exitfuncs()
1747 fflush(stderr); in call_ll_exitfuncs()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c1116 fflush(stdout); in handle_system_exit()
1139 fflush(stderr); in handle_system_exit()
1201 fflush(stdout); in PyErr_PrintEx()
1232 fflush(stdout); in PyErr_Display()
1673 fflush(stderr); /* it helps in Windows debug build */ in Py_FatalError()
1771 fflush(stdout); in call_ll_exitfuncs()
1772 fflush(stderr); in call_ll_exitfuncs()
/device/generic/goldfish-opengl/android-emu/android/base/threads/
DAndroidThreadStore.cpp30 # define D(...) do { printf("%s:%d: ", __FUNCTION__, __LINE__); printf(__VA_ARGS__); fflush(stdo…
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dliolib.c58 #define lua_popen(L,c,m) ((void)L, fflush(NULL), popen(c,m))
578 return luaL_fileresult(L, fflush(getiofile(L, IO_OUTPUT)) == 0, NULL); in io_flush()
583 return luaL_fileresult(L, fflush(tofile(L)) == 0, NULL); in f_flush()
Dlua.c78 ((void)L, fputs(p, stdout), fflush(stdout), /* show prompt */ \
/device/google/contexthub/util/sensortest/
Dsensortest.cpp250 fflush(stdout); in main()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dfset2.c1906 fflush(stdout);
1907 fflush(stderr);
2006 fflush(output);
2007 fflush(stdout);
2022 fflush(output);
2023 fflush(stdout);
2231 fflush(stdout); in MR_backTraceReport()
/device/linaro/bootloader/edk2/CryptoPkg/Include/
DOpenSslSupport.h235 int fflush (FILE *);
/device/linaro/bootloader/edk2/StdLib/Include/
Dstdio.h402 int fflush (FILE *fp);
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
DGenFv.c687 fflush (FpFile); in main()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c532 fflush(file->f_fp); in PyFile_SetBufSize()
712 fflush(fp); in _portable_fseek()
863 ret = fflush(f->f_fp); in file_truncate()
973 res = fflush(f->f_fp); in file_flush()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfileobject.c525 fflush(file->f_fp); in PyFile_SetBufSize()
698 fflush(fp); in _portable_fseek()
849 ret = fflush(f->f_fp); in file_truncate()
959 res = fflush(f->f_fp); in file_flush()
/device/google/cuttlefish/host/frontend/gcastv2/libsource/
DAudioSource.cpp377 fflush(mLogFile); in encode()

12