/ndk/sources/host-tools/sed-4.2.1/m4/ |
mkstemp.m4 | 8 # On some hosts (e.g., HP-UX 10.20, SunOS 4.1.4, Solaris 2.5.1), mkstemp has a 10 # Other systems lack mkstemp altogether. 11 # On OSF1/Tru64 V4.0F, the system-provided mkstemp function can create 19 AC_CACHE_CHECK([for working mkstemp], 22 mkdir conftest.mkstemp 32 char templ[] = "conftest.mkstemp/coXXXXXX"; 33 int (*mkstemp_function) (char *) = mkstemp; 43 rm -rf conftest.mkstemp 48 AC_LIBOBJ([mkstemp]) 53 # Prerequisites of lib/mkstemp.c [all...] |
/external/openssh/openbsd-compat/ |
xmmap.c | 68 tmpfd = mkstemp(tmpname); 71 fatal("mkstemp(\"%s\"): %s",
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
stdlib.in.h | 219 # define mkstemp rpl_mkstemp 220 extern int mkstemp (char * /*template*/); 222 /* On MacOS X 10.3, only <unistd.h> declares mkstemp. */ 226 # undef mkstemp 227 # define mkstemp(t) \ 228 (GL_LINK_WARNING ("mkstemp is unportable - " \ 229 "use gnulib module mkstemp for portability"), \ 230 mkstemp (t))
|
mkstemp.c | 40 mkstemp (template) function
|
/external/chromium/base/ |
file_util_android.cc | 31 mkstemp(char *path) function 54 "warning: mktemp() possibly used unsafely; consider using mkstemp()");
|
/external/clang/test/Analysis/ |
security-syntax-checks.m | 180 // mkstemp() 185 int mkstemp(char *template); 189 mkstemp("XX"); // expected-warning {{Call to 'mkstemp' should have at least 6 'X's in the format string to be secure (2 'X's seen)}} 190 mkstemp("XXXXXX"); 191 mkstemp("XXXXXXX"); 196 mkstemp("X"); // expected-warning {{Call to 'mkstemp' should have at least 6 'X's in the format string to be secure (1 'X' seen)}}
|
/external/webkit/Tools/wx/build/ |
waf_extensions.py | 37 (fd, filename) = tempfile.mkstemp() 51 (fd2, filename2) = tempfile.mkstemp()
|
/bionic/libc/stdio/ |
tempnam.c | 40 "warning: tempnam() possibly used unsafely; consider using mkstemp()");
|
tmpfile.c | 59 fd = mkstemp(buf);
|
tmpnam.c | 40 "warning: tmpnam() possibly used unsafely; consider using mkstemp()");
|
mktemp.c | 53 mkstemp(char *path) function 75 "warning: mktemp() possibly used unsafely; consider using mkstemp()");
|
/external/bluetooth/glib/glib/ |
gfileutils.h | 100 /* Wrapper / workalike for mkstemp() */
|
/external/elfutils/tests/ |
newscn.c | 51 fd = mkstemp (name);
|
/external/webkit/Source/WebCore/platform/mac/ |
FileSystemMac.mm | 62 platformFileHandle = mkstemp(temporaryFilePath.data());
|
/external/openssh/ |
auth-krb5.c | 239 tmpfd = mkstemp(ccname + strlen("FILE:")); 242 logit("mkstemp(): %.100s", strerror(errno));
|
/bionic/libstdc++/include/ |
cstdlib | 56 using ::mkstemp;
|
/external/libmtp/ |
configure.ac | 90 AC_CHECK_FUNCS(basename memset select strdup strerror strrchr strtoul usleep mkstemp)
|
/external/qemu/android/utils/ |
tempfile.c | 91 tempfd = mkstemp( template );
|
/ndk/sources/cxx-stl/gabi++/include/ |
cstdlib | 56 using ::mkstemp;
|
/ndk/sources/cxx-stl/system/include/ |
cstdlib | 56 using ::mkstemp;
|
/ndk/sources/host-tools/make-3.81/ |
configh.dos | 52 /* Define if you have the mkstemp function. */
|
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/ |
cstdlib | 52 using ::mkstemp;
|
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/ |
cstdlib | 52 using ::mkstemp;
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/system/include/ |
cstdlib | 56 using ::mkstemp;
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/system/include/ |
cstdlib | 56 using ::mkstemp;
|