OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atoll
(Results
1 - 25
of
112
) sorted by null
1
2
3
4
5
/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
/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);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
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/
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/
stdlib.h
38
using std::tr1::
atoll
;
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
stdlib.h
38
using std::tr1::
atoll
;
/system/extras/f2fs_utils/
make_f2fs_main.c
52
len =
atoll
(optarg);
/bionic/libstdc++/include/
cstdlib
64
using ::
atoll
;
/external/clang/test/Analysis/
taint-tester.c
176
long long
atoll
(const char *nptr);
187
long long ll =
atoll
(s); // expected-warning + {{tainted}}
/ndk/sources/cxx-stl/gabi++/include/
cstdlib
66
using ::
atoll
;
/ndk/sources/cxx-stl/system/include/
cstdlib
66
using ::
atoll
;
/prebuilts/ndk/current/sources/cxx-stl/gabi++/include/
cstdlib
67
using ::
atoll
;
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/
cstdlib
66
using ::
atoll
;
/prebuilts/ndk/current/sources/cxx-stl/system/include/
cstdlib
66
using ::
atoll
;
/external/f2fs-tools/mkfs/
f2fs_format_main.c
105
config.total_sectors =
atoll
(argv[optind+1]);
/system/core/libsparse/
simg2simg.c
59
max_size =
atoll
(argv[3]);