Home
last modified time | relevance | path

Searched refs:PRIiMAX (Results 1 – 25 of 601) sorted by relevance

12345678910>>...25

/dports/lang/guile1/guile-1.8.8/test-suite/standalone/
H A Dtest-conversion.c32 #ifndef PRIiMAX
34 # define PRIiMAX "lli" macro
37 # define PRIiMAX "li" macro
51 "%" PRIiMAX ", %" PRIiMAX ") == %d\n", in test_1()
258 "%" PRIiMAX ", %" PRIiMAX ") -> out of range\n", in test_3()
271 "%" PRIiMAX", %" PRIiMAX ") -> wrong type\n", in test_3()
285 "%" PRIiMAX ", %" PRIiMAX ") = %" PRIiMAX "\n", in test_3()
476 fprintf (stderr, "fail: scm_from_signed_integer (%" PRIiMAX ") == %s\n", in test_5()
538 fprintf (stderr, "fail: %s (%" PRIiMAX ") == %s\n", func, c_n, result); in test_7s()
611 "fail: %s (%s) = %" PRIiMAX "\n", func_name, str, result); in test_8s()
[all …]
/dports/lang/guile2/guile-2.2.7/test-suite/standalone/
H A Dtest-conversion.c33 #ifndef PRIiMAX
35 # define PRIiMAX "lli" macro
38 # define PRIiMAX "li" macro
52 "%" PRIiMAX ", %" PRIiMAX ") == %d\n", in test_1()
259 "%" PRIiMAX ", %" PRIiMAX ") -> out of range\n", in test_3()
272 "%" PRIiMAX", %" PRIiMAX ") -> wrong type\n", in test_3()
286 "%" PRIiMAX ", %" PRIiMAX ") = %" PRIiMAX "\n", in test_3()
477 fprintf (stderr, "fail: scm_from_signed_integer (%" PRIiMAX ") == %s\n", in test_5()
539 fprintf (stderr, "fail: %s (%" PRIiMAX ") == %s\n", func, c_n, result); in test_7s()
612 "fail: %s (%s) = %" PRIiMAX "\n", func_name, str, result); in test_8s()
[all …]
/dports/lang/guile/guile-3.0.7/test-suite/standalone/
H A Dtest-conversion.c34 #ifndef PRIiMAX
36 # define PRIiMAX "lli" macro
39 # define PRIiMAX "li" macro
53 "%" PRIiMAX ", %" PRIiMAX ") == %d\n", in test_1()
260 "%" PRIiMAX ", %" PRIiMAX ") -> out of range\n", in test_3()
273 "%" PRIiMAX", %" PRIiMAX ") -> wrong type\n", in test_3()
287 "%" PRIiMAX ", %" PRIiMAX ") = %" PRIiMAX "\n", in test_3()
478 fprintf (stderr, "fail: scm_from_signed_integer (%" PRIiMAX ") == %s\n", in test_5()
540 fprintf (stderr, "fail: %s (%" PRIiMAX ") == %s\n", func, c_n, result); in test_7s()
613 "fail: %s (%s) = %" PRIiMAX "\n", func_name, str, result); in test_8s()
[all …]
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/libs/mpg123/
H A Dcompat.h123 …!(defined PLAIN_C89) && (defined SIZEOF_OFF_T) && (SIZEOF_OFF_T > SIZEOF_LONG) && (defined PRIiMAX)
124 # define OFF_P PRIiMAX
139 …fined PLAIN_C89) && (defined SIZEOF_SSIZE_T) && (SIZEOF_SSIZE_T > SIZEOF_LONG) && (defined PRIiMAX)
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/src/compat/
H A Dcompat.h123 …!(defined PLAIN_C89) && (defined SIZEOF_OFF_T) && (SIZEOF_OFF_T > SIZEOF_LONG) && (defined PRIiMAX)
124 # define OFF_P PRIiMAX
139 …fined PLAIN_C89) && (defined SIZEOF_SSIZE_T) && (SIZEOF_SSIZE_T > SIZEOF_LONG) && (defined PRIiMAX)
/dports/audio/mpg123/mpg123-1.29.3/src/compat/
H A Dcompat.h134 #if (defined SIZEOF_OFF_T) && (SIZEOF_OFF_T > SIZEOF_LONG) && (defined PRIiMAX)
135 # define OFF_P PRIiMAX
150 #if (defined SIZEOF_SSIZE_T) && (SIZEOF_SSIZE_T > SIZEOF_LONG) && (defined PRIiMAX)
/dports/audio/mpg123/mpg123-1.29.3/doc/examples/
H A Ddump_seekindex.c38 …printf("Frame number %"PRIiMAX": file offset %"PRIiMAX"\n", (intmax_t)(i * step), (intmax_t)offset… in main()
/dports/security/suricata/suricata-6.0.4/src/
H A Dutil-byte.c553 "(%" PRIi64 " > %" PRIiMAX ")\n", i64, (intmax_t)INT_MAX); in ByteExtractStringInt32()
577 "(%" PRIi64 " > %" PRIiMAX ")\n", i64, (intmax_t)SHRT_MAX); in ByteExtractStringInt16()
601 "(%" PRIi64 " > %" PRIiMAX ")\n", i64, (intmax_t)CHAR_MAX); in ByteExtractStringInt8()
630 "(%" PRIi64 " > %" PRIiMAX ")\n", i64, (intmax_t)INT_MAX); in StringParseInt32()
654 "(%" PRIi64 " > %" PRIiMAX ")\n", i64, (intmax_t)SHRT_MAX); in StringParseInt16()
678 "(%" PRIi64 " > %" PRIiMAX ")\n", i64, (intmax_t)CHAR_MAX); in StringParseInt8()
726 "(%" PRIi64 " > %" PRIiMAX ")\n", i64, (intmax_t)INT_MAX); in StringParseI32RangeCheck()
755 "(%" PRIi64 " > %" PRIiMAX ")\n", i64, (intmax_t)SHRT_MAX); in StringParseI16RangeCheck()
784 "(%" PRIi64 " > %" PRIiMAX ")\n", i64, (intmax_t)CHAR_MAX); in StringParseI8RangeCheck()
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/proto/
H A Dinttypes.h121 #define PRIiMAX "lli" macro
128 #define PRIiMAX "lli" macro
135 #define PRIiMAX "li" macro
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/clang/
H A Dinttypes.h131 #define PRIiMAX "lli" macro
138 #define PRIiMAX "lli" macro
145 #define PRIiMAX "li" macro
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/sdcc/
H A Dinttypes.h139 #define PRIiMAX "lli" macro
146 #define PRIiMAX "lli" macro
153 #define PRIiMAX "li" macro
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/sccz80/
H A Dinttypes.h137 #define PRIiMAX "lli" macro
144 #define PRIiMAX "lli" macro
151 #define PRIiMAX "li" macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/mips/include/
H A Dint_fmtio.h100 #define PRIiMAX "li" /* intmax_t */ macro
103 #define PRIiMAX "lli" /* intmax_t */ macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/sparc/include/
H A Dint_fmtio.h106 #define PRIiMAX "li" /* intmax_t */ macro
108 #define PRIiMAX "lli" /* intmax_t */ macro
/dports/sysutils/cmockery2/cmockery2-1.3.8/src/cmockery/
H A Dcmockery.h58 #ifndef PRIiMAX
59 #define PRIiMAX "I64i" macro
79 #ifndef PRIiMAX
80 #define PRIiMAX "lli" macro
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/ports/MSVC++/
H A Dmpg123.h18 #define PRIiMAX "I64i" macro
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/mpg123decoder/include/
H A Dmpg123.h18 #define PRIiMAX "I64i" macro
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/test/cmockery/
H A Dcmockery.h60 #ifndef PRIiMAX
61 #define PRIiMAX "I64i" macro
81 #ifndef PRIiMAX
82 #define PRIiMAX "lli" macro
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/stdc/
H A Dinttypes.d336 enum _cstr PRIiMAX = PRIi64; in version() local
386 enum _cstr PRIiMAX = PRIi32; variable
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/stdc/
H A Dinttypes.d336 enum _cstr PRIiMAX = PRIi64; in version() local
386 enum _cstr PRIiMAX = PRIi32; variable
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/stdc/
H A Dinttypes.d336 enum _cstr PRIiMAX = PRIi64; in version() local
386 enum _cstr PRIiMAX = PRIi32; variable
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/stdc/
H A Dinttypes.d336 enum _cstr PRIiMAX = PRIi64; in version() local
386 enum _cstr PRIiMAX = PRIi32; variable
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/stdc/
H A Dinttypes.d336 enum _cstr PRIiMAX = PRIi64; in version() local
386 enum _cstr PRIiMAX = PRIi32; variable
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/stdc/
H A Dinttypes.d336 enum _cstr PRIiMAX = PRIi64; in version() local
386 enum _cstr PRIiMAX = PRIi32; variable
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/stdc/
H A Dinttypes.d336 enum _cstr PRIiMAX = PRIi64; in version() local
386 enum _cstr PRIiMAX = PRIi32; variable

12345678910>>...25