Home
last modified time | relevance | path

Searched refs:close_files (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/testcases/kernel/fs/openfile/
Dopenfile.c197 void close_files(FILE * fd_list[], int len) in close_files() function
222 close_files(fd_list, i - 1); in threads()
232 close_files(fd_list, numfiles); in threads()
241 close_files(fd_list, numfiles); in threads()
249 close_files(fd_list, numfiles); in threads()
257 close_files(fd_list, numfiles); in threads()
263 close_files(fd_list, numfiles); in threads()
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/
Dcopy_file_range01.c165 static void close_files(void) in close_files() function
201 close_files(); in copy_file_range_verify()
223 close_files(); in cleanup()
/third_party/alsa-utils/seq/aseqnet/
Daseqnet.c40 static void close_files(void);
160 close_files(); in main()
218 static void close_files(void) in close_files() function
339 close_files(); in sigterm_exit()
/third_party/NuttX/fs/inode/
Dfs_files.c621 int close_files(struct Vnode *vnode) in close_files() function
/third_party/python/Doc/library/
Dcontextlib.rst562 close_files = stack.pop_all().close
566 # close_files() can then be invoked explicitly to close them all.