Home
last modified time | relevance | path

Searched refs:tmpfile (Results 1 – 22 of 22) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dtimepng.c423 fp = tmpfile(); in main()
440 char tmpfile[] = "timepng-XXXXXX"; in main()
443 filedes = mkstemp(tmpfile); in main()
452 (void) unlink(tmpfile); in main()
A Dpngstest.c3143 FILE *f = tmpfile(); in write_one_file()
3160 char tmpfile[] = "pngstest-XXXXXX"; in write_one_file()
3164 filedes = mkstemp(tmpfile); in write_one_file()
3173 (void) unlink(tmpfile); in write_one_file()
A Dmakepng.c998 FILE *fp = tmpfile(); in load_file()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/tests/
A Dpngstest54 exec ./pngstest --tmpfile "${gamma}-${alpha}-" --log ${1+"$@"} $args
/AliOS-Things-master/components/posix/src/
A Dtemp.c41 FILE *tmpfile(void) in tmpfile() function
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/
A Dtest_std.js41 f = std.tmpfile();
67 f = std.tmpfile();
85 f = std.tmpfile();
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/
A Dwpng.c161 FILE *tmpfile; /* or we could just use keybd, since no overlap */ in main() local
210 tmpfile = fopen("/etc/config/system.glGammaVal", "r"); in main()
211 if (tmpfile) { in main()
214 fgets(tmpline, 80, tmpfile); in main()
215 fclose(tmpfile); in main()
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/unused/
A Djmemansi.c144 if ((info->temp_file = tmpfile()) == NULL) in jpeg_open_backing_store()
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dconfigure.ac335 AC_MSG_CHECKING([for 'tmpfile()'])
336 AC_TRY_LINK([#include <stdio.h>], [ FILE * tfile = tmpfile(); ],
340 dnl if tmpfile is not present, must use jmemname.
A Dfilelist.txt113 jmemansi.c Makes temporary files with ANSI-standard routine tmpfile().
A Dinstall.txt237 * jmemansi.c This version uses the ANSI-standard library routine tmpfile(),
239 tmpfile() may put the temporary file in a non-optimal
618 space used by temporary files created with "tmpfile()" not to be freed after
A Dconfigure13522 FILE * tfile = tmpfile();
A Dlibjpeg.txt2908 tmpfile().
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dfax2ps.c393 fd = tmpfile(); in main()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/examples/
A Dsimpleover.c278 sprite->file = tmpfile(); in create_sprite()
/AliOS-Things-master/components/SDL2/src/image/external/
A Djpeg-9b.patch814 + /* Since this implementation uses tmpfile() to create the file,
840 + * This version uses tmpfile(), which constructs a suitable file name
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A DCMakeLists.txt727 OPTIONS --tmpfile "${gamma_type}-${alpha_type}-" --log
A DCHANGES5288 file handling, define PNG_USE_MKSTEMP, otherwise "tmpfile()" will
5489 "tmpfile()" implementation in contrib/libtests/pngstest.c
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Dquickjs.texi394 @item tmpfile(errorObj = undefined)
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/
A Dquickjs_libc.c999 f = tmpfile(); in js_std_tmpfile()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs-libc.c897 f = tmpfile(); in js_std_tmpfile()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog2572 * tools/fax2ps.c (main): Use tmpfile() rather than mkstemp() since
2772 * tools/fax2ps.c: replace unsafe tmpfile() with mkstemp()
3985 * tools/tiff2pdf.c: Check the tmpfile() return status as per bug
5209 tmpfile() as per bug

Completed in 113 milliseconds