Searched refs:errorbuf (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libdll/ |
H A D | dllerror.c | 43 return state.errorbuf; 49 sfsprintf(state.errorbuf, sizeof(state.errorbuf), "%s", s);
|
H A D | dllcheck.c | 44 sfsprintf(state.errorbuf, sizeof(state.errorbuf), "plugin_version() not found"); 45 errorf("dll", NiL, 1, "dllversion: %s: %s", path, state.errorbuf); 78 sfsprintf(state.errorbuf, sizeof(state.errorbuf), "plugin version %lu older than caller %lu", v, ver); 79 errorf("dll", NiL, 1, "dllcheck: %s: %s", path, state.errorbuf);
|
H A D | dlllib.h | 31 char errorbuf[128]; member in struct:Dllstate_s
|
Completed in 23 milliseconds