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

/openbsd-current/gnu/usr.bin/perl/ext/DynaLoader/
H A Ddlutils.c48 #define dl_last_error (SvPVX(MY_CXT.x_dl_last_error)) macro
139 /* SaveError() takes printf style args and saves the result in dl_last_error */
159 /* Copy message into dl_last_error (including terminating null char) */
161 DLDEBUG(2,PerlIO_printf(Perl_debug_log, "DynaLoader: stored error msg '%s'\n",dl_last_error));
H A Ddl_dyld.xs58 return dl_last_error;
H A Ddl_freemint.xs76 DLDEBUG(1,PerlIO_printf(Perl_debug_log, "%s", dl_last_error));
H A Ddl_vms.xs87 #include "dlutils.c" /* dl_debug, dl_last_error; SaveError not used */
95 /* $PutMsg action routine - records error message in dl_last_error */
107 DLDEBUG(2,PerlIO_printf(Perl_debug_log, "Saved error message: %s\n", dl_last_error));
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dbisect-runner.pl4472 dl_last_error = savepv(error);

Completed in 242 milliseconds