Lines Matching refs:efunc
51 static void (*efunc)(int, const char *, ...) = err; variable
56 void (*of)(int, const char *, ...) = efunc; in esetfunc()
57 efunc = ef == NULL ? (void (*)(int, const char *, ...))exit : ef; in esetfunc()
67 (*efunc)(1, in estrlcpy()
80 (*efunc)(1, in estrlcat()
92 (*efunc)(1, "Cannot copy string"); in estrdup()
101 (*efunc)(1, "Cannot copy string"); in estrndup()
110 (*efunc)(1, "Cannot allocate %zu bytes", n); in emalloc()
119 (*efunc)(1, "Cannot allocate %zu blocks of size %zu", n, s); in ecalloc()
128 (*efunc)(1, "Cannot re-allocate %zu bytes", n); in erealloc()
137 (*efunc)(1, "Cannot open `%s'", p); in efopen()
148 (*efunc)(1, "Cannot format string"); in easprintf()
158 (*efunc)(1, "Cannot format string"); in evasprintf()