Searched refs:tmpfile (Results 1 - 25 of 43) sorted by relevance

12

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
H A DsendEmailAlert.sh62 tmpfile="/tmp/sendEmailAlert.sh.tmp";
63 echo "" > $tmpfile;
66 echo "Eclipse RSS Feed has been updated." >> $tmpfile;
67 echo "" >> $tmpfile;
68 echo "Here's what happened:" >> $tmpfile;
69 echo "" >> $tmpfile;
71 if [ "x$xpath" != "x" ]; then echo "Changed Node: "$xpath >> $tmpfile; fi
72 if [ "x$oldvalue" != "x" ]; then echo "Old Value: "$oldvalue >> $tmpfile; fi
73 if [ "x$newvalue" != "x" ]; then echo "New Value: "$newvalue >> $tmpfile; fi
74 if [ "x$feedURL" != "x" ]; then echo "Feed URL: "$feedURL >> $tmpfile; f
[all...]
/external/libpng/tests/
H A Dpngstest12 exec ./pngstest --strict --tmpfile "${pattern}" --log ${1+"$@"}\
H A Dpngstest-error8 if ./pngstest --strict --tmpfile "error" --log "$@" "$t"
/external/bison/lib/
H A Dstdio--.h34 # undef tmpfile macro
35 # define tmpfile tmpfile_safer macro
H A Dstdio.in.h1084 # define tmpfile rpl_tmpfile
1086 _GL_FUNCDECL_RPL (tmpfile, FILE *, (void));
1087 _GL_CXXALIAS_RPL (tmpfile, FILE *, (void));
1089 _GL_CXXALIAS_SYS (tmpfile, FILE *, (void));
1091 _GL_CXXALIASWARN (tmpfile);
1093 # undef tmpfile
1095 _GL_WARN_ON_USE (tmpfile, "tmpfile is not usable on mingw - "
1096 "use gnulib module tmpfile for portability");
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
H A Dfake_stdin.cc16 FILE* fake_stdin = tmpfile();
/external/clang/test/Analysis/
H A Dstream.c9 extern FILE *tmpfile(void);
57 FILE *p = tmpfile();
/external/ltrace/
H A Dmemstream.c38 memstream->stream = tmpfile();
/external/chromium_org/tools/gyp/test/win/
H A Dgyptest-link-pgo.py25 tmpfile = test.read(test.built_file_path('linker_options.txt', chdir=CHDIR))
26 return any(line.find('PGOPTIMIZE') for line in tmpfile)
/external/scrypt/
H A Dimport_scrypt.sh183 declare -r tmpfile=$(mktemp)
184 (grep -e -D Makefile | grep -v CONFIGURE_ARGS= | grep -v OPTIONS=) > $tmpfile
186 declare -r cflags=$(filter_by_egrep "^-D" $(grep -e "^CFLAG=" $tmpfile))
187 declare -r depflags=$(filter_by_egrep "^-D" $(grep -e "^DEPFLAG=" $tmpfile))
188 rm -f $tmpfile
/external/jpeg/
H A Djmemansi.c10 * assumes that you have the ANSI-standard library routine tmpfile().
126 /* Since this implementation uses tmpfile() to create the file,
135 * This version uses tmpfile(), which constructs a suitable file name
144 if ((info->temp_file = tmpfile()) == NULL)
/external/qemu/distrib/jpeg-6b/
H A Djmemansi.c10 * assumes that you have the ANSI-standard library routine tmpfile().
126 /* Since this implementation uses tmpfile() to create the file,
135 * This version uses tmpfile(), which constructs a suitable file name
144 if ((info->temp_file = tmpfile()) == NULL)
/external/stlport/stlport/stl/
H A D_cstdio.h108 using _STLP_VENDOR_CSTD::tmpfile;
/external/e2fsprogs/lib/ext2fs/
H A Dtst_badblocks.c177 f = tmpfile();
232 f = tmpfile();
/external/libpng/contrib/gregbook/
H A Dwpng.c160 FILE *tmpfile; /* or we could just use keybd, since no overlap */ local
209 tmpfile = fopen("/etc/config/system.glGammaVal", "r");
210 if (tmpfile) {
213 fgets(tmpline, 80, tmpfile);
214 fclose(tmpfile);
/external/openssl/
H A Dimport_openssl.sh261 local tmpfile=$(mktemp tmp.XXXXXXXXXX)
263 grep -v -e -DOPENSSL_NO_DEPRECATED) > $tmpfile
264 declare -r cflags=$(filter_by_egrep "^-D" $(grep -e "^CFLAG=" $tmpfile))
265 declare -r depflags=$(filter_by_egrep "^-D" $(grep -e "^DEPFLAG=" $tmpfile))
266 rm -f $tmpfile
/external/bison/darwin-lib/
H A Dstdio.h1396 # define tmpfile rpl_tmpfile
1398 _GL_FUNCDECL_RPL (tmpfile, FILE *, (void));
1399 _GL_CXXALIAS_RPL (tmpfile, FILE *, (void));
1401 _GL_CXXALIAS_SYS (tmpfile, FILE *, (void));
1403 _GL_CXXALIASWARN (tmpfile);
1405 # undef tmpfile macro
1407 _GL_WARN_ON_USE (tmpfile, "tmpfile is not usable on mingw - "
1408 "use gnulib module tmpfile for portability");
/external/bison/linux-lib/
H A Dstdio.h1396 # define tmpfile rpl_tmpfile
1398 _GL_FUNCDECL_RPL (tmpfile, FILE *, (void));
1399 _GL_CXXALIAS_RPL (tmpfile, FILE *, (void));
1401 _GL_CXXALIAS_SYS (tmpfile, FILE *, (void));
1403 _GL_CXXALIASWARN (tmpfile);
1405 # undef tmpfile macro
1407 _GL_WARN_ON_USE (tmpfile, "tmpfile is not usable on mingw - "
1408 "use gnulib module tmpfile for portability");
/external/chromium_org/third_party/cython/src/Cython/Debugger/Tests/
H A Dtest_libcython_in_gdb.py342 self.tmpfile = os.fdopen(self.fd, 'r+')
348 self.tmpfile.close()
355 return self.tmpfile.read().strip()
371 result = self.tmpfile.read().rstrip()
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dvideo_source.h70 return tmpfile();
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/dbg/
H A Ddbg-objfmt.c48 objfmt_dbg->dbgfile = tmpfile();
/external/chromium_org/tools/relocation_packer/src/
H A Delf_file_unittest.cc54 FILE* temporary = tmpfile();
/external/libpng/contrib/libtests/
H A Dtimepng.c225 FILE *fp = tmpfile();
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/
H A Dstdio.pxd23 FILE *tmpfile ()
/external/libcxx/test/depr/depr.c.headers/
H A Dstdio_h.pass.cpp92 static_assert((std::is_same<decltype(tmpfile()), FILE*>::value), "");

Completed in 2595 milliseconds

12