HomeSort by relevance Sort by last modified time
    Searched refs:tmpnam (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
tmpnam.c 1 /* $OpenBSD: tmpnam.c,v 1.10 2005/08/08 08:05:36 espie Exp $ */
39 __warn_references(tmpnam,
40 "warning: tmpnam() possibly used unsafely; consider using mkstemp()");
45 tmpnam(char *s) function
  /toolchain/binutils/binutils-2.25/libiberty/
tmpnam.c 3 @deftypefn Supplemental char* tmpnam (char *@var{s})
6 will be a valid file name yet not exist when @code{tmpnam} checks for
30 tmpnam (char *s) function
  /ndk/sources/cxx-stl/gabi++/include/
cstdio 81 using ::tmpnam;
  /ndk/sources/cxx-stl/system/include/
cstdio 81 using ::tmpnam;
  /prebuilts/ndk/current/sources/cxx-stl/gabi++/include/
cstdio 81 using ::tmpnam;
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/
cstdio 81 using ::tmpnam;
  /prebuilts/ndk/current/sources/cxx-stl/system/include/
cstdio 81 using ::tmpnam;
  /ndk/sources/host-tools/make-3.81/
makefile.com 24 $ tmpnam = "temp_" + f$getjpi("","pid")
25 $ tt = tmpnam + ".txt"
26 $ tc = tmpnam + ".c"
121 $ cc 'ccqual' 'tmpnam'
124 $ delete/nolog 'tmpnam'.*;*
  /bionic/libstdc++/include/
cstdio 83 using ::tmpnam;
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
unittest.h 67 filename = tmpnam(filename);
69 // For Visual Studio, tmpnam() adds a backslash in front. Remove it.
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 109 using _STLP_VENDOR_CSTD::tmpnam;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 109 using _STLP_VENDOR_CSTD::tmpnam;
  /external/protobuf/src/google/protobuf/testing/
googletest.cc 96 // tmpnam() is generally not considered safe but we're only using it for
100 string result = tmpnam(b);
102 // On Win32, tmpnam() returns a file prefixed with '\', but which is supposed
  /external/zlib/src/
make_vms.com 30 $ tmpnam = "temp_" + f$getjpi("","pid")
31 $ tt = tmpnam + ".txt"
32 $ tc = tmpnam + ".c"
33 $ th = tmpnam + ".h"
613 $ cc 'tmpnam'
617 $ link 'tmpnam',tmp.opt/opt
621 $ delete/nolog 'tmpnam'.*;*/exclude='th'
672 $ cc 'tmpnam'_'i'
676 $ link 'tmpnam'_'i',tmp.opt/opt
680 $ delete/nolog 'tmpnam'_'i'.*;
    [all...]
  /development/ndk/platforms/android-21/include/
stdio.h 276 char* tmpnam(char*) __warnattr("tmpnam possibly used unsafely; consider using mkstemp");
  /development/ndk/platforms/android-3/include/
stdio.h 255 char *tmpnam(char *);
  /development/ndk/platforms/android-8/include/
stdio.h 255 char *tmpnam(char *);
  /external/libcxx/test/std/depr/depr.c.headers/
stdio_h.pass.cpp 83 #pragma GCC diagnostic ignored "-Wdeprecated-declarations" // for tmpnam
96 static_assert((std::is_same<decltype(tmpnam(cp)), char*>::value), "");
  /external/libcxx/test/std/input.output/file.streams/c.files/
cstdio.pass.cpp 130 static_assert((std::is_same<decltype(std::tmpnam(cp)), char*>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdio_h.pass.cpp 93 static_assert((std::is_same<decltype(tmpnam(cp)), char*>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cstdio.pass.cpp 94 static_assert((std::is_same<decltype(std::tmpnam(cp)), char*>::value), "");
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
stdio.h 255 char *tmpnam(char *);
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
stdio.h 255 char *tmpnam(char *);
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
stdio.h 255 char *tmpnam(char *);
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
stdio.h 255 char *tmpnam(char *);

Completed in 1273 milliseconds

1 2 3 4