Home
last modified time | relevance | path

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

1234

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
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; fi
[all …]
/external/parameter-framework/tools/xmlGenerator/
DlightRoutingUpdate.sh42 tmpfile="/tmp/pfw_commands"
80 echo > "${tmpfile}"
86 echo "setTuningMode on" >> "${tmpfile}"
87 echo "setAutoSync off" >> "${tmpfile}"
94 echo "deleteDomain $domain" >> "${tmpfile}"
103 | $(dirname $0)/PFWScriptGenerator.py --output-kind pfw >> "${tmpfile}"
106 echo "setAutoSync off" >> "${tmpfile}"
107 echo "setTuningMode off" >> "${tmpfile}"
128 "${tmpfile}"
130 echo "set -xeu" > "${tmpfile}2"
[all …]
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_libc_test.cc80 char tmpfile[128]; in TEST() local
81 temp_file_name(tmpfile, sizeof(tmpfile), "sanitizer_common.fileops.tmp."); in TEST()
82 fd_t fd = OpenFile(tmpfile, WrOnly); in TEST()
88 fd = OpenFile(tmpfile, RdOnly); in TEST()
95 EXPECT_EQ(0u, internal_stat(tmpfile, &st1)); in TEST()
96 EXPECT_EQ(0u, internal_lstat(tmpfile, &st2)); in TEST()
118 internal_unlink(tmpfile); in TEST()
133 char tmpfile[128]; in TEST() local
134 temp_file_name(tmpfile, sizeof(tmpfile), in TEST()
136 fd_t fd = OpenFile(tmpfile, RdWr); in TEST()
[all …]
/external/elfutils/src/tests/
Drun-arsymtest.sh23 tmpfile=arsymtest.tmp
26 tempfiles $okfile $tmpfile $testfile
36 testrun ${abs_builddir}/arsymtest $lib $tmpfile || exit 1
37 sort $tmpfile > $testfile
/external/libvncserver/x11vnc/misc/
Ddesktop.cgi763 my $tmpfile = `/bin/mktemp /tmp/desktop.cgi.XXXXXX`;
764 chomp $tmpfile;
768 if (! -e $tmpfile || ! -o $tmpfile || -l $tmpfile) {
769 unlink $tmpfile;
772 if (!chmod 0644, $tmpfile) {
773 unlink $tmpfile;
776 if (!open(TMP, ">$tmpfile")) {
777 unlink $tmpfile;
860 $ENV{UNIXPW_CMD} = "/bin/sh $tmpfile";
877 unlink $tmpfile;
[all …]
/external/scrypt/
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/bison/lib/
Dstdio--.h34 # undef tmpfile
35 # define tmpfile tmpfile_safer macro
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 - "
/external/toybox/tests/
Dcksum.test10 echo -n "hello" > tmpfile
12 rm -f tmpfile
/external/chromium-trace/trace-viewer/tracing/build/
Dvulcanize_trace_viewer_unittest.py22 with codecs.open(raw_tmpfile.name, 'w', encoding='utf-8') as tmpfile:
23 vulcanize_trace_viewer.WriteTraceViewer(tmpfile)
Dtrace2html_unittest.py23 with codecs.open(raw_tmpfile.name, 'w', encoding='utf-8') as tmpfile:
34 [big_trace_path, simple_trace_path, non_json_trace_path], tmpfile)
/external/clang/test/Analysis/
Dstream.c9 extern FILE *tmpfile(void);
57 FILE *p = tmpfile(); in f7()
/external/toybox/toys/pending/
Dsyslogd.c242 char *p, *tmpfile; in open_logfiles() local
248 tmpfile = xstrdup(tfd->filename + 1); in open_logfiles()
249 if ((p = strchr(tmpfile, ':'))) { in open_logfiles()
262 if (getaddrinfo(tmpfile, NULL, &rp, &info) || !info) in open_logfiles()
263 perror_exit("BAD ADDRESS: can't find : %s ", tmpfile); in open_logfiles()
269 free(tmpfile); in open_logfiles()
/external/libpng/contrib/gregbook/
Dwpng.c160 FILE *tmpfile; /* or we could just use keybd, since no overlap */ in main() local
209 tmpfile = fopen("/etc/config/system.glGammaVal", "r"); in main()
210 if (tmpfile) { in main()
213 fgets(tmpline, 80, tmpfile); in main()
214 fclose(tmpfile); in main()
/external/libpng/tests/
Dpngstest12 exec ./pngstest --strict --tmpfile "${pattern}" --log ${1+"$@"}\
Dpngstest-error8 if ./pngstest --strict --tmpfile "error" --log "$@" "$t"
/external/chromium-trace/trace-viewer/third_party/Paste/tests/
Dtest_fileapp.py141 tmpfile = os.path.join(tmpdir, 'file')
143 fp = open(tmpfile, 'w')
155 os.remove(tmpfile)
/external/ltrace/
Dmemstream.c38 memstream->stream = tmpfile(); in memstream_init()
Dconfigure.ac330 # unavailable, require that tmpfile be present. There's no
346 AC_CHECK_FUNC([tmpfile], [],
348 [Either open_memstream or tmpfile required.])])])])
/external/bison/linux-lib/
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
1407 _GL_WARN_ON_USE (tmpfile, "tmpfile is not usable on mingw - "
/external/bison/darwin-lib/
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
1407 _GL_WARN_ON_USE (tmpfile, "tmpfile is not usable on mingw - "
/external/e2fsprogs/lib/ext2fs/
Dtst_badblocks.c177 f = tmpfile(); in file_test()
232 f = tmpfile(); in file_test_invalid()
/external/jpeg/
Djmemansi.c144 if ((info->temp_file = tmpfile()) == NULL) in jpeg_open_backing_store()
/external/libcxx/include/
Dcstdio47 FILE* tmpfile(void);
149 using ::tmpfile;
/external/libpng/contrib/libtests/
Dtimepng.c225 FILE *fp = tmpfile(); in main()

1234