Lines Matching refs:efunc
50 static void (*efunc)(int, const char *, ...) = err; variable
61 void (*of)(int, const char *, ...) = efunc; in esetfunc()
62 efunc = ef == NULL ? eexit : ef; in esetfunc()
72 (*efunc)(1, in estrlcpy()
85 (*efunc)(1, in estrlcat()
97 (*efunc)(1, "Cannot copy string"); in estrdup()
106 (*efunc)(1, "Cannot copy string"); in estrndup()
115 (*efunc)(1, "Cannot allocate %zu bytes", n); in emalloc()
124 (*efunc)(1, "Cannot allocate %zu blocks of size %zu", n, s); in ecalloc()
133 (*efunc)(1, "Cannot re-allocate %zu bytes", n); in erealloc()
143 (*efunc)(1, "Cannot re-allocate %zu * %zu bytes", n, s); in ereallocarr()
152 (*efunc)(1, "Cannot open `%s'", p); in efopen()
163 (*efunc)(1, "Cannot format string"); in easprintf()
173 (*efunc)(1, "Cannot format string"); in evasprintf()
184 (*efunc)(1, in estrtoi()
198 (*efunc)(1, in estrtou()