Searched refs:FMT_ERR (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/tests/sys/file/
H A Dpath_test.c61 #define FMT_ERR(s) s ": %s", strerror(errno) macro
64 ATF_REQUIRE_MSG(close(fd) == 0, FMT_ERR("close"))
75 ATF_REQUIRE_MSG(fd >= 0, FMT_ERR("mkstemp"));
78 FMT_ERR("write"));
87 ATF_REQUIRE_MSG(mkdtemp(path) == path, FMT_ERR("mkdtemp"));
97 ATF_REQUIRE_MSG(error != -1, FMT_ERR("waitpid"));
117 ATF_REQUIRE_MSG(pathfd >= 0, FMT_ERR("open"));
128 ATF_REQUIRE_MSG(fstat(pathfd, &sb) == 0, FMT_ERR("fstat"));
130 FMT_ERR("fpathconf"));
146 ATF_REQUIRE_MSG(pathfd >= 0, FMT_ERR("ope
[all...]
/freebsd-13-stable/sys/netinet/libalias/
H A Dalias_nbt.c218 #define FMT_ERR 0x1 macro
230 case FMT_ERR:

Completed in 85 milliseconds