/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/ |
D | sendEmailAlert.sh | 62 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/ |
D | lightRoutingUpdate.sh | 42 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/ |
D | sanitizer_libc_test.cc | 80 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/ |
D | run-arsymtest.sh | 23 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/ |
D | desktop.cgi | 763 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/ |
D | import_scrypt.sh | 183 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/ |
D | stdio--.h | 34 # undef tmpfile 35 # define tmpfile tmpfile_safer macro
|
D | stdio.in.h | 1084 # 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/ |
D | cksum.test | 10 echo -n "hello" > tmpfile 12 rm -f tmpfile
|
/external/chromium-trace/trace-viewer/tracing/build/ |
D | vulcanize_trace_viewer_unittest.py | 22 with codecs.open(raw_tmpfile.name, 'w', encoding='utf-8') as tmpfile: 23 vulcanize_trace_viewer.WriteTraceViewer(tmpfile)
|
D | trace2html_unittest.py | 23 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/ |
D | stream.c | 9 extern FILE *tmpfile(void); 57 FILE *p = tmpfile(); in f7()
|
/external/toybox/toys/pending/ |
D | syslogd.c | 242 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/ |
D | wpng.c | 160 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/ |
D | pngstest | 12 exec ./pngstest --strict --tmpfile "${pattern}" --log ${1+"$@"}\
|
D | pngstest-error | 8 if ./pngstest --strict --tmpfile "error" --log "$@" "$t"
|
/external/chromium-trace/trace-viewer/third_party/Paste/tests/ |
D | test_fileapp.py | 141 tmpfile = os.path.join(tmpdir, 'file') 143 fp = open(tmpfile, 'w') 155 os.remove(tmpfile)
|
/external/ltrace/ |
D | memstream.c | 38 memstream->stream = tmpfile(); in memstream_init()
|
D | configure.ac | 330 # 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/ |
D | stdio.h | 1396 # 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/ |
D | stdio.h | 1396 # 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/ |
D | tst_badblocks.c | 177 f = tmpfile(); in file_test() 232 f = tmpfile(); in file_test_invalid()
|
/external/jpeg/ |
D | jmemansi.c | 144 if ((info->temp_file = tmpfile()) == NULL) in jpeg_open_backing_store()
|
/external/libcxx/include/ |
D | cstdio | 47 FILE* tmpfile(void); 149 using ::tmpfile;
|
/external/libpng/contrib/libtests/ |
D | timepng.c | 225 FILE *fp = tmpfile(); in main()
|