Searched refs:errorbuf (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libdll/
H A Ddllerror.c43 return state.errorbuf;
49 sfsprintf(state.errorbuf, sizeof(state.errorbuf), "%s", s);
H A Ddllcheck.c44 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 Ddlllib.h31 char errorbuf[128]; member in struct:Dllstate_s

Completed in 23 milliseconds