Home
last modified time | relevance | path

Searched refs:strtou (Results 1 – 25 of 106) sorted by relevance

12345

/dports/devel/mk-configure/mk-configure-0.37.0/examples/strtoi/
H A Dexpect.out2 strtou: ECANCELED
4 strtou: 12
6 strtou: 0
8 strtou: 99
10 strtou: ERANGE
12 strtou: ECANCELED
14 strtou: ERANGE
16 strtou: ERANGE
H A DMakefile6 MKC_FEATURES = getline strtoi strtou
/dports/ftp/twoftpd/twoftpd-1.43/
H A Dbackend.c68 groups[count] = strtou(ptr, &ptr); in parse_gids()
93 if (!(uid = strtou(tmp, &end)) || *end) FAIL("Invalid $UID."); in startup()
95 if (!(gid = strtou(tmp, &end)) || *end) FAIL("Invalid $GID."); in startup()
137 session_timeout = strtou(tmp, &tmp); in startup()
141 connect_timeout = strtou(tmp, &tmp); in startup()
144 if ((bind_port_fd = strtou(tmp, &end)) == 0 || *end != 0) in startup()
H A Dtwoftpd-auth.c100 if ((tmp = getenv("AUTH_TIMEOUT")) != 0) auth_timeout = strtou(tmp, &tmp); in startup()
105 auth_attempts = strtou(tmp, &tmp); in startup()
H A DMakefile69 main.a: makelib banner.o log.o main.o respond.o responses.o strtou.o
70 ./makelib main.a banner.o log.o main.o respond.o responses.o strtou.o
124 strtou.o: compile strtou.c twoftpd.h
125 ./compile strtou.c
H A Dstrtou.c20 unsigned long strtou(const char* str, const char** end) in strtou() function
/dports/devel/mk-configure/mk-configure-0.37.0/features/
H A Dmkc_imp.f_strtou.mk8 MKC_CHECK_FUNCS6 += strtou:inttypes.h
9 MKC_CHECK_FUNCLIBS += strtou
13 .if ${HAVE_FUNCLIB.strtou:U} != 1
H A Dmkc_strtou.h38 strtou(const char * /*restrict*/ nptr, char ** /*restrict*/ endptr, int base,
/dports/net/dhcpcd/dhcpcd-9.4.1/compat/
H A Dstrtou.c59 #define _FUNCNAME strtou
66 __weak_alias(strtou, _strtou)
H A Dstrtoi.h43 uintmax_t strtou(const char * __restrict nptr, char ** __restrict endptr,
/dports/misc/rump/buildrump.sh-b914579/src/common/lib/libc/stdlib/
H A Dstrtou.c60 #define _FUNCNAME strtou
67 __weak_alias(strtou, _strtou)
/dports/devel/mk-configure/mk-configure-0.37.0/features/strto/
H A Dmkc_strtou.c63 #define _FUNCNAME strtou
73 __weak_alias(strtou, _strtou)
/dports/devel/bglibs/bglibs-2.04/misc/
H A Dstrtou.c3 unsigned long strtou(const char* s, const char** end) in strtou() function
18 u = strtou(s, &end); in test()
/dports/mail/vmailmgr/vmailmgr-0.97/lib/misc/
H A DMakefile.am42 strtou.h strtou.c \
H A Dstrtou.h8 unsigned strtou(const char* ptr, const char** endptr);
H A Dstrtou.c21 unsigned strtou(const char* ptr, const char** endptr) in strtou() function
/dports/mail/vmailmgr/vmailmgr-0.97/lib/vdomain/
H A Dchattr.cc39 *value = strtou(newval.c_str(), &end); in chunsigned()
68 unsigned i = strtou(newval.c_str(), &end); in chbool()
/dports/misc/viz/viz-1.1.1/
H A Dinviz_num.c34 unsigned long strtou();
102 rv.ul = strtou(str, &next, 0);
H A DMakefile49 INVIZOBJS = inviz.o strtou.o strtod.o inviz_text.o inviz_num.o
50 INVIZSRC = inviz.c strtou.c strtod.c inviz_text.c inviz_num.c
/dports/science/nest/nest-simulator-3.1/thirdparty/Random123/tests/
H A Dkat_main.h122 tinst->u.base##N##x##W##_data.ctr.v[i] = strtou##W(p, &newp, 16); \
126 tinst->u.base##N##x##W##_data.ukey.v[i] = strtou##W(p, &newp, 16); \
130 tinst->u.base##N##x##W##_data.expected.v[i] = strtou##W(p, &newp, 16); \
/dports/devel/bglibs/bglibs-2.04/include/
H A Dmisc.h12 unsigned long strtou(const char* str, const char** end);
/dports/devel/mk-configure/mk-configure-0.37.0/tests/mkc_features/
H A Dfeatures.mk5 humanize_number strtoi strtou
/dports/mail/vmailmgr/vmailmgr-0.97/lib/config/
H A Dread_uns.cc35 result = strtou(tmp.c_str(), &endptr); in read_uns()
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dstrtoi.cc18 uintmax_t i = strtou(nptr, &p, base, lo, hi, &status); in test_strtou()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dstrtoi.cpp18 uintmax_t i = strtou(nptr, &p, base, lo, hi, &status); in test_strtou()

12345