Searched refs:debug_print (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/regress/lib/libcrypto/x509/ |
| H A D | x509name.c | 23 static void debug_print(X509_NAME *); 26 debug_print(X509_NAME *name) in debug_print() function 49 debug_print(name); in main() 53 debug_print(name); in main() 57 debug_print(name); in main()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/libnet/lib/Net/ |
| H A D | Cmd.pm | 92 $cmd->debug_print(1, "${spc}${pkg}${v}\n"); 150 sub debug_print { subroutine 291 $cmd->debug_print(1, $str) 407 $cmd->debug_print(0, $str) 438 $cmd->debug_print(0, $str) 486 $cmd->debug_print(1, "$b\n"); 559 $cmd->debug_print(1, ".\n")
|
| H A D | SMTP.pm | 227 $self->debug_print(0, "(decoded) " . $str2 . "\n") if $self->debug; 234 $self->debug_print(1, "(decoded) " . $str . "\n") if $self->debug;
|
| H A D | POP3.pm | 407 $cmd->debug_print(0, $str)
|
| /openbsd-src/lib/libcbor/src/cbor/ |
| H A D | common.h | 69 #define debug_print(fmt, ...) \ macro
|