Home
last modified time | relevance | path

Searched refs:strtoimax (Results 1 – 25 of 1475) sorted by relevance

12345678910>>...59

/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/tests/include/pdclib/functions/inttypes/
H A Dstrtoimax.c59 TESTCASE( strtoimax( "123", NULL, 10 ) == 123 ); in main()
61 TESTCASE( strtoimax( "456", NULL, 0 ) == 456 ); in main()
63 TESTCASE( strtoimax( "14", NULL, 8 ) == 12 ); in main()
65 TESTCASE( strtoimax( "016", NULL, 0 ) == 14 ); in main()
67 TESTCASE( strtoimax( "0xFF", NULL, 0 ) == 255 ); in main()
69 TESTCASE( strtoimax( "0Xa1", NULL, 0 ) == 161 ); in main()
71 TESTCASE( strtoimax( tricky, &endptr, 0 ) == 0 ); in main()
74 TESTCASE( strtoimax( tricky, &endptr, 8 ) == 0 ); in main()
88 TESTCASE( strtoimax( " \n\v\t\f789", NULL, 0 ) == 789 ); in main()
90 TESTCASE( strtoimax( overflow, &endptr, 10 ) == 0 ); in main()
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/tests/
H A Dtest-strtoimax.c22 #ifndef strtoimax
39 result = strtoimax (input, &ptr, 10); in main()
49 result = strtoimax (input, &ptr, 10); in main()
59 result = strtoimax (input, &ptr, 10); in main()
69 result = strtoimax (input, &ptr, 10); in main()
81 result = strtoimax (input, &ptr, 10); in main()
91 result = strtoimax (input, &ptr, 10); in main()
101 result = strtoimax (input, &ptr, 10); in main()
111 result = strtoimax (input, &ptr, 10); in main()
121 result = strtoimax (input, &ptr, 10); in main()
[all …]
/dports/sysutils/coreutils/coreutils-8.32/gnulib-tests/
H A Dtest-strtoimax.c22 #ifndef strtoimax
39 result = strtoimax (input, &ptr, 10); in main()
49 result = strtoimax (input, &ptr, 10); in main()
59 result = strtoimax (input, &ptr, 10); in main()
69 result = strtoimax (input, &ptr, 10); in main()
81 result = strtoimax (input, &ptr, 10); in main()
91 result = strtoimax (input, &ptr, 10); in main()
101 result = strtoimax (input, &ptr, 10); in main()
111 result = strtoimax (input, &ptr, 10); in main()
121 result = strtoimax (input, &ptr, 10); in main()
[all …]
/dports/misc/gnuls/coreutils-8.30/gnulib-tests/
H A Dtest-strtoimax.c22 #ifndef strtoimax
39 result = strtoimax (input, &ptr, 10); in main()
49 result = strtoimax (input, &ptr, 10); in main()
59 result = strtoimax (input, &ptr, 10); in main()
69 result = strtoimax (input, &ptr, 10); in main()
81 result = strtoimax (input, &ptr, 10); in main()
91 result = strtoimax (input, &ptr, 10); in main()
101 result = strtoimax (input, &ptr, 10); in main()
111 result = strtoimax (input, &ptr, 10); in main()
121 result = strtoimax (input, &ptr, 10); in main()
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-strtoimax.c22 #ifndef strtoimax
39 result = strtoimax (input, &ptr, 10); in main()
49 result = strtoimax (input, &ptr, 10); in main()
59 result = strtoimax (input, &ptr, 10); in main()
69 result = strtoimax (input, &ptr, 10); in main()
81 result = strtoimax (input, &ptr, 10); in main()
91 result = strtoimax (input, &ptr, 10); in main()
101 result = strtoimax (input, &ptr, 10); in main()
111 result = strtoimax (input, &ptr, 10); in main()
121 result = strtoimax (input, &ptr, 10); in main()
[all …]
/dports/textproc/gnugrep/grep-3.7/gnulib-tests/
H A Dtest-strtoimax.c22 #ifndef strtoimax
39 result = strtoimax (input, &ptr, 10); in main()
49 result = strtoimax (input, &ptr, 10); in main()
59 result = strtoimax (input, &ptr, 10); in main()
69 result = strtoimax (input, &ptr, 10); in main()
81 result = strtoimax (input, &ptr, 10); in main()
91 result = strtoimax (input, &ptr, 10); in main()
101 result = strtoimax (input, &ptr, 10); in main()
111 result = strtoimax (input, &ptr, 10); in main()
121 result = strtoimax (input, &ptr, 10); in main()
[all …]
/dports/textproc/diffutils/diffutils-3.8/gnulib-tests/
H A Dtest-strtoimax.c22 #ifndef strtoimax
39 result = strtoimax (input, &ptr, 10); in main()
49 result = strtoimax (input, &ptr, 10); in main()
59 result = strtoimax (input, &ptr, 10); in main()
69 result = strtoimax (input, &ptr, 10); in main()
81 result = strtoimax (input, &ptr, 10); in main()
91 result = strtoimax (input, &ptr, 10); in main()
101 result = strtoimax (input, &ptr, 10); in main()
111 result = strtoimax (input, &ptr, 10); in main()
121 result = strtoimax (input, &ptr, 10); in main()
[all …]
/dports/archivers/sharutils/sharutils-4.15.2/m4/
H A Dstrtoimax.m41 # strtoimax.m4 serial 14
12 AC_CHECK_FUNCS_ONCE([strtoimax])
13 AC_CHECK_DECLS_ONCE([strtoimax])
20 dnl On AIX 5.1, strtoimax() fails for values outside the 'int' range.
22 AC_CACHE_CHECK([whether strtoimax works], [gl_cv_func_strtoimax],
36 res = strtoimax (s, &p, 10);
50 res = strtoimax (s, &p, 10);
76 # HP-UX 11.11 has "#define strtoimax(...) ..." but no function.
83 # Prerequisites of lib/strtoimax.c.
/dports/archivers/gtar/tar-1.34/m4/
H A Dstrtoimax.m41 # strtoimax.m4 serial 16
12 AC_CHECK_FUNCS_ONCE([strtoimax])
13 AC_CHECK_DECLS_ONCE([strtoimax])
20 dnl On AIX 5.1, strtoimax() fails for values outside the 'int' range.
22 AC_CACHE_CHECK([whether strtoimax works], [gl_cv_func_strtoimax],
36 res = strtoimax (s, &p, 10);
50 res = strtoimax (s, &p, 10);
78 # HP-UX 11.11 has "#define strtoimax(...) ..." but no function.
85 # Prerequisites of lib/strtoimax.c.
/dports/editors/emacs-devel/emacs-4d1968b/m4/
H A Dstrtoimax.m41 # strtoimax.m4 serial 16
12 AC_CHECK_FUNCS_ONCE([strtoimax])
13 AC_CHECK_DECLS_ONCE([strtoimax])
20 dnl On AIX 5.1, strtoimax() fails for values outside the 'int' range.
22 AC_CACHE_CHECK([whether strtoimax works], [gl_cv_func_strtoimax],
36 res = strtoimax (s, &p, 10);
50 res = strtoimax (s, &p, 10);
78 # HP-UX 11.11 has "#define strtoimax(...) ..." but no function.
85 # Prerequisites of lib/strtoimax.c.
/dports/devel/gnulib/gnulib-20140202-stable/m4/
H A Dstrtoimax.m41 # strtoimax.m4 serial 14
12 AC_CHECK_FUNCS_ONCE([strtoimax])
13 AC_CHECK_DECLS_ONCE([strtoimax])
20 dnl On AIX 5.1, strtoimax() fails for values outside the 'int' range.
22 AC_CACHE_CHECK([whether strtoimax works], [gl_cv_func_strtoimax],
36 res = strtoimax (s, &p, 10);
50 res = strtoimax (s, &p, 10);
76 # HP-UX 11.11 has "#define strtoimax(...) ..." but no function.
83 # Prerequisites of lib/strtoimax.c.
/dports/sysutils/coreutils/coreutils-8.32/m4/
H A Dstrtoimax.m41 # strtoimax.m4 serial 16
12 AC_CHECK_FUNCS_ONCE([strtoimax])
13 AC_CHECK_DECLS_ONCE([strtoimax])
20 dnl On AIX 5.1, strtoimax() fails for values outside the 'int' range.
22 AC_CACHE_CHECK([whether strtoimax works], [gl_cv_func_strtoimax],
36 res = strtoimax (s, &p, 10);
50 res = strtoimax (s, &p, 10);
78 # HP-UX 11.11 has "#define strtoimax(...) ..." but no function.
85 # Prerequisites of lib/strtoimax.c.
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/m4/
H A Dstrtoimax.m41 # strtoimax.m4 serial 16
12 AC_CHECK_FUNCS_ONCE([strtoimax])
13 AC_CHECK_DECLS_ONCE([strtoimax])
20 dnl On AIX 5.1, strtoimax() fails for values outside the 'int' range.
22 AC_CACHE_CHECK([whether strtoimax works], [gl_cv_func_strtoimax],
36 res = strtoimax (s, &p, 10);
50 res = strtoimax (s, &p, 10);
78 # HP-UX 11.11 has "#define strtoimax(...) ..." but no function.
85 # Prerequisites of lib/strtoimax.c.
/dports/textproc/gnugrep/grep-3.7/m4/
H A Dstrtoimax.m41 # strtoimax.m4 serial 16
12 AC_CHECK_FUNCS_ONCE([strtoimax])
13 AC_CHECK_DECLS_ONCE([strtoimax])
20 dnl On AIX 5.1, strtoimax() fails for values outside the 'int' range.
22 AC_CACHE_CHECK([whether strtoimax works], [gl_cv_func_strtoimax],
36 res = strtoimax (s, &p, 10);
50 res = strtoimax (s, &p, 10);
78 # HP-UX 11.11 has "#define strtoimax(...) ..." but no function.
85 # Prerequisites of lib/strtoimax.c.
/dports/textproc/diffutils/diffutils-3.8/m4/
H A Dstrtoimax.m41 # strtoimax.m4 serial 16
12 AC_CHECK_FUNCS_ONCE([strtoimax])
13 AC_CHECK_DECLS_ONCE([strtoimax])
20 dnl On AIX 5.1, strtoimax() fails for values outside the 'int' range.
22 AC_CACHE_CHECK([whether strtoimax works], [gl_cv_func_strtoimax],
36 res = strtoimax (s, &p, 10);
50 res = strtoimax (s, &p, 10);
78 # HP-UX 11.11 has "#define strtoimax(...) ..." but no function.
85 # Prerequisites of lib/strtoimax.c.
/dports/net/gnu-dico/dico-2.10/m4/
H A Dstrtoimax.m41 # strtoimax.m4 serial 15
12 AC_CHECK_FUNCS_ONCE([strtoimax])
13 AC_CHECK_DECLS_ONCE([strtoimax])
20 dnl On AIX 5.1, strtoimax() fails for values outside the 'int' range.
22 AC_CACHE_CHECK([whether strtoimax works], [gl_cv_func_strtoimax],
36 res = strtoimax (s, &p, 10);
50 res = strtoimax (s, &p, 10);
78 # HP-UX 11.11 has "#define strtoimax(...) ..." but no function.
85 # Prerequisites of lib/strtoimax.c.
/dports/editors/emacs/emacs-27.2/m4/
H A Dstrtoimax.m41 # strtoimax.m4 serial 15
13 AC_CHECK_FUNCS_ONCE([strtoimax])
14 AC_CHECK_DECLS_ONCE([strtoimax])
21 dnl On AIX 5.1, strtoimax() fails for values outside the 'int' range.
23 AC_CACHE_CHECK([whether strtoimax works], [gl_cv_func_strtoimax],
37 res = strtoimax (s, &p, 10);
51 res = strtoimax (s, &p, 10);
79 # HP-UX 11.11 has "#define strtoimax(...) ..." but no function.
86 # Prerequisites of lib/strtoimax.c.
/dports/misc/gnuls/coreutils-8.30/m4/
H A Dstrtoimax.m41 # strtoimax.m4 serial 15
12 AC_CHECK_FUNCS_ONCE([strtoimax])
13 AC_CHECK_DECLS_ONCE([strtoimax])
20 dnl On AIX 5.1, strtoimax() fails for values outside the 'int' range.
22 AC_CACHE_CHECK([whether strtoimax works], [gl_cv_func_strtoimax],
36 res = strtoimax (s, &p, 10);
50 res = strtoimax (s, &p, 10);
78 # HP-UX 11.11 has "#define strtoimax(...) ..." but no function.
85 # Prerequisites of lib/strtoimax.c.
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/modules/
H A Dstrtoimax2 strtoimax() function: convert string to 'intmax_t'.
5 lib/strtoimax.c
6 m4/strtoimax.m4
17 AC_LIBOBJ([strtoimax])
20 gl_INTTYPES_MODULE_INDICATOR([strtoimax])
/dports/devel/gnulib/gnulib-20140202-stable/modules/
H A Dstrtoimax2 strtoimax() function: convert string to 'intmax_t'.
5 lib/strtoimax.c
6 m4/strtoimax.m4
18 AC_LIBOBJ([strtoimax])
21 gl_INTTYPES_MODULE_INDICATOR([strtoimax])
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dstrtoimax.texi1 @node strtoimax
2 @section @code{strtoimax}
3 @findex strtoimax
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/strtoimax.ht…
7 Gnulib module: strtoimax
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dstrtoimax.texi1 @node strtoimax
2 @section @code{strtoimax}
3 @findex strtoimax
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strtoimax.html}
7 Gnulib module: strtoimax
/dports/net-p2p/microdc2/microdc2-0.15.6/m4/
H A Dstrtoimax.m41 # strtoimax.m4 serial 5
13 AC_CACHE_CHECK([whether <inttypes.h> defines strtoimax as a macro],
16 #ifdef strtoimax
23 AC_REPLACE_FUNCS(strtoimax)
30 # Prerequisites of lib/strtoimax.c.
/dports/sysutils/tmpwatch/tmpwatch-2.11/m4/
H A Dstrtoimax.m41 # strtoimax.m4 serial 6
13 AC_CACHE_CHECK([whether <inttypes.h> defines strtoimax as a macro],
16 #ifdef strtoimax
23 AC_REPLACE_FUNCS(strtoimax)
30 # Prerequisites of lib/strtoimax.c.
/dports/shells/bash/bash-5.1/lib/sh/
H A Dstrtoimax.c58 #ifdef strtoimax
59 #undef strtoimax
63 strtoimax (ptr, endptr, base) in strtoimax() function
101 x = strtoimax("42", &endptr, 10); in main()

12345678910>>...59