HomeSort by: relevance | last modified time | path
    Searched refs:PRId8 (Results 1 - 25 of 85) sorted by relevancy

1 2 3 4

  /src/external/gpl2/gettext/dist/gettext-tools/tests/
format-c-4-prg.c 38 #if !defined PRId8 || PRI_MACROS_BROKEN
39 # undef PRId8
40 # define PRId8 "d"
62 s = ngettext ("father of %"PRId8" child", "father of %"PRId8" children", n);
format-c-3-prg.c 38 #if !defined PRId8 || PRI_MACROS_BROKEN
39 # undef PRId8
40 # define PRId8 "d"
62 s = gettext ("father of %"PRId8" children");
  /src/sys/arch/alpha/include/
int_fmtio.h 44 #define PRId8 "d" /* int8_t */
  /src/sys/arch/amd64/include/
int_fmtio.h 47 #define PRId8 "d" /* int8_t */
  /src/sys/arch/hppa/include/
int_fmtio.h 44 #define PRId8 "d" /* int8_t */
  /src/sys/arch/i386/include/
int_fmtio.h 45 #define PRId8 "d" /* int8_t */
  /src/sys/arch/ia64/include/
int_fmtio.h 44 #define PRId8 "d" /* int8_t */
  /src/sys/arch/m68k/include/
int_fmtio.h 44 #define PRId8 "d" /* int8_t */
  /src/sys/arch/or1k/include/
int_fmtio.h 43 #define PRId8 "d" /* int8_t */
  /src/sys/arch/sh3/include/
int_fmtio.h 44 #define PRId8 "d" /* int8_t */
  /src/sys/arch/vax/include/
int_fmtio.h 44 #define PRId8 "d" /* int8_t */
  /src/external/bsd/pdisk/dist/
layout_dump.c 128 case 1: printf("%"PRId8"\n", (int8_t)value); break;
  /src/sys/arch/atari/stand/binpatch/
binpatch.c 261 printf("/%" PRId8, sval8);
302 printf("/%" PRId8, sval8);
  /src/sys/arch/arm/include/
int_fmtio.h 43 #define PRId8 "d" /* int8_t */
  /src/sys/arch/mips/include/
int_fmtio.h 44 #define PRId8 "d" /* int8_t */
  /src/sys/arch/powerpc/include/
int_fmtio.h 44 #define PRId8 "d" /* int8_t */
  /src/sys/arch/riscv/include/
int_fmtio.h 43 #define PRId8 "hhd" /* int8_t */
  /src/sys/arch/sparc/include/
int_fmtio.h 44 #define PRId8 "d" /* int8_t */
  /src/external/gpl3/gdb/dist/gnulib/import/
inttypes.in.h 81 #if !defined PRId8
83 # define PRId8 "d"
  /src/external/gpl3/gdb.old/dist/gnulib/import/
inttypes.in.h 81 #if !defined PRId8
83 # define PRId8 "d"
  /src/lib/libintl/
sysdep.c 72 T_(PRId8),
  /src/sys/sys/
common_int_fmtio.h 44 #define PRId8 __INT8_FMTd__
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
loadmsgcat.c 107 #if !defined PRId8 || PRI_MACROS_BROKEN
108 # undef PRId8
109 # define PRId8 "d"
527 return PRId8;
  /src/external/gpl2/texinfo/dist/intl/
loadmsgcat.c 101 #if !defined PRId8 || PRI_MACROS_BROKEN
102 # undef PRId8
103 # define PRId8 "d"
520 return PRId8;
  /src/external/gpl3/gcc.old/dist/intl/
loadmsgcat.c 99 #if !defined PRId8 || PRI_MACROS_BROKEN
100 # undef PRId8
101 # define PRId8 "d"
524 return PRId8;

Completed in 28 milliseconds

1 2 3 4