Searched refs:printerrors (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/ |
| H A D | crypto.c | 457 const int printerrors = 1; in pgp_decrypt_file() local 525 pgp_parse(parse, printerrors); in pgp_decrypt_file() 563 const int printerrors = 1; in pgp_decrypt_buf() local 597 pgp_parse(parse, printerrors); in pgp_decrypt_buf()
|
| H A D | validate.c | 692 const int printerrors = 1; in pgp_validate_key_sigs() local 711 pgp_parse(stream, !printerrors); in pgp_validate_key_sigs() 799 const int printerrors = 1; in pgp_validate_file() local 858 pgp_parse(parse, !printerrors); in pgp_validate_file() 930 const int printerrors = 1; in pgp_validate_mem() local 954 pgp_parse(stream, !printerrors); in pgp_validate_mem()
|
| H A D | compress.c | 297 const int printerrors = 1; in pgp_decompress() local 400 ret = pgp_parse(stream, !printerrors); in pgp_decompress()
|
| H A D | keyring.c | 322 const int printerrors = 1; in pgp_decrypt_seckey() local 332 pgp_parse(stream, !printerrors); in pgp_decrypt_seckey() 342 pgp_parse(stream, !printerrors); in pgp_decrypt_seckey()
|
| H A D | misc.c | 200 const int printerrors = 1; in pgp_parse_and_accumulate() local 215 ret = pgp_parse(parse, !printerrors); in pgp_parse_and_accumulate()
|
| H A D | packet-parse.c | 2941 const int printerrors = 1; in decrypt_se_data() local 2971 r = pgp_parse(stream, !printerrors); in decrypt_se_data() 3001 const int printerrors = 1; in decrypt_se_ip_data() local 3012 r = pgp_parse(stream, !printerrors); in decrypt_se_ip_data()
|
| H A D | packet-print.c | 1457 const int printerrors = 1; in pgp_list_packets() local 1470 pgp_parse(stream, printerrors); in pgp_list_packets()
|
| /netbsd-src/usr.bin/error/ |
| H A D | main.c | 164 printerrors(true, nerrors, errors); in main() 167 printerrors(false, nerrors, errors); in main()
|
| H A D | error.h | 277 void printerrors(bool, int, Eptr []);
|
| H A D | subr.c | 273 printerrors(bool look_at_subclass, int errorc, Eptr errorv[]) in printerrors() function
|