Home
last modified time | relevance | path

Searched refs:strtoumax (Results 1 – 25 of 1321) sorted by relevance

12345678910>>...53

/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/tests/include/pdclib/functions/inttypes/
H A Dstrtoumax.c52 TESTCASE( strtoumax( "123", NULL, 10 ) == 123 ); in main()
54 TESTCASE( strtoumax( "456", NULL, 0 ) == 456 ); in main()
56 TESTCASE( strtoumax( "14", NULL, 8 ) == 12 ); in main()
58 TESTCASE( strtoumax( "016", NULL, 0 ) == 14 ); in main()
60 TESTCASE( strtoumax( "0xFF", NULL, 0 ) == 255 ); in main()
62 TESTCASE( strtoumax( "0Xa1", NULL, 0 ) == 161 ); in main()
64 TESTCASE( strtoumax( tricky, &endptr, 0 ) == 0 ); in main()
67 TESTCASE( strtoumax( tricky, &endptr, 8 ) == 0 ); in main()
81 TESTCASE( strtoumax( " \n\v\t\f789", NULL, 0 ) == 789 ); in main()
83 TESTCASE( strtoumax( overflow, &endptr, 10 ) == 0 ); in main()
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/tests/
H A Dtest-strtoumax.c22 #ifndef strtoumax
39 result = strtoumax (input, &ptr, 10); in main()
49 result = strtoumax (input, &ptr, 10); in main()
59 result = strtoumax (input, &ptr, 10); in main()
69 result = strtoumax (input, &ptr, 10); in main()
81 result = strtoumax (input, &ptr, 10); in main()
91 result = strtoumax (input, &ptr, 10); in main()
101 result = strtoumax (input, &ptr, 10); in main()
111 result = strtoumax (input, &ptr, 10); in main()
121 result = strtoumax (input, &ptr, 10); in main()
[all …]
/dports/sysutils/coreutils/coreutils-8.32/gnulib-tests/
H A Dtest-strtoumax.c22 #ifndef strtoumax
39 result = strtoumax (input, &ptr, 10); in main()
49 result = strtoumax (input, &ptr, 10); in main()
59 result = strtoumax (input, &ptr, 10); in main()
69 result = strtoumax (input, &ptr, 10); in main()
81 result = strtoumax (input, &ptr, 10); in main()
91 result = strtoumax (input, &ptr, 10); in main()
101 result = strtoumax (input, &ptr, 10); in main()
111 result = strtoumax (input, &ptr, 10); in main()
121 result = strtoumax (input, &ptr, 10); in main()
[all …]
/dports/misc/gnuls/coreutils-8.30/gnulib-tests/
H A Dtest-strtoumax.c22 #ifndef strtoumax
39 result = strtoumax (input, &ptr, 10); in main()
49 result = strtoumax (input, &ptr, 10); in main()
59 result = strtoumax (input, &ptr, 10); in main()
69 result = strtoumax (input, &ptr, 10); in main()
81 result = strtoumax (input, &ptr, 10); in main()
91 result = strtoumax (input, &ptr, 10); in main()
101 result = strtoumax (input, &ptr, 10); in main()
111 result = strtoumax (input, &ptr, 10); in main()
121 result = strtoumax (input, &ptr, 10); in main()
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-strtoumax.c22 #ifndef strtoumax
39 result = strtoumax (input, &ptr, 10); in main()
49 result = strtoumax (input, &ptr, 10); in main()
59 result = strtoumax (input, &ptr, 10); in main()
69 result = strtoumax (input, &ptr, 10); in main()
81 result = strtoumax (input, &ptr, 10); in main()
91 result = strtoumax (input, &ptr, 10); in main()
101 result = strtoumax (input, &ptr, 10); in main()
111 result = strtoumax (input, &ptr, 10); in main()
121 result = strtoumax (input, &ptr, 10); in main()
[all …]
/dports/misc/findutils/findutils-4.8.0/gnulib-tests/
H A Dtest-strtoumax.c22 #ifndef strtoumax
39 result = strtoumax (input, &ptr, 10); in main()
49 result = strtoumax (input, &ptr, 10); in main()
59 result = strtoumax (input, &ptr, 10); in main()
69 result = strtoumax (input, &ptr, 10); in main()
81 result = strtoumax (input, &ptr, 10); in main()
91 result = strtoumax (input, &ptr, 10); in main()
101 result = strtoumax (input, &ptr, 10); in main()
111 result = strtoumax (input, &ptr, 10); in main()
121 result = strtoumax (input, &ptr, 10); in main()
[all …]
/dports/textproc/gnugrep/grep-3.7/gnulib-tests/
H A Dtest-strtoumax.c22 #ifndef strtoumax
39 result = strtoumax (input, &ptr, 10); in main()
49 result = strtoumax (input, &ptr, 10); in main()
59 result = strtoumax (input, &ptr, 10); in main()
69 result = strtoumax (input, &ptr, 10); in main()
81 result = strtoumax (input, &ptr, 10); in main()
91 result = strtoumax (input, &ptr, 10); in main()
101 result = strtoumax (input, &ptr, 10); in main()
111 result = strtoumax (input, &ptr, 10); in main()
121 result = strtoumax (input, &ptr, 10); in main()
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/modules/
H A Dstrtoumax2 strtoumax() function: convert string to 'uintmax_t'.
6 lib/strtoumax.c
8 m4/strtoumax.m4
19 AC_LIBOBJ([strtoumax])
22 gl_INTTYPES_MODULE_INDICATOR([strtoumax])
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dstrtoumax.texi1 @node strtoumax
2 @section @code{strtoumax}
3 @findex strtoumax
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/strtoumax.ht…
7 Gnulib module: strtoumax
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/modules/
H A Dstrtoumax2 strtoumax() function: convert string to 'uintmax_t'.
6 lib/strtoumax.c
7 m4/strtoumax.m4
18 AC_LIBOBJ([strtoumax])
21 gl_INTTYPES_MODULE_INDICATOR([strtoumax])
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dstrtoumax.texi1 @node strtoumax
2 @section @code{strtoumax}
3 @findex strtoumax
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strtoumax.html}
7 Gnulib module: strtoumax
/dports/print/a2ps/a2ps-4.13/m4/
H A Dxstrtoumax.m411 AC_CACHE_CHECK([whether <inttypes.h> defines strtoumax as a macro],
14 #ifdef strtoumax
21 AC_REPLACE_FUNCS(strtoumax)
26 dnl Also, only the replacement strtoumax invokes strtoull,
27 dnl so we need the replacement strtoull only if strtoumax does not exist.
/dports/net-p2p/microdc2/microdc2-0.15.6/m4/
H A Dstrtoumax.m41 # strtoumax.m4 serial 5
13 AC_CACHE_CHECK([whether <inttypes.h> defines strtoumax as a macro],
16 #ifdef strtoumax
23 AC_REPLACE_FUNCS(strtoumax)
30 # Prerequisites of lib/strtoumax.c.
/dports/shells/bash/bash-5.1/lib/sh/
H A Dstrtoumax.c58 #ifdef strtoumax
59 #undef strtoumax
63 strtoumax (ptr, endptr, base) in strtoumax() function
101 x = strtoumax("42", &endptr, 10); in main()
/dports/archivers/gtar/tar-1.34/m4/
H A Dstrtoumax.m41 # strtoumax.m4 serial 13
12 AC_CHECK_FUNCS_ONCE([strtoumax])
13 AC_CHECK_DECLS_ONCE([strtoumax])
24 # Prerequisites of lib/strtoumax.c.
/dports/sysutils/coreutils/coreutils-8.32/m4/
H A Dstrtoumax.m41 # strtoumax.m4 serial 13
12 AC_CHECK_FUNCS_ONCE([strtoumax])
13 AC_CHECK_DECLS_ONCE([strtoumax])
24 # Prerequisites of lib/strtoumax.c.
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/m4/
H A Dstrtoumax.m41 # strtoumax.m4 serial 13
12 AC_CHECK_FUNCS_ONCE([strtoumax])
13 AC_CHECK_DECLS_ONCE([strtoumax])
24 # Prerequisites of lib/strtoumax.c.
/dports/misc/findutils/findutils-4.8.0/gl/m4/
H A Dstrtoumax.m41 # strtoumax.m4 serial 13
12 AC_CHECK_FUNCS_ONCE([strtoumax])
13 AC_CHECK_DECLS_ONCE([strtoumax])
24 # Prerequisites of lib/strtoumax.c.
/dports/textproc/gnugrep/grep-3.7/m4/
H A Dstrtoumax.m41 # strtoumax.m4 serial 13
12 AC_CHECK_FUNCS_ONCE([strtoumax])
13 AC_CHECK_DECLS_ONCE([strtoumax])
24 # Prerequisites of lib/strtoumax.c.
/dports/ftp/lftp/lftp-4.9.2/m4/
H A Dstrtoumax.m41 # strtoumax.m4 serial 13
12 AC_CHECK_FUNCS_ONCE([strtoumax])
13 AC_CHECK_DECLS_ONCE([strtoumax])
24 # Prerequisites of lib/strtoumax.c.
/dports/textproc/datamash/datamash-1.7/m4/
H A Dstrtoumax.m41 # strtoumax.m4 serial 13
12 AC_CHECK_FUNCS_ONCE([strtoumax])
13 AC_CHECK_DECLS_ONCE([strtoumax])
24 # Prerequisites of lib/strtoumax.c.
/dports/net/gnu-dico/dico-2.10/m4/
H A Dstrtoumax.m41 # strtoumax.m4 serial 12
12 AC_CHECK_FUNCS_ONCE([strtoumax])
13 AC_CHECK_DECLS_ONCE([strtoumax])
24 # Prerequisites of lib/strtoumax.c.
/dports/net-mgmt/nagios-plugins/nagios-plugins-2.3.3/gl/m4/
H A Dstrtoumax.m41 # strtoumax.m4 serial 12
12 AC_CHECK_FUNCS_ONCE([strtoumax])
13 AC_CHECK_DECLS_ONCE([strtoumax])
24 # Prerequisites of lib/strtoumax.c.
/dports/devel/gnulib/gnulib-20140202-stable/m4/
H A Dstrtoumax.m41 # strtoumax.m4 serial 12
12 AC_CHECK_FUNCS_ONCE([strtoumax])
13 AC_CHECK_DECLS_ONCE([strtoumax])
24 # Prerequisites of lib/strtoumax.c.
/dports/misc/gnuls/coreutils-8.30/m4/
H A Dstrtoumax.m41 # strtoumax.m4 serial 12
12 AC_CHECK_FUNCS_ONCE([strtoumax])
13 AC_CHECK_DECLS_ONCE([strtoumax])
24 # Prerequisites of lib/strtoumax.c.

12345678910>>...53