Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A Ddll_lib.c110 dll_lib(Dllnames_t* names, unsigned long version, Dllerror_f dllerrorf, void* disc) in dll_lib() argument
140 if (dllerrorf) in dll_lib()
141 (*dllerrorf)(NiL, disc, 2, "%s: library not found", names->name); in dll_lib()
154 if (dllerrorf) in dll_lib()
155 …(*dllerrorf)(NiL, disc, 2, "%s: %s: initialization function not found in library", names->path, sy… in dll_lib()