Home
last modified time | relevance | path

Searched refs:PRIsize (Results 1 – 14 of 14) sorted by relevance

/netbsd/crypto/external/bsd/netpgp/dist/src/libverify/
H A Ddump.c37 #ifndef PRIsize
38 #define PRIsize "z" macro
53 "%.5" PRIsize "u | ", i); in hexdump()
/netbsd/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dmisc.c70 #ifndef PRIsize
71 #define PRIsize "z" macro
87 "%.5" PRIsize "u | ", i); in netpgp_hexdump()
/netbsd/external/bsd/libpcap/dist/pcap/
H A Dpcap-inttypes.h114 #define PRIsize "Iu" macro
125 #define PRIsize "zu" macro
/netbsd/crypto/external/bsd/netpgp/dist/src/lib/
H A Dnetpgpdefs.h35 #define PRIsize "I" macro
37 #define PRIsize "z" macro
H A Dmisc.c296 "allocation failure for %" PRIsize "u bytes", size); in pgp_new()
1150 (void) fprintf(fp, "[%" PRIsize "u char%s]\n", length, (length == 1) ? "" : "s"); in hexdump()
1153 (void) fprintf(fp, "%.5" PRIsize "u | ", i); in hexdump()
H A Dcompress.c138 "zlib_compressed_data_reader: length %" PRIsize "d\n", in zlib_compressed_data_reader()
H A Dcrypto.c489 (void) fprintf(stderr, "can't allocate %" PRIsize "d bytes\n", in pgp_decrypt_file()
H A Dwriter.c1186 "writing %" PRIsize "u + %u + %" PRIsize "u\n", in pgp_write_se_ip_pktset()
H A Dcreate.c1265 (void) fprintf(stderr, "can't allocate %" PRIsize "d\n", in pgp_write_symm_enc_data()
H A Dkeyring.c1028 "MATCHED keyid \"%s\" len %" PRIsize "u\n", in getkeybyname()
/netbsd/external/bsd/libpcap/dist/
H A Dsf-pcap.c203 "truncated dump file; tried to read %" PRIsize " file header bytes, only got %" PRIsize, in pcap_check_header()
471 "truncated dump file; tried to read %" PRIsize " header bytes, only got %" PRIsize, in pcap_next_packet()
631 "truncated dump file; tried to read %u captured bytes, only got %" PRIsize, in pcap_next_packet()
655 "truncated dump file; tried to read %u captured bytes, only got %" PRIsize, in pcap_next_packet()
707 "truncated dump file; tried to read %u captured bytes, only got %" PRIsize, in pcap_next_packet()
H A Dsf-pcapng.c269 "truncated pcapng dump file; tried to read %" PRIsize " bytes, only got %" PRIsize, in read_bytes()
305 "block in pcapng dump file has a length of %u < %" PRIsize, in read_block()
319 "block in pcapng dump file has a length of %u that is not a multiple of 4" PRIsize, in read_block()
862 …"Section Header Block in pcapng dump file has invalid length %" PRIsize " < _%u_ < %u (BT_SHB_INSA… in pcap_ng_check_header()
H A Dsavefile.c403 "truncated dump file; tried to read %" PRIsize " file header bytes, only got %" PRIsize, in pcap_fopen_offline_with_tstamp_precision()
/netbsd/crypto/external/bsd/netpgp/dist/
H A DTODO36 use PRIsize appropriately