Lines Matching defs:path
31 * path!=0 enables library level diagnostics
35 dllversion(void* dll, const char* path)
41 if (path)
45 errorf("dll", NiL, 1, "%s: %s", path, state.errorbuf);
51 * check if dll on path has plugin version >= ver
53 * path!=0 enables library level diagnostics
58 dllcheck(void* dll, const char* path, unsigned long ver, unsigned long* cur)
66 v = dllversion(dll, path);
76 if (path)
80 errorf("dll", NiL, 1, "%s: %s", path, state.errorbuf);