OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmpnam
(Results
1 - 25
of
416
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
/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
'.*;*
/external/chromium_org/third_party/skia/gyp/
lua.gyp
66
'LUA_USE_POSIX', # Fix warning re dangerous
tmpnam
.
/external/skia/gyp/
lua.gyp
66
'LUA_USE_POSIX', # Fix warning re dangerous
tmpnam
.
/external/chromium_org/third_party/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/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
/bionic/libstdc++/include/
cstdio
83
using ::
tmpnam
;
/ndk/sources/cxx-stl/gabi++/include/
cstdio
81
using ::
tmpnam
;
/ndk/sources/cxx-stl/system/include/
cstdio
81
using ::
tmpnam
;
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdio
79
using ::
tmpnam
;
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdio
79
using ::
tmpnam
;
/prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdio
81
using ::
tmpnam
;
/prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdio
81
using ::
tmpnam
;
/prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdio
81
using ::
tmpnam
;
/prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdio
81
using ::
tmpnam
;
/prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdio
81
using ::
tmpnam
;
/prebuilts/ndk/8/sources/cxx-stl/system/include/
cstdio
81
using ::
tmpnam
;
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstdio
81
using ::
tmpnam
;
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
cstdio
81
using ::
tmpnam
;
/prebuilts/ndk/9/sources/cxx-stl/system/include/
cstdio
81
using ::
tmpnam
;
/external/libcxx/include/
cstdio
48
char*
tmpnam
(char* s);
132
using ::
tmpnam
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
cstdio
86
#undef
tmpnam
133
using ::
tmpnam
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cstdio
87
#undef
tmpnam
134
using ::
tmpnam
;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cstdio
88
#undef
tmpnam
135
using ::
tmpnam
;
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cstdio
87
#undef
tmpnam
134
using ::
tmpnam
;
Completed in 1188 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>