Symbol: PRId32
usr/src/cmd/cpio/cpio.c
7076
(void) printf("%3" PRId32 ",%3" PRId32 " ",
usr/src/cmd/fs.d/ufs/fstyp/fstyp.c
483
(void) fprintf(fout, "\tlogical block\t%" PRId32
usr/src/cmd/fs.d/ufs/fstyp/fstyp.c
484
"\tphysical block\t%" PRId32
usr/src/cmd/fs.d/ufs/fstyp/fstyp.c
485
"\tblocks\t%" PRId32 "\n",
usr/src/cmd/fs.d/ufs/fstyp/fstyp.c
505
(void) fprintf(fout, "bol\t\t%" PRId32 "\t\teol\t\t%" PRId32 "\n",
usr/src/cmd/fs.d/ufs/fstyp/fstyp.c
514
"head\t\t%" PRId32 "\t\thead ident\t%#" PRIx32 "\n",
usr/src/cmd/fs.d/ufs/fstyp/fstyp.c
517
"tail\t\t%" PRId32 "\t\ttail ident\t%#" PRIx32 "\n",
usr/src/cmd/picl/prtpicl/prtpicl.c
230
(void) printf(" %" PRId32 " ", *(int32_t *)vbuf);
usr/src/cmd/smbsrv/smbadm/smbinfo.c
394
(void) snprintf(buf, buflen, "%" PRId32, ui->ui_native_os);
usr/src/cmd/zpool/zpool_main.c
5637
(void) sprintf(strval, "%" PRId32, intval);
usr/src/cmd/zpool/zpool_main.c
775
(void) sprintf(strval, "%" PRId32, intval);
usr/src/cmd/zpool/zpool_vdev.c
499
"property: only values between %" PRId32 " "
usr/src/cmd/zpool/zpool_vdev.c
500
"and %" PRId32 " are allowed.\n"),
usr/src/lib/libzfs/common/libzfs_pool.c
556
"between %" PRId32 " and %" PRId32 " "
usr/src/test/os-tests/tests/ksensor/ksensor_basic.c
91
warnx("TEST FAILED: %s: expected gran %" PRId32 ", but found "
usr/src/test/os-tests/tests/ksensor/ksensor_basic.c
92
"%" PRId32, st->st_path, st->st_gran, scalar.sis_gran);
usr/src/uts/common/sys/int_fmtio.h
103
#define PRIdFAST16 PRId32
usr/src/uts/common/sys/int_fmtio.h
104
#define PRIdLEAST32 PRId32
usr/src/uts/common/sys/int_fmtio.h
105
#define PRIdFAST32 PRId32