HomeSort by relevance Sort by last modified time
    Searched full:tmpname (Results 1 - 25 of 47) sorted by null

1 2

  /external/elfutils/config/
Makefile.am 32 @tmpname=$$(mktemp $${TMPDIR:-/tmp}/elfutils.XXXXXX); \
33 date +'* %a %b %e %Y' | tr '[\n]' '[ ]' > $$tmpname; \
35 awk 'BEGIN {FS=":"} { printf $$5; exit 0}' >> $$tmpname; \
36 echo -n " <$$(whoami)@redhat.com> " >> $$tmpname; \
44 | fold -s -w 70 | sed '1!s/^[^-]/ &/' >> $$tmpname; \
45 sed "/^%changelog/r $$tmpname" $@ > $@.new; \
46 rm -f $$tmpname; \
Makefile.in 322 @MAINTAINER_MODE_TRUE@ @tmpname=$$(mktemp $${TMPDIR:-/tmp}/elfutils.XXXXXX); \
323 @MAINTAINER_MODE_TRUE@ date +'* %a %b %e %Y' | tr '[\n]' '[ ]' > $$tmpname; \
325 @MAINTAINER_MODE_TRUE@ awk 'BEGIN {FS=":"} { printf $$5; exit 0}' >> $$tmpname; \
326 @MAINTAINER_MODE_TRUE@ echo -n " <$$(whoami)@redhat.com> " >> $$tmpname; \
334 @MAINTAINER_MODE_TRUE@ | fold -s -w 70 | sed '1!s/^[^-]/ &/' >> $$tmpname; \
335 @MAINTAINER_MODE_TRUE@ sed "/^%changelog/r $$tmpname" $@ > $@.new; \
336 @MAINTAINER_MODE_TRUE@ rm -f $$tmpname; \
  /bootable/recovery/tools/ota/
add-property-tag.c 100 char tmpname[PATH_MAX]; local
101 snprintf(tmpname, sizeof(tmpname), "%s.tmp", filename);
102 FILE *output = fopen(tmpname, "w");
104 fprintf(stderr, "can't write %s: %s\n", tmpname, strerror(errno));
129 remove(tmpname);
133 if (rename(tmpname, filename)) {
135 tmpname, filename, strerror(errno));
136 remove(tmpname);
  /external/openssh/openbsd-compat/
xmmap.c 63 char tmpname[sizeof(MM_SWAP_TEMPLATE)] = MM_SWAP_TEMPLATE; local
68 tmpfd = mkstemp(tmpname);
73 unlink(tmpname);
  /external/openssl/crypto/asn1/
asn_mime.c 803 char *tmpname, *tmpval, *p; local
806 if(!(tmpname = BUF_strdup(name))) return NULL;
807 for(p = tmpname ; *p; p++) {
814 } else tmpname = NULL;
827 mhdr->name = tmpname;
835 char *tmpname, *tmpval, *p; local
839 tmpname = BUF_strdup(name);
840 if(!tmpname) return 0;
841 for(p = tmpname ; *p; p++) {
848 } else tmpname = NULL
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
lua.php 65 'remove','rename','flush','seek','tmpfile','tmpname','read','write',
80 'os.setlocale','os.time','os.tmpname',
c_mac.php 100 'fflush', 'fclose', 'remove', 'rename', 'tmpfile', 'tmpname', 'setvbuf',
cpp.php 111 'fflush', 'fclose', 'remove', 'rename', 'tmpfile', 'tmpname', 'setvbuf',
cpp-qt.php 101 'fflush', 'fclose', 'remove', 'rename', 'tmpfile', 'tmpname', 'setvbuf',
klonecpp.php 80 'fflush', 'fclose', 'remove', 'rename', 'tmpfile', 'tmpname', 'setvbuf',
objc.php 100 'ungetc', 'toupper', 'tolower', 'tmpname', 'tmpfile', 'time',
  /external/libmtp/src/
playlist-spl.c 135 char tmpname[] = "/tmp/mtp-spl2pl-XXXXXX"; local
136 int fd = mkstemp(tmpname);
138 printf("failed to make temp file for %s.spl -> %s, errno=%s\n", pl->name, tmpname, strerror(errno));
142 if(unlink(tmpname) < 0)
143 printf("failed to delete temp file for %s.spl -> %s, errno=%s\n", pl->name, tmpname, strerror(errno));
190 char tmpname[] = "/tmp/mtp-spl2pl-XXXXXX"; // must be a var since mkstemp modifies it local
195 int fd = mkstemp(tmpname);
197 printf("failed to make temp file for %s.spl -> %s, errno=%s\n", pl->name, tmpname, strerror(errno));
201 if(unlink(tmpname) < 0)
202 printf("failed to delete temp file for %s.spl -> %s, errno=%s\n", pl->name, tmpname, strerror(errno))
    [all...]
  /frameworks/rs/
rsElement.cpp 145 char *tmpName = new char[subElemNamesLengths[ct]];
146 memcpy(tmpName, elemName.string(), subElemNamesLengths[ct]);
147 subElemNames[ct] = tmpName;
  /external/llvm/lib/Support/Unix/
Path.inc 174 char *TmpName = ::mktemp(pathname);
175 if (TmpName == 0) {
177 std::string(TmpName) + ": can't create unique directory name");
180 if (-1 == ::mkdir(TmpName, S_IRWXU)) {
182 std::string(TmpName) + ": can't create temporary directory");
185 return Path(TmpName);
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 2455 HChar tmpname[100], tmpnameroot[50]; local
    [all...]
  /external/bluetooth/glib/gio/
glocalfile.c 1632 char *topdir, *globaldir, *trashdir, *tmpname; local
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 203 SmallString<16> TmpName;
230 TmpName.insert(TmpName.end(), SrcName.begin(), SrcName.end());
232 DstSTy->setName(TmpName.str());
233 TmpName.clear();
    [all...]
  /external/bzip2/
bzip2.c 207 Char tmpName[FILE_NAME_LEN];
    [all...]
  /external/clang/lib/Driver/
Driver.cpp     [all...]
  /external/libxml2/
relaxng.c 5821 char tmpname[32]; local
5926 char tmpname[32]; local
    [all...]
xmlschemas.c 18162 const xmlChar *tmpname; local
    [all...]
  /external/libxslt/libxslt/
variables.c     [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]

Completed in 769 milliseconds

1 2