core.sys.freebsd.err

D header file for FreeBSD err.h.

Types 1

aliasExitFunction = void function(int)

Functions 14

fnvoid err(int eval, scope const char * fmt, ...) extern(C) nothrow @nogc
fnvoid errc(int eval, int code, scope const char * fmt, ...) extern(C) nothrow @nogc
fnvoid errx(int eval, scope const char * fmt, ...) extern(C) nothrow @nogc
fnvoid warn(scope const char * fmt, ...) extern(C) nothrow @nogc
fnvoid warnc(int code, scope const char * fmt, ...) extern(C) nothrow @nogc
fnvoid warnx(scope const char * fmt, ...) extern(C) nothrow @nogc
fnvoid verr(int eval, scope const char * fmt, va_list args) extern(C) nothrow @nogc
fnvoid verrc(int eval, int code, scope const char * fmt, va_list args) extern(C) nothrow @nogc
fnvoid verrx(int eval, scope const char * fmt, va_list args) extern(C) nothrow @nogc
fnvoid vwarn(scope const char * fmt, va_list args) extern(C) nothrow @nogc
fnvoid vwarnc(int code, scope const char * fmt, va_list args) extern(C) nothrow @nogc
fnvoid vwarnx(scope const char * fmt, va_list args) extern(C) nothrow @nogc
fnvoid err_set_file(void * vfp) extern(C) nothrow @nogc
fnvoid err_set_exit(ExitFunction exitf) extern(C) nothrow @nogc