OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atoll
(Results
1 - 16
of
16
) sorted by relevancy
/src/tests/libexec/ld.elf_so/
h_ifunc.c
48
return ifunc() !=
atoll
(argv[1]);
/src/lib/libc/stdlib/
atoll.c
1
/* $NetBSD:
atoll
.c,v 1.6 2012/06/25 22:32:45 abs Exp $ */
41
__RCSID("$NetBSD:
atoll
.c,v 1.6 2012/06/25 22:32:45 abs Exp $");
53
__weak_alias(
atoll
, _atoll)
60
atoll
(const char *str)
Makefile.inc
8
a64l.c abort.c atexit.c atof.c atoi.c atol.c
atoll
.c \
46
MAN+= a64l.3 abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3
atoll
.3 \
/src/tests/lib/csu/
h_ifunc_static.c
70
return
atoll
(argv[1]) != ifunc();
/src/tests/lib/libc/stdlib/
t_atoi.c
98
"Test that
atoll
(3) matches the corresponding strtoll(3) call");
107
ATF_REQUIRE(
atoll
("0") == strtoll("0", NULL, 10));
108
ATF_REQUIRE(
atoll
("-1") == strtoll("-1", NULL, 10));
109
ATF_REQUIRE(
atoll
(buf) == strtoll(buf, NULL, 10));
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_interceptors.cc
550
INTERCEPTOR(long long,
atoll
, const char *nptr) { // NOLINT
552
ASAN_INTERCEPTOR_ENTER(ctx,
atoll
);
555
return REAL(
atoll
)(nptr);
609
ASAN_INTERCEPT_FUNC(
atoll
);
/src/include/
stdlib.h
216
long long int
atoll
(const char *);
/src/sys/arch/hp300/stand/mkboot/
mkboot.c
124
repro_epoch = (time_t)
atoll
(optarg);
/src/tools/compat/
Makefile
7
SRCS=
atoll
.c basename.c cdbr.c cdbw.c dirname.c \
configure.ac
201
AC_CHECK_DECLS([
atoll
, getsubopt, getprogname, heapsort,
242
AC_CHECK_FUNCS(
atoll
asprintf asnprintf basename devname dirfd dirname \
compat_defs.h
268
long long int
atoll
(const char *);
/src/usr.bin/mkubootimage/
mkubootimage.c
519
repro_time =
atoll
(optarg);
/src/sys/arch/hppa/stand/mkboot/
mkboot.c
151
repro_epoch =
atoll
(optarg);
/src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_str_test.cc
586
Ident(
atoll
(nptr));
/src/sys/arch/powerpc/stand/mkbootimage/
mkbootimage.c
824
tp.tv_sec = (time_t)
atoll
(repro_timestamp);
/src/lib/libc/include/
namespace.h
217
#define
atoll
_atoll
macro
Completed in 29 milliseconds
Indexes created Mon Oct 20 05:10:11 GMT 2025