OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gets
(Results
1 - 25
of
111
) sorted by null
1
2
3
4
5
/bionic/libc/stdio/
gets.c
1
/* $OpenBSD:
gets
.c,v 1.9 2005/08/08 08:05:36 espie Exp $ */
37
__warn_references(
gets
,
38
"warning:
gets
() is very unsafe; consider using fgets()");
41
gets
(char *buf)
function
/external/chromium/net/data/proxy_resolver_v8_unittest/
side_effects.js
2
// We write it this way so if the script
gets
loaded twice,
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ssp/
stdio.h
49
#undef
gets
macro
77
extern char *__SSP_REDIRECT (__gets_alias, (char *__str),
gets
);
80
gets
(char *__str)
function
/external/icu4c/tools/genprops/misc/
ucdstrip.c
50
while(
gets
(line)!=NULL) {
ucdmerge.c
82
if(
gets
(line)!=NULL) {
/external/icu4c/tools/genprops/
ucdstrip.c
50
while(
gets
(line)!=NULL) {
ucdmerge.c
82
if(
gets
(line)!=NULL) {
/external/webkit/LayoutTests/fast/url/script-tests/
path-url.js
6
// Disabled because this
gets
treated as a relative URL.
standard-url.js
6
// Disabled because whitespace
gets
treated different in this API.
9
// Disabled because this
gets
treated as a relative URL.
/bionic/libstdc++/include/
cstdio
66
using ::
gets
;
/ndk/sources/cxx-stl/gabi++/include/
cstdio
66
using ::
gets
;
/ndk/sources/cxx-stl/system/include/
cstdio
66
using ::
gets
;
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cstdio
64
using ::
gets
;
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cstdio
64
using ::
gets
;
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/system/include/
cstdio
66
using ::
gets
;
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/system/include/
cstdio
66
using ::
gets
;
/system/extras/tests/bionic/libstdc++/
test_cstdio.cpp
126
using std::
gets
;
/external/stlport/stlport/stl/
_cstdio.h
97
using _STLP_VENDOR_CSTD::
gets
;
/external/v8/test/mjsunit/bugs/
bug-1344252.js
42
// Add a setter for x to Object.prototype and make sure it
gets
51
// that
gets
called too.
/ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h
97
using _STLP_VENDOR_CSTD::
gets
;
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h
97
using _STLP_VENDOR_CSTD::
gets
;
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h
97
using _STLP_VENDOR_CSTD::
gets
;
/bootable/recovery/
Android.mk
30
# It
gets
copied there in config/Makefile. LOCAL_MODULE_TAGS suppresses
/system/core/libpixelflinger/
Android.mk
65
# libhardware, but this at least
gets
us built.
/cts/tests/SignatureTest/
Android.mk
47
# target and our stuff never
gets
copied.
68
# the proper version of the api resource
gets
generated.
Completed in 703 milliseconds
1
2
3
4
5