Searched refs:dllcheck (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libdll/ |
H A D | Makefile | 8 dllnext.c dlllook.c dllscan.c dllcheck.c dllerror.c \
|
H A D | dllcheck.c | 58 dllcheck(void* dll, const char* path, unsigned long ver, unsigned long* cur) function 79 errorf("dll", NiL, 1, "dllcheck: %s: %s", path, state.errorbuf);
|
H A D | dllplug.c | 57 if (!dllcheck(dll, dle->path, rel, cur)) 111 if (!dllcheck(dll, name, rel, cur))
|
/ast/src/cmd/pax/ |
H A D | misc.c | 52 if (dllcheck(dll, dle->path, PAX_PLUGIN_VERSION, NiL) &&
|
Completed in 10 milliseconds