Searched refs:tmpname (Results 1 - 10 of 10) sorted by relevance

/external/elfutils/0.153/config/
H A DMakefile.am32 @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)@gmail.com> " >> $$tmpname; \
44 | fold -s -w 70 | sed '1!s/^[^-]/ &/' >> $$tmpname; \
45 sed "/^%changelog/r $$tmpname" $@ > $@.new; \
46 rm -f $$tmpname; \
/external/libmtp/src/
H A Dplaylist-spl.c135 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, strerro
[all...]
/external/openssl/crypto/asn1/
H A Dasn_mime.c805 char *tmpname, *tmpval, *p; local
808 if(!(tmpname = BUF_strdup(name))) return NULL;
809 for(p = tmpname ; *p; p++) {
816 } else tmpname = NULL;
829 mhdr->name = tmpname;
837 char *tmpname, *tmpval, *p; local
841 tmpname = BUF_strdup(name);
842 if(!tmpname) return 0;
843 for(p = tmpname ; *p; p++) {
850 } else tmpname
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dwork_unit.py54 tmpname = str(abs(hash( (self.files,self.CPPFLAGS) )))
55 name = '.tmp/%s' % tmpname
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Dmonsoon.py64 tmpname = '/tmp/monsoon.%s.%s' % (os.uname()[0], os.path.basename(port))
65 self._tempfile = open(tmpname, 'w')
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c2411 HChar tmpname[VG_(mkstemp_fullname_bufsz)(50-1)], tmpnameroot[50]; local
2421 VG_(memset)(tmpname, 0, sizeof(tmpname));
2422 fd = VG_(mkstemp)( tmpnameroot, tmpname );
2425 "Find PDB file: Can't create /tmp file %s\n", tmpname);
2431 sh -c "strings (pename) | egrep '\.pdb|\.PDB' > (tmpname)"
2437 /* (sh) -c "(strings) (pename) | (egrep) 'pdb' > (tmpname) */
2439 + VG_(strlen)(egrep) + VG_(strlen)(tmpname)
2444 sh, strings, pename, egrep, tmpname);
2459 SysRes sr = VG_(stat)(tmpname,
[all...]
/external/chromium_org/third_party/libxml/src/
H A Drelaxng.c5821 char tmpname[32]; local
5823 snprintf(tmpname, 32, "interleave%d", ctxt->nbInterleaves++);
5824 if (xmlHashAddEntry(ctxt->interleaves, BAD_CAST tmpname, cur) <
5828 (const xmlChar *) tmpname, NULL);
5926 char tmpname[32]; local
5928 snprintf(tmpname, 32, "interleave%d", ctxt->nbInterleaves++);
5929 if (xmlHashAddEntry(ctxt->interleaves, BAD_CAST tmpname, cur) <
5933 (const xmlChar *) tmpname, NULL);
H A Dxmlschemas.c18161 const xmlChar *tmpname; local
18196 tmpname = xmlDictLookup(pctxt->dict, BAD_CAST buf, -1);
18198 XML_SCHEMA_TYPE_SIMPLE, tmpname, type->targetNamespace,
/external/libxml2/
H A Drelaxng.c5822 char tmpname[32]; local
5824 snprintf(tmpname, 32, "interleave%d", ctxt->nbInterleaves++);
5825 if (xmlHashAddEntry(ctxt->interleaves, BAD_CAST tmpname, cur) <
5829 (const xmlChar *) tmpname, NULL);
5927 char tmpname[32]; local
5929 snprintf(tmpname, 32, "interleave%d", ctxt->nbInterleaves++);
5930 if (xmlHashAddEntry(ctxt->interleaves, BAD_CAST tmpname, cur) <
5934 (const xmlChar *) tmpname, NULL);
H A Dxmlschemas.c18190 const xmlChar *tmpname; local
18225 tmpname = xmlDictLookup(pctxt->dict, BAD_CAST buf, -1);
18227 XML_SCHEMA_TYPE_SIMPLE, tmpname, type->targetNamespace,

Completed in 671 milliseconds