Lines Matching defs:efunc
50 static void (*efunc)(int, const char *, ...) = err;
61 void (*of)(int, const char *, ...) = efunc;
62 efunc = ef == NULL ? eexit : ef;
72 (*efunc)(1,
85 (*efunc)(1,
97 (*efunc)(1, "Cannot copy string");
106 (*efunc)(1, "Cannot copy string");
115 (*efunc)(1, "Cannot allocate %zu bytes", n);
124 (*efunc)(1, "Cannot allocate %zu blocks of size %zu", n, s);
133 (*efunc)(1, "Cannot re-allocate %zu bytes", n);
143 (*efunc)(1, "Cannot re-allocate %zu * %zu bytes", n, s);
152 (*efunc)(1, "Cannot open `%s'", p);
163 (*efunc)(1, "Cannot format string");
173 (*efunc)(1, "Cannot format string");
184 (*efunc)(1,
198 (*efunc)(1,