Home
last modified time | relevance | path

Searched defs:DO_ERR (Results 1 – 2 of 2) sorted by relevance

/freebsd/bin/sh/
H A Dexec.h59 #define DO_ERR 0x01 /* prints errors */ macro
/freebsd/contrib/netbsd-tests/lib/libc/db/
H A Dt_db_hash_seq.c69 #define DO_ERR(msg, ...) ATF_REQUIRE_MSG(0, msg, __VA_ARGS__) macro
74 #define DO_ERR(fmt, ...) err(EXIT_FAILURE, fmt, __VA_ARGS__) macro