Lines Matching refs:efunc
50 static void (*efunc)(int, const char *, ...) = err; variable
55 void (*of)(int, const char *, ...) = efunc; in esetfunc()
56 efunc = ef == NULL ? (void (*)(int, const char *, ...))exit : ef; in esetfunc()
66 (*efunc)(1, in estrlcpy()
79 (*efunc)(1, in estrlcat()
91 (*efunc)(1, "Cannot copy string"); in estrdup()
100 (*efunc)(1, "Cannot copy string"); in estrndup()
109 (*efunc)(1, "Cannot allocate %zu bytes", n); in emalloc()
118 (*efunc)(1, "Cannot allocate %zu blocks of size %zu", n, s); in ecalloc()
127 (*efunc)(1, "Cannot re-allocate %zu bytes", n); in erealloc()
136 (*efunc)(1, "Cannot open `%s'", p); in efopen()
147 (*efunc)(1, "Cannot format string"); in easprintf()
157 (*efunc)(1, "Cannot format string"); in evasprintf()