Searched refs:close_file (Results 1 - 12 of 12) sorted by relevance
/third_party/backends/backend/escl/ |
H A D | escl_png.c | 69 goto close_file; in get_PNG_data() 78 goto close_file; in get_PNG_data() 87 goto close_file; in get_PNG_data() 98 goto close_file; in get_PNG_data() 120 goto close_file; in get_PNG_data() 150 goto close_file; in get_PNG_data() 159 goto close_file; in get_PNG_data() 174 goto close_file; in get_PNG_data() 179 close_file: in get_PNG_data()
|
H A D | escl_tiff.c | 70 goto close_file; in get_TIFF_data() 103 close_file: in get_TIFF_data()
|
H A D | escl_pdf.c | 126 goto close_file; in get_PDF_data() 150 goto close_file; in get_PDF_data() 239 close_file: in get_PDF_data()
|
H A D | escl_mupdf.c | 142 goto close_file; in get_PDF_data() 239 close_file: in get_PDF_data()
|
/third_party/musl/porting/liteos_a/user/src/stdio/ |
H A 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/ |
H A D | __stdio_exit.c | 8 static void close_file(FILE *f) in close_file() function 21 for (f=*__ofl_lock(); f; f=f->next) close_file(f); in __stdio_exit() 22 close_file(__stdin_used); in __stdio_exit() 23 close_file(__stdout_used); in __stdio_exit() 24 close_file(__stderr_used); in __stdio_exit()
|
/third_party/elfutils/src/ |
H A D | elfclassify.c | 111 close_file (void) in close_file() function 132 close_file (); in open_elf() 144 close_file (); in open_elf() 160 close_file (); in close_elf()
|
/third_party/ffmpeg/libavformat/ |
H A D | hdsenc.c | 301 static void close_file(AVFormatContext *s, OutputStream *os) in close_file() function 461 close_file(s, os); in hds_flush()
|
/third_party/tzdata/ |
H A D | zdump.c | 443 close_file(FILE *stream) in close_file() function 470 close_file(stream); in usage() 677 close_file(stdout); in main()
|
H A D | zic.c | 649 close_file(FILE *stream, char const *dir, char const *name, in close_file() function 678 close_file(stream, NULL, NULL, NULL); in usage() 998 close_file(stdout, NULL, NULL, NULL); in main() 1551 close_file(tp, directory, linkname, tempname); in dolink() 1552 close_file(fp, directory, target, NULL); in dolink() 1759 close_file(fp, NULL, filename(fnum), NULL); in infile() 2780 close_file(fp, directory, name, tempname); in writezone()
|
/third_party/toybox/toys/pending/ |
H A D | awk.c | 3032 static int close_file(char *fn) in close_file() function 4279 r = close_file(to_str(STKP)->vst->str); in interpx() 4487 close_file(0); // close all files in run()
|
/third_party/python/Tools/scripts/ |
H A D | texi2html.py | 824 def close_file(self): self.write('</CODE>') member in TexinfoParser
|
Completed in 21 milliseconds