OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atoll
(Results
1 - 25
of
476
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/autotest/client/tests/netpipe/
makefile.patch
23
$(SRC)/
atoll
.c -o NPatoll \
/external/compiler-rt/test/asan/TestCases/
atoll_strict.c
1
// Test strict_string_checks option in
atoll
function
24
long long r =
atoll
(array);
31
long long r =
atoll
(array + 9);
40
long long r =
atoll
(array);
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
atoll.c
1
/* $OpenBSD:
atoll
.c,v 1.3 2005/08/08 08:05:36 espie Exp $ */
34
atoll
(str)
function
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cstdlib
190
#undef
atoll
221
extern "C" long long int (
atoll
)(const char *) throw ();
228
using ::
atoll
;
249
using ::__gnu_cxx::
atoll
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
cstdlib
190
#undef
atoll
221
extern "C" long long int (
atoll
)(const char *) throw ();
228
using ::
atoll
;
249
using ::__gnu_cxx::
atoll
;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cstdlib
190
#undef
atoll
221
extern "C" long long int (
atoll
)(const char *) throw ();
228
using ::
atoll
;
249
using ::__gnu_cxx::
atoll
;
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
cstdlib
190
#undef
atoll
221
extern "C" long long int (
atoll
)(const char *) throw ();
228
using ::
atoll
;
249
using ::__gnu_cxx::
atoll
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
cstdlib
53
using std::
atoll
;
stdlib.h
38
using std::tr1::
atoll
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
cstdlib
53
using std::
atoll
;
stdlib.h
38
using std::tr1::
atoll
;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
cstdlib
53
using std::
atoll
;
stdlib.h
38
using std::tr1::
atoll
;
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
cstdlib
53
using std::
atoll
;
stdlib.h
38
using std::tr1::
atoll
;
/system/extras/f2fs_utils/
make_f2fs_main.c
52
len =
atoll
(optarg);
/system/core/libsparse/
simg2simg.c
59
max_size =
atoll
(argv[3]);
/external/clang/test/Analysis/
taint-tester.c
176
long long
atoll
(const char *nptr);
187
long long ll =
atoll
(s); // expected-warning + {{tainted}}
/external/libcxx/include/
cstdlib
38
long long
atoll
(const char* nptr); // C99
107
using ::
atoll
;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdlib
38
long long
atoll
(const char* nptr); // C99
107
using ::
atoll
;
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdlib
38
long long
atoll
(const char* nptr); // C99
107
using ::
atoll
;
/system/extras/puncture_fs/
puncture_fs.c
215
hole_size =
atoll
(optarg);
219
total_hole_size =
atoll
(optarg);
/external/bison/lib/
stdlib.in.h
149
_GL_FUNCDECL_SYS (
atoll
, long long, (const char *string)
153
_GL_CXXALIAS_SYS (
atoll
, long long, (const char *string));
154
_GL_CXXALIASWARN (
atoll
);
156
# undef
atoll
158
_GL_WARN_ON_USE (
atoll
, "
atoll
is unportable - "
159
"use gnulib module
atoll
for portability");
/bionic/libstdc++/include/
cstdlib
64
using ::
atoll
;
/external/bison/m4/
stdlib_h.m4
22
]], [_Exit
atoll
canonicalize_file_name getloadavg getsubopt grantpt
Completed in 2835 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>