HomeSort by relevance Sort by last modified time
    Searched refs:tmpname (Results 1 - 8 of 8) sorted by null

  /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; \
  /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/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...]
  /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/valgrind/main/coregrind/m_debuginfo/
readpdb.c 2408 HChar tmpname[100], tmpnameroot[50]; local
    [all...]
  /external/libxml2/
relaxng.c 5821 char tmpname[32]; local
5926 char tmpname[32]; local
    [all...]
xmlschemas.c 18162 const xmlChar *tmpname; local
    [all...]

Completed in 987 milliseconds