HomeSort by relevance Sort by last modified time
    Searched full:tmpnam (Results 26 - 50 of 416) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cstdio 87 #undef tmpnam
134 using ::tmpnam;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cstdio 87 #undef tmpnam
134 using ::tmpnam;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cstdio 87 #undef tmpnam
134 using ::tmpnam;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdio 86 #undef tmpnam
133 using ::tmpnam;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdio 89 #undef tmpnam
136 using ::tmpnam;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdio 86 #undef tmpnam
133 using ::tmpnam;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdio 89 #undef tmpnam
136 using ::tmpnam;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cstdio 87 #undef tmpnam
134 using ::tmpnam;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
cstdio 90 #undef tmpnam
141 using ::tmpnam;
  /external/stlport/stlport/stl/
_cstdio.h 109 using _STLP_VENDOR_CSTD::tmpnam;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 109 using _STLP_VENDOR_CSTD::tmpnam;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 109 using _STLP_VENDOR_CSTD::tmpnam;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 109 using _STLP_VENDOR_CSTD::tmpnam;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 109 using _STLP_VENDOR_CSTD::tmpnam;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 109 using _STLP_VENDOR_CSTD::tmpnam;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cstdio.h 109 using _STLP_VENDOR_CSTD::tmpnam;
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 141 using std::tmpnam;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdio 48 char* tmpnam(char* s);
175 using ::tmpnam;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdio 48 char* tmpnam(char* s);
175 using ::tmpnam;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_os.py 19 warnings.filterwarnings("ignore", "tmpnam", RuntimeWarning, __name__)
149 if not hasattr(os, "tmpnam"):
152 warnings.filterwarnings("ignore", "tmpnam", RuntimeWarning,
154 warnings.filterwarnings("ignore", "tmpnam", DeprecationWarning)
156 name = os.tmpnam()
158 # The Windows tmpnam() seems useless. From the MS docs:
160 # The character string that tmpnam creates consists of
166 # change the operation of tmpnam.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_os.py 19 warnings.filterwarnings("ignore", "tmpnam", RuntimeWarning, __name__)
149 if not hasattr(os, "tmpnam"):
152 warnings.filterwarnings("ignore", "tmpnam", RuntimeWarning,
154 warnings.filterwarnings("ignore", "tmpnam", DeprecationWarning)
156 name = os.tmpnam()
158 # The Windows tmpnam() seems useless. From the MS docs:
160 # The character string that tmpnam creates consists of
166 # change the operation of tmpnam.
    [all...]
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
stdio.h 127 /* Default path prefix for `tempnam' and `tmpnam'. */
133 L_tmpnam How long an array of chars must be to be passed to `tmpnam'.
134 TMP_MAX The minimum number of unique filenames generated by tmpnam
135 (and tempnam when it uses tmpnam's name space),
186 extern char *tmpnam (char *__s) __THROW __wur;
190 /* This is the reentrant variant of `tmpnam'. The only difference is
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdio.h 127 /* Default path prefix for `tempnam' and `tmpnam'. */
133 L_tmpnam How long an array of chars must be to be passed to `tmpnam'.
134 TMP_MAX The minimum number of unique filenames generated by tmpnam
135 (and tempnam when it uses tmpnam's name space),
186 extern char *tmpnam (char *__s) __THROW __wur;
190 /* This is the reentrant variant of `tmpnam'. The only difference is
  /external/chromium_org/third_party/skia/third_party/lua/src/
loslib.c 42 ** By default, Lua uses tmpnam except when POSIX is available, where it
57 #define lua_tmpnam(b,e) { e = (tmpnam(b) == NULL); }

Completed in 610 milliseconds

12 3 4 5 6 7 8 91011>>