Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/ext/DynaLoader/
Ddl_dyld.xs77 static char *OFIErrorStrings[] = in TranslateError() local
87 #define NUM_OFI_ERRORS (sizeof(OFIErrorStrings) / sizeof(OFIErrorStrings[0])) in TranslateError()
95 error = Perl_form_nocontext(OFIErrorStrings[index], path, number); in TranslateError()