Searched refs:DO_ERR (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/netbsd-tests/lib/libc/db/ |
H A D | t_db_hash_seq.c | 69 #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__); in state_close() 110 DO_ERR("%s: can't open `%s'", __func__, dbname); in state_open() 145 DO_ERR("%s: failed", __func__); in state_del() 174 DO_ERR("%s: failed", __func__); 205 DO_ERR("%s: failed", __func__); in state_put() 234 DO_ERR("%s: failed", __func__); in state_iterate() 253 DO_ERR("%s: cannot open `%s'", __func__, "foo"); in testdb()
|
/freebsd/bin/sh/ |
H A D | exec.h | 59 #define DO_ERR 0x01 /* prints errors */ macro
|
H A D | exec.c | 282 find_command(name, &entry, DO_ERR, pathval()); in hashcmd() 444 if (act & DO_ERR) { in find_command()
|