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

1 2

  /ndk/sources/host-tools/sed-4.2.1/m4/
tempname.m4 14 AC_LIBOBJ([tempname])
18 # Prerequisites of lib/tempname.c.
gnulib-comp.m4 342 lib/tempname.c
343 lib/tempname.h
433 m4/tempname.m4
  /external/qemu/android/utils/
tempfile.c 57 const char* tempname = NULL; local
77 tempname = temp_namebuff;
97 tempname = template;
99 tempfile = malloc( sizeof(*tempfile) + strlen(tempname) + 1 );
101 strcpy( (char*)tempfile->name, tempname );
  /external/webkit/Source/WebKit2/Platform/unix/
SharedMemoryUnix.cpp 110 QString tempName = QDir::temp().filePath(QLatin1String("qwkshm.XXXXXX"));
111 QByteArray tempNameCSTR = tempName.toLocal8Bit();
114 GOwnPtr<gchar> tempName(g_build_filename(g_get_tmp_dir(), "WK2SharedMemoryXXXXXX", NULL));
115 gchar* tempNameC = tempName.get();
  /ndk/sources/host-tools/sed-4.2.1/lib/
mkstemp.c 24 # include "tempname.h"
tempname.c 0 /* tempname.c - generate the name of a temporary file.
20 /* Extracted from glibc sysdeps/posix/tempname.c. See also tmpdir.c. */
24 # include "tempname.h"
gnulib.mk 935 ## begin gnulib module tempname
938 EXTRA_DIST += tempname.c tempname.h
940 EXTRA_libsed_a_SOURCES += tempname.c
942 ## end gnulib module tempname
    [all...]
Makefile.in 87 $(top_srcdir)/m4/tempname.m4 $(top_srcdir)/m4/threadlib.m4 \
615 tempname.c tempname.h unistd.in.h unlocked-io.h wchar.in.h \
649 strerror.c strndup.c strnlen.c strverscmp.c tempname.c \
752 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tempname.Po@am__quote@
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.cc 207 char *tempname = new char[len]; local
209 snprintf(tempname, len, "%s/%sXXXXXX", dir.pathname().c_str(),
211 int fd = ::mkstemp(tempname);
214 std::string ret(tempname);
215 delete[] tempname;
  /external/libffi/src/
closures.c 211 char *tempname = __builtin_alloca (lendir + sizeof (suffix)); local
213 if (!tempname)
216 memcpy (tempname, dir, lendir);
217 memcpy (tempname + lendir, suffix, sizeof (suffix));
219 return open_temp_exec_file_name (tempname);
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c 711 OMX_STRING tempName = NULL;
745 tempName = (OMX_STRING) malloc(sizeof(namelist[numFiles]->d_name) + 1); /* adding one ensures */
746 memset(tempName, 0x00, sizeof(namelist[numFiles]->d_name) + 1); /* that a null terminator will */
749 strncpy(tempName, namelist[numFiles]->d_name,
753 temp = strstr(tempName, namePrefix);
829 if (tempName != NULL)
831 free(tempName);
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
vim.php 123 'taglist', 'tagfiles', 'tempname', 'tolower', 'toupper', 'tr',
matlab.php 158 'saveas','size','tempdir','tempname','type','ver','version','web',
  /external/llvm/lib/Analysis/
PathNumbering.cpp 141 std::string tempName(getBlock()->getName());
142 name << tempName.c_str() << " (" << _uid << ")";
  /ndk/sources/host-tools/sed-4.2.1/
bootstrap.sh 134 ${CC} -DHAVE_CONFIG_H -I.. -I. -c tempname.c || exit 1
bootstrap.sh.in 134 ${CC} -DHAVE_CONFIG_H -I.. -I. -c tempname.c || exit 1
Makefile.in 81 $(top_srcdir)/m4/tempname.m4 $(top_srcdir)/m4/threadlib.m4 \
    [all...]
aclocal.m4     [all...]
  /external/jhead/
jhead.c 356 char TempName[PATH_MAX+10];
365 memcpy(TempName, FileName, a);
366 strcpy(TempName+a, "XXXXXX");
367 mktemp(TempName);
368 if(!TempName[0]) {
385 e += shellescape(ExecString+e, TempName);
409 if (stat(TempName, &dummy) == 0){
411 rename(TempName, FileName);
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
Makefile.in 76 $(top_srcdir)/m4/tempname.m4 $(top_srcdir)/m4/threadlib.m4 \
  /ndk/sources/host-tools/sed-4.2.1/doc/
Makefile.in 77 $(top_srcdir)/m4/tempname.m4 $(top_srcdir)/m4/threadlib.m4 \
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
Makefile.in 85 $(top_srcdir)/m4/tempname.m4 $(top_srcdir)/m4/threadlib.m4 \
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libc-2.7.so 
libc.so.6 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libc-2.7.so 

Completed in 1379 milliseconds

1 2