Home
last modified time | relevance | path

Searched defs:close_file (Results 1 – 10 of 10) sorted by relevance

/third_party/musl/src/stdio/
D__stdio_exit.c8 static void close_file(FILE *f) in close_file() function
/third_party/musl/porting/liteos_a/user/src/stdio/
D__stdio_exit.c8 static void close_file(FILE *f) in close_file() function
/third_party/flutter/skia/third_party/externals/sdl/src/video/
Dsdlgenblit.pl120 sub close_file { subroutine
/third_party/e2fsprogs/tests/progs/
Drandom_exercise.c131 void close_file(int fd) in close_file() function
/third_party/boost/boost/interprocess/detail/
Dos_file_functions.hpp217 inline bool close_file(file_handle_t hnd) in close_file() function
/third_party/boost/libs/log/src/
Dtext_file_backend.cpp1457 void text_file_backend::close_file() in close_file() function in boost::sinks::text_file_backend
/third_party/ffmpeg/libavformat/
Dhdsenc.c304 static void close_file(AVFormatContext *s, OutputStream *os) in close_file() function
/third_party/tzdata/
Dzdump.c373 close_file(FILE *stream) in close_file() function
Dzic.c560 close_file(FILE *stream, char const *dir, char const *name) in close_file() function
/third_party/python/Tools/scripts/
Dtexi2html.py824 def close_file(self): self.write('</CODE>') member in TexinfoParser