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
254
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/bionic/libc/upstream-freebsd/lib/libc/stdio/
tmpnam.c
34
static char sccsid[] = "@(#)
tmpnam
.c 8.3 (Berkeley) 3/28/94";
44
__warn_references(
tmpnam
,
45
"warning:
tmpnam
() possibly used unsafely; consider using mkstemp()");
50
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/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
81
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/system/include/
cstdio
81
using ::
tmpnam
;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdio
48
char*
tmpnam
(char* s);
127
using ::
tmpnam
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cstdio
87
#undef
tmpnam
134
using ::
tmpnam
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cstdio
86
#undef
tmpnam
133
using ::
tmpnam
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cstdio
86
#undef
tmpnam
133
using ::
tmpnam
;
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cstdio
87
#undef
tmpnam
134
using ::
tmpnam
;
/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
;
Completed in 720 milliseconds
1
2
3
4
5
6
7
8
9
10
11