Searched refs:ERRSV (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-perl/
H A Dperl_back.h57 # define ERRSV GvSV(errgv) macro
H A Dconfig.c183 if (SvTRUE(ERRSV)) {
187 c->log, SvPV(ERRSV, len ));
/netbsd-current/external/mpl/bind/dist/contrib/dlz/modules/perl/
H A Ddlz_perl_driver.c155 if (SvTRUE(ERRSV)) {
159 SvPV_nolen(ERRSV));
252 if (SvTRUE(ERRSV)) {
261 SvPV_nolen(ERRSV));
329 if (SvTRUE(ERRSV)) {
337 SvPV_nolen(ERRSV));
413 if (SvTRUE(ERRSV)) {
416 SvPV_nolen(ERRSV));
663 if (SvTRUE(ERRSV)) {
666 dlzname, SvPV_nolen(ERRSV));
[all...]
/netbsd-current/external/bsd/nvi/dist/perl_api/
H A Dperl.xs55 #ifndef ERRSV
56 #define ERRSV GvSV(errgv)
130 sv_setpv(ERRSV,"");
338 err = SvPV(ERRSV, length);
435 estr = SvPV(ERRSV,length);
446 estr = SvPV(ERRSV, length);
1016 sv_catpv(ERRSV,warning);
/netbsd-current/crypto/external/bsd/netpgp/dist/bindings/perl/
H A Dnetpgpperl_wrap.c782 #ifndef ERRSV
783 # define ERRSV get_sv("@",FALSE) macro
992 SV *err=ERRSV;

Completed in 191 milliseconds