Searched refs:DO_ERR (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/bin/sh/
H A Dexec.h61 #define DO_ERR 0x01 /* prints errors */ macro
H A Dexec.c294 find_command(name, &entry, DO_ERR, pathval());
456 if (act & DO_ERR) {
/freebsd-12-stable/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
97 DO_ERR("%s: can't close db", __func__);
110 DO_ERR("%s: can't open `%s'", __func__, dbname);
145 DO_ERR("%s: failed", __func__);
174 DO_ERR("%s: failed", __func__);
205 DO_ERR("%s: failed", __func__);
234 DO_ERR("%s: failed", __func__);
253 DO_ERR("%s: cannot open `%s'", __func__, "foo");

Completed in 66 milliseconds