OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strtouq
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/gpl2/diffutils/dist/lib/
strtoull.c
28
weak_alias (strtoull,
strtouq
)
/src/external/gpl2/grep/dist/lib/
strtoull.c
28
weak_alias (strtoull,
strtouq
)
/src/lib/libc/stdlib/
strtouq.c
1
/* $NetBSD:
strtouq
.c,v 1.20 2008/08/26 12:21:24 drochner Exp $ */
30
__RCSID("$NetBSD:
strtouq
.c,v 1.20 2008/08/26 12:21:24 drochner Exp $");
39
#define _FUNCNAME
strtouq
Makefile.inc
18
strtoumax.c
strtouq
.c system.c tdelete.c tfind.c tsearch.c twalk.c \
42
CPPFLAGS.
strtouq
.c+= -I${LIBCDIR}/../../common/lib/libc/stdlib
112
MLINKS+=strtoul.3
strtouq
.3
/src/crypto/dist/ipsec-tools/src/racoon/
backupsa.c
277
GETNEXTNUM(sa_args.l_bytes,
strtouq
);
278
GETNEXTNUM(sa_args.l_addtime,
strtouq
);
279
GETNEXTNUM(sa_args.l_usetime,
strtouq
);
/src/include/
stdlib.h
342
u_quad_t
strtouq
(const char * __restrict, char ** __restrict, int);
/src/usr.sbin/sysinst/
gpt.c
210
part->gp_start =
strtouq
(val, NULL, 10);
212
part->gp_size =
strtouq
(val, NULL, 10);
324
p_start =
strtouq
(tt, NULL, 10);
331
p_size =
strtouq
(tt, NULL, 10);
337
p_index =
strtouq
(tt, NULL, 10);
/src/lib/libukfs/
ukfs.c
322
val =
strtouq
(nptr, &ep, 10);
341
val =
strtouq
(nptr, &ep, 10);
/src/tools/compat/
compat_defs.h
1406
#define
strtouq
strtoull
macro
1412
u_quad_t
strtouq
(const char *, char **, int);
/src/sbin/sysctl/
sysctl.c
1295
uq =
strtouq
(data, &t, 0);
1773
qi =
strtouq
(value, &t, 0);
2528
nlim =
strtouq
(value, &t, 0);
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc
448
INTERCEPTORS_STRTO_BASE(u64,
strtouq
, char) // NOLINT
1627
INTERCEPT_STRTO(
strtouq
);
/src/lib/libutil/
login_cap.c
807
num =
strtouq
(str, &expr, radix);
/src/external/bsd/openldap/dist/libraries/liblutil/
utils.c
727
ull = (unsigned long long)
strtouq
( s, &next, x );
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc
1814
TEST_STRTO_INT(
strtouq
, char, )
Completed in 80 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026