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

/freebsd-11-stable/lib/libc/gen/
H A Dsetjmperr.c51 #define ERRMSG "longjmp botch.\n" macro
52 (void)_write(STDERR_FILENO, ERRMSG, sizeof(ERRMSG) - 1);
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/tools/
H A Ddtest.sh58 ERRMSG="dtrace exited with status ${status}, expected ${exstatus}"
61 ERRMSG="dtrace's error output did not contain expected tag ${tag}"
77 ERRMSG="script exited with status ${status}, expected ${exstatus}"
82 ERRMSG="unexpected test file name $TFILE"
104 ERRMSG="test output mismatch"
109 echo "test $TFILE failed: $ERRMSG" >&2
/freebsd-11-stable/contrib/gcclibs/libiberty/testsuite/
H A Dtest-pexecute.c105 detected the error, ERRMSG is the error message to print, and ERR
118 #define FATAL_ERROR(ERRMSG, ERR) fatal_error (__LINE__, ERRMSG, ERR)
121 number where we detected the error, ERRMSG is the error to
131 #define ERROR(ERRMSG) error (__LINE__, ERRMSG)

Completed in 152 milliseconds