Home
last modified time | relevance | path

Searched refs:close_file (Results 1 – 20 of 20) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/stdio/
D__stdio_exit.c8 static void close_file(FILE *f) in close_file() function
18 for (f=*__ofl_lock(); f; f=f->next) close_file(f); in __stdio_exit()
19 close_file(__stdin_used); in __stdio_exit()
20 close_file(__stdout_used); in __stdio_exit()
21 close_file(__stderr_used); in __stdio_exit()
/third_party/musl/src/stdio/
D__stdio_exit.c8 static void close_file(FILE *f) in close_file() function
19 for (f=*__ofl_lock(); f; f=f->next) close_file(f); in __stdio_exit()
20 close_file(__stdin_used); in __stdio_exit()
21 close_file(__stdout_used); in __stdio_exit()
22 close_file(__stderr_used); in __stdio_exit()
/third_party/boost/boost/interprocess/detail/
Drobust_emulation.hpp59 close_file(fhnd); in remove_if_can_lock_file()
127 close_file(fd); in robust_mutex_lock_file()
138 close_file(fd); in robust_mutex_lock_file()
149 close_file(fd); in ~robust_mutex_lock_file()
318 close_file(fhnd); in is_owner_dead()
322 close_file(fhnd); in is_owner_dead()
Dfile_locking_helpers.hpp90 close_file(handle); in open_or_create_and_lock_file()
112 close_file(handle); in try_open_and_lock_file()
Dfile_wrapper.hpp202 close_file(m_handle); in priv_close()
Dos_file_functions.hpp217 inline bool close_file(file_handle_t hnd) in close_file() function
523 inline bool close_file(file_handle_t hnd)
/third_party/flutter/skia/third_party/externals/sdl/src/video/
Dsdlgenblit.pl120 sub close_file { subroutine
525 close_file("SDL_blit_auto.h");
535 close_file("SDL_blit_auto.c");
/third_party/e2fsprogs/tests/progs/
Drandom_exercise.c131 void close_file(int fd) in close_file() function
165 close_file(fd); in main()
/third_party/cef/libcef_dll/ctocpp/
Dzip_reader_ctocpp.cc188 if (CEF_MEMBER_MISSING(_struct, close_file)) in CloseFile()
194 int _retval = _struct->close_file(_struct); in CloseFile()
/third_party/cef/include/capi/
Dcef_zip_reader_capi.h118 int(CEF_CALLBACK* close_file)(struct _cef_zip_reader_t* self);
/third_party/boost/boost/interprocess/
Dfile_mapping.hpp171 ipcdetail::close_file(m_handle); in priv_close()
Dshared_memory_object.hpp249 ipcdetail::close_file(m_handle); in priv_close()
/third_party/boost/boost/interprocess/sync/
Dfile_lock.hpp166 ipcdetail::close_file(m_file_hnd); in ~file_lock()
/third_party/cef/libcef_dll/cpptoc/
Dzip_reader_cpptoc.cc266 GetStruct()->close_file = zip_reader_close_file; in CefZipReaderCppToC()
/third_party/tzdata/
Dzdump.c373 close_file(FILE *stream) in close_file() function
400 close_file(stream); in usage()
594 close_file(stdout); in main()
Dzic.c560 close_file(FILE *stream, char const *dir, char const *name) in close_file() function
585 close_file(stream, NULL, NULL); in usage()
701 close_file(stdout, NULL, NULL); in main()
1044 close_file(fp, directory, target); in dolink()
1045 close_file(tp, directory, linkname); in dolink()
1257 close_file(fp, NULL, filename); in infile()
2268 close_file(fp, directory, name); in writezone()
/third_party/boost/boost/log/sinks/
Dtext_file_backend.hpp602 void close_file();
/third_party/ffmpeg/libavformat/
Dhdsenc.c304 static void close_file(AVFormatContext *s, OutputStream *os) in close_file() function
464 close_file(s, os); in hds_flush()
/third_party/boost/libs/log/src/
Dtext_file_backend.cpp1351 close_file(); in consume()
1457 void text_file_backend::close_file() in close_file() function in boost::sinks::text_file_backend
1485 close_file(); in rotate_file()
/third_party/python/Tools/scripts/
Dtexi2html.py824 def close_file(self): self.write('</CODE>') member in TexinfoParser