/third_party/musl/porting/liteos_a/user/src/stdio/ |
D | __stdio_exit.c | 8 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.c | 8 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/ |
D | robust_emulation.hpp | 59 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()
|
D | file_locking_helpers.hpp | 90 close_file(handle); in open_or_create_and_lock_file() 112 close_file(handle); in try_open_and_lock_file()
|
D | file_wrapper.hpp | 202 close_file(m_handle); in priv_close()
|
D | os_file_functions.hpp | 217 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/ |
D | sdlgenblit.pl | 120 sub close_file { subroutine 525 close_file("SDL_blit_auto.h"); 535 close_file("SDL_blit_auto.c");
|
/third_party/e2fsprogs/tests/progs/ |
D | random_exercise.c | 131 void close_file(int fd) in close_file() function 165 close_file(fd); in main()
|
/third_party/cef/libcef_dll/ctocpp/ |
D | zip_reader_ctocpp.cc | 188 if (CEF_MEMBER_MISSING(_struct, close_file)) in CloseFile() 194 int _retval = _struct->close_file(_struct); in CloseFile()
|
/third_party/cef/include/capi/ |
D | cef_zip_reader_capi.h | 118 int(CEF_CALLBACK* close_file)(struct _cef_zip_reader_t* self);
|
/third_party/boost/boost/interprocess/ |
D | file_mapping.hpp | 171 ipcdetail::close_file(m_handle); in priv_close()
|
D | shared_memory_object.hpp | 249 ipcdetail::close_file(m_handle); in priv_close()
|
/third_party/boost/boost/interprocess/sync/ |
D | file_lock.hpp | 166 ipcdetail::close_file(m_file_hnd); in ~file_lock()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | zip_reader_cpptoc.cc | 266 GetStruct()->close_file = zip_reader_close_file; in CefZipReaderCppToC()
|
/third_party/tzdata/ |
D | zdump.c | 373 close_file(FILE *stream) in close_file() function 400 close_file(stream); in usage() 594 close_file(stdout); in main()
|
D | zic.c | 560 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/ |
D | text_file_backend.hpp | 602 void close_file();
|
/third_party/ffmpeg/libavformat/ |
D | hdsenc.c | 304 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/ |
D | text_file_backend.cpp | 1351 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/ |
D | texi2html.py | 824 def close_file(self): self.write('</CODE>') member in TexinfoParser
|