Searched refs:SaveError (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A Ddl_dlopen.xs73 SaveError function is used to save the error as soon as it happens.
112 SaveError("%s",dlerror()) ;
114 Note that SaveError() takes a printf format string. Use a "%s" as
143 #include "dlutils.c" /* SaveError() etc */
195 SaveError(aTHX_ "%s",dlerror()) ;
208 SaveError(aTHX_ "%s", dlerror()) ;
232 SaveError(aTHX_ "%s",dlerror()) ;
H A Ddlutils.c113 /* SaveError() takes printf style args and saves the result in dl_last_error */
115 SaveError(pTHX_ char* pat, ...) function

Completed in 104 milliseconds