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

  /src/bin/sh/
exec.h 58 #define DO_ERR 0x01 /* prints errors */
  /src/tests/lib/libc/db/
t_db_hash_seq.c 69 #define DO_ERR(msg, ...) ATF_REQUIRE_MSG(0, msg, __VA_ARGS__)
74 #define DO_ERR(fmt, ...) err(EXIT_FAILURE, fmt, __VA_ARGS__)
97 DO_ERR("%s: can't close db", __func__);
110 DO_ERR("%s: can't open `%s'", __func__,
146 DO_ERR("%s: failed", __func__);
175 DO_ERR("%s: failed", __func__);
206 DO_ERR("%s: failed", __func__);
235 DO_ERR("%s: failed", __func__);
254 DO_ERR("%s: cannot open `%s'", __func__, "foo");

Completed in 13 milliseconds