Searched refs:no_error (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/atf/atf-c/ |
H A D | error_test.c | 100 ATF_TC(no_error); 101 ATF_TC_HEAD(no_error, tc) in ATF_TC_HEAD() argument 106 ATF_TC_BODY(no_error, tc) in ATF_TC_BODY() argument 283 ATF_TP_ADD_TC(tp, no_error); in ATF_TP_ADD_TCS()
|
H A D | macros_test.c | 225 H_CHECK_ERRNO(no_error, -1, errno_ok_stub() == -1); 229 H_REQUIRE_ERRNO(no_error, -1, errno_ok_stub() == -1); 246 { H_CHECK_ERRNO_HEAD_NAME(no_error), in ATF_TC_BODY() 247 H_CHECK_ERRNO_BODY_NAME(no_error), in ATF_TC_BODY() 290 { H_REQUIRE_ERRNO_HEAD_NAME(no_error), in ATF_TC_BODY() 291 H_REQUIRE_ERRNO_BODY_NAME(no_error), in ATF_TC_BODY()
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
H A D | error_private.c | 24 case PREFIX(no_error): return "No error detected"; in ERR_getErrorString()
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | error_private.c | 24 case PREFIX(no_error): return "No error detected"; in ERR_getErrorString()
|
/freebsd/contrib/less/ |
H A D | charset.c | 301 static int icharset(constant char *name, int no_error) in icharset() argument 336 if (!no_error) { in icharset()
|
/freebsd/contrib/byacc/ |
H A D | CHANGES | 104 * error.c: rename no_space() to no_error(), handling any errno
|