HomeSort by: relevance | last modified time | path
    Searched defs:efunc (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libutil/
efun.c 50 static void (*efunc)(int, const char *, ...) = err; variable in typeref:typename:void (*)(int,const char *,...)
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)
    [all...]
efun.c 50 static void (*efunc)(int, const char *, ...) = err; variable in typeref:typename:void (*)(int,const char *,...)
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)
    [all...]

Completed in 99 milliseconds