Home
last modified time | relevance | path

Searched refs:debug_print (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/regress/lib/libcrypto/x509/
H A Dx509name.c23 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 DCmd.pm92 $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 DSMTP.pm227 $self->debug_print(0, "(decoded) " . $str2 . "\n") if $self->debug;
234 $self->debug_print(1, "(decoded) " . $str . "\n") if $self->debug;
H A DPOP3.pm407 $cmd->debug_print(0, $str)
/openbsd-src/lib/libcbor/src/cbor/
H A Dcommon.h69 #define debug_print(fmt, ...) \ macro