Symbol: FMT_ERR
sys/netinet/libalias/alias_nbt.c
228
case FMT_ERR:
tests/sys/file/path_test.c
1002
ATF_REQUIRE_MSG(unlink(path) == 0, FMT_ERR("unlink"));
tests/sys/file/path_test.c
1005
FMT_ERR("fstatat"));
tests/sys/file/path_test.c
1007
ATF_REQUIRE_MSG(fstat(pathfd, &sb) == 0, FMT_ERR("fstat"));
tests/sys/file/path_test.c
117
ATF_REQUIRE_MSG(pathfd >= 0, FMT_ERR("open"));
tests/sys/file/path_test.c
128
ATF_REQUIRE_MSG(fstat(pathfd, &sb) == 0, FMT_ERR("fstat"));
tests/sys/file/path_test.c
130
FMT_ERR("fpathconf"));
tests/sys/file/path_test.c
146
ATF_REQUIRE_MSG(pathfd >= 0, FMT_ERR("open"));
tests/sys/file/path_test.c
175
ATF_REQUIRE_MSG(child != -1, FMT_ERR("fork"));
tests/sys/file/path_test.c
193
ATF_REQUIRE_MSG(child != -1, FMT_ERR("fork"));
tests/sys/file/path_test.c
225
ATF_REQUIRE_MSG(pathdfd >= 0, FMT_ERR("open"));
tests/sys/file/path_test.c
227
ATF_REQUIRE_MSG(pathfd >= 0, FMT_ERR("open"));
tests/sys/file/path_test.c
297
ATF_REQUIRE_MSG(child != -1, FMT_ERR("fork"));
tests/sys/file/path_test.c
304
ATF_REQUIRE_MSG(pathfd >= 0, FMT_ERR("open"));
tests/sys/file/path_test.c
307
ATF_REQUIRE_MSG(error == 0, FMT_ERR("ptrace"));
tests/sys/file/path_test.c
309
ATF_REQUIRE_MSG(error != -1, FMT_ERR("waitpid"));
tests/sys/file/path_test.c
319
ATF_REQUIRE_MSG(error == 0, FMT_ERR("ptrace"));
tests/sys/file/path_test.c
321
ATF_REQUIRE_MSG(kill(child, SIGKILL) == 0, FMT_ERR("kill"));
tests/sys/file/path_test.c
338
ATF_REQUIRE_MSG(pathfd >= 0, FMT_ERR("open"));
tests/sys/file/path_test.c
346
ATF_REQUIRE_MSG(fd >= 0, FMT_ERR("open"));
tests/sys/file/path_test.c
348
FMT_ERR("fstatat"));
tests/sys/file/path_test.c
354
ATF_REQUIRE_MSG(chmod(path, 0500) == 0, FMT_ERR("chmod"));
tests/sys/file/path_test.c
360
ATF_REQUIRE_MSG(fchdir(pathfd) == 0, FMT_ERR("fchdir"));
tests/sys/file/path_test.c
379
ATF_REQUIRE_MSG(pathfd >= 0, FMT_ERR("open"));
tests/sys/file/path_test.c
382
ATF_REQUIRE_MSG(chmod(path, 0500) == 0, FMT_ERR("chmod"));
tests/sys/file/path_test.c
404
ATF_REQUIRE_MSG(pathfd >= 0, FMT_ERR("open"));
tests/sys/file/path_test.c
408
FMT_ERR("faccessat"));
tests/sys/file/path_test.c
410
FMT_ERR("chflagsat"));
tests/sys/file/path_test.c
412
FMT_ERR("fchmodat"));
tests/sys/file/path_test.c
414
AT_EMPTY_PATH) == 0, FMT_ERR("fchownat"));
tests/sys/file/path_test.c
416
FMT_ERR("fstatat"));
tests/sys/file/path_test.c
421
FMT_ERR("utimensat"));
tests/sys/file/path_test.c
437
ATF_REQUIRE_MSG(pathfd >= 0, FMT_ERR("open"));
tests/sys/file/path_test.c
469
ATF_REQUIRE_MSG(pathfd >= 0, FMT_ERR("open"));
tests/sys/file/path_test.c
471
FMT_ERR("fstatat"));
tests/sys/file/path_test.c
474
0, FMT_ERR("linkat"));
tests/sys/file/path_test.c
476
FMT_ERR("fstatat"));
tests/sys/file/path_test.c
499
ATF_REQUIRE_MSG(pathfd >= 0, FMT_ERR("open"));
tests/sys/file/path_test.c
505
ATF_REQUIRE_MSG(poll(&pollfd, 1, 0) == 1, FMT_ERR("poll"));
tests/sys/file/path_test.c
510
ATF_REQUIRE_MSG(poll(&pollfd, 1, 0) == 1, FMT_ERR("poll"));
tests/sys/file/path_test.c
516
ATF_REQUIRE_MSG(kq >= 0, FMT_ERR("kqueue"));
tests/sys/file/path_test.c
519
FMT_ERR("kevent"));
tests/sys/file/path_test.c
521
FMT_ERR("kevent"));
tests/sys/file/path_test.c
527
FMT_ERR("kevent"));
tests/sys/file/path_test.c
533
FMT_ERR("kevent"));
tests/sys/file/path_test.c
535
FMT_ERR("funlinkat"));
tests/sys/file/path_test.c
537
FMT_ERR("kevent"));
tests/sys/file/path_test.c
542
FMT_ERR("kevent"));
tests/sys/file/path_test.c
558
ATF_REQUIRE_MSG(pathfd >= 0, FMT_ERR("open"));
tests/sys/file/path_test.c
562
ATF_REQUIRE_MSG(flags != -1, FMT_ERR("fcntl"));
tests/sys/file/path_test.c
572
ATF_REQUIRE_MSG(pathfd2 >= 0, FMT_ERR("fcntl"));
tests/sys/file/path_test.c
574
ATF_REQUIRE_MSG(flags != -1, FMT_ERR("fcntl"));
tests/sys/file/path_test.c
580
ATF_REQUIRE_MSG(pathfd2 >= 0, FMT_ERR("dup"));
tests/sys/file/path_test.c
582
ATF_REQUIRE_MSG(flags != -1, FMT_ERR("fcntl"));
tests/sys/file/path_test.c
588
FMT_ERR("fcntl"));
tests/sys/file/path_test.c
590
FMT_ERR("fcntl"));
tests/sys/file/path_test.c
604
ATF_REQUIRE_MSG(child != -1, FMT_ERR("fork"));
tests/sys/file/path_test.c
621
ATF_REQUIRE_MSG(mktemp(path) == path, FMT_ERR("mktemp"));
tests/sys/file/path_test.c
624
ATF_REQUIRE_MSG(fd >= 0, FMT_ERR("open"));
tests/sys/file/path_test.c
639
ATF_REQUIRE_MSG(mktemp(path) == path, FMT_ERR("mktemp"));
tests/sys/file/path_test.c
64
ATF_REQUIRE_MSG(close(fd) == 0, FMT_ERR("close"))
tests/sys/file/path_test.c
641
ATF_REQUIRE_MSG(mkfifo(path, 0666) == 0, FMT_ERR("mkfifo"));
tests/sys/file/path_test.c
644
ATF_REQUIRE_MSG(pathfd >= 0, FMT_ERR("open"));
tests/sys/file/path_test.c
650
ATF_REQUIRE_MSG(kq >= 0, FMT_ERR("kqueue"));
tests/sys/file/path_test.c
668
ATF_REQUIRE_MSG(pathfd >= 0, FMT_ERR("open"));
tests/sys/file/path_test.c
671
FMT_ERR("funlinkat"));
tests/sys/file/path_test.c
689
ATF_REQUIRE_MSG(mktemp(path) == path, FMT_ERR("mktemp"));
tests/sys/file/path_test.c
691
ATF_REQUIRE_MSG(pathfd >= 0, FMT_ERR("open(O_PATH|O_CREAT)"));
tests/sys/file/path_test.c
700
ATF_REQUIRE_MSG(pathfd >= 0, FMT_ERR("open"));
tests/sys/file/path_test.c
733
FMT_ERR("socketpair"));
tests/sys/file/path_test.c
75
ATF_REQUIRE_MSG(fd >= 0, FMT_ERR("mkstemp"));
tests/sys/file/path_test.c
78
FMT_ERR("write"));
tests/sys/file/path_test.c
782
ATF_REQUIRE_MSG(pathfd >= 0, FMT_ERR("open"));
tests/sys/file/path_test.c
794
ATF_REQUIRE_MSG(pathfd >= 0, FMT_ERR("open"));
tests/sys/file/path_test.c
811
ATF_REQUIRE_MSG(fd >= 0, FMT_ERR("mkostemp"));
tests/sys/file/path_test.c
814
FMT_ERR("write()"));
tests/sys/file/path_test.c
818
ATF_REQUIRE_MSG(pathfd >= 0, FMT_ERR("open"));
tests/sys/file/path_test.c
853
ATF_REQUIRE_MSG(pipe(fd) == 0, FMT_ERR("pipe"));
tests/sys/file/path_test.c
855
FMT_ERR("fstatat pipe"));
tests/sys/file/path_test.c
87
ATF_REQUIRE_MSG(mkdtemp(path) == path, FMT_ERR("mkdtemp"));
tests/sys/file/path_test.c
874
FMT_ERR("socketpair"));
tests/sys/file/path_test.c
879
ATF_REQUIRE_MSG(pathfd >= 0, FMT_ERR("open"));
tests/sys/file/path_test.c
883
ATF_REQUIRE_MSG(cmsg != NULL, FMT_ERR("malloc"));
tests/sys/file/path_test.c
901
FMT_ERR("sendmsg"));
tests/sys/file/path_test.c
911
FMT_ERR("recvmsg"));
tests/sys/file/path_test.c
918
ATF_REQUIRE_MSG(flags != -1, FMT_ERR("fcntl"));
tests/sys/file/path_test.c
942
ATF_REQUIRE_MSG(mktemp(path) == path, FMT_ERR("mktemp"));
tests/sys/file/path_test.c
945
ATF_REQUIRE_MSG(sd >= 0, FMT_ERR("socket"));
tests/sys/file/path_test.c
951
FMT_ERR("bind"));
tests/sys/file/path_test.c
954
ATF_REQUIRE_MSG(pathfd >= 0, FMT_ERR("open"));
tests/sys/file/path_test.c
957
FMT_ERR("fstatat"));
tests/sys/file/path_test.c
967
ATF_REQUIRE_MSG(kq >= 0, FMT_ERR("kqueue"));
tests/sys/file/path_test.c
97
ATF_REQUIRE_MSG(error != -1, FMT_ERR("waitpid"));
tests/sys/file/path_test.c
975
FMT_ERR("funlinkat"));
tests/sys/file/path_test.c
994
ATF_REQUIRE_MSG(pathfd >= 0, FMT_ERR("open"));
tests/sys/file/path_test.c
997
FMT_ERR("fstatat"));
tests/sys/file/path_test.c
999
ATF_REQUIRE_MSG(fstat(pathfd, &sb) == 0, FMT_ERR("fstat"));
tests/sys/sound/polling.c
104
ATF_REQUIRE_MSG(kq >= 0, FMT_ERR("kqueue"));
tests/sys/sound/polling.c
107
FMT_ERR("kevent"));
tests/sys/sound/polling.c
110
FMT_ERR("kevent"));
tests/sys/sound/polling.c
113
ATF_REQUIRE_MSG(write(fd, buf, sizeof(buf)) > 0, FMT_ERR("write"));
tests/sys/sound/polling.c
144
-1) > 0, FMT_ERR("poll"));
tests/sys/sound/polling.c
148
FMT_ERR("read"));
tests/sys/sound/polling.c
153
FMT_ERR("write"));
tests/sys/sound/polling.c
183
FMT_ERR("select"));
tests/sys/sound/polling.c
186
FMT_ERR("read"));
tests/sys/sound/polling.c
191
FMT_ERR("write"));
tests/sys/sound/polling.c
49
ATF_REQUIRE_MSG(fd >= 0, FMT_ERR("open"));
tests/sys/sound/polling.c
53
ATF_REQUIRE_EQ_MSG(rc, 0, FMT_ERR("ioctl"));
tests/sys/sound/polling.c
57
ATF_REQUIRE_EQ_MSG(rc, 0, FMT_ERR("ioctl"));
tests/sys/sound/polling.c
61
ATF_REQUIRE_EQ_MSG(rc, 0, FMT_ERR("ioctl"));
tests/sys/sound/polling.c
68
ATF_REQUIRE_EQ_MSG(rc, 0, FMT_ERR("ioctl"));
tests/sys/sound/polling.c
89
ATF_REQUIRE_MSG(kq >= 0, FMT_ERR("kqueue"));
tests/sys/sound/polling.c
92
FMT_ERR("kevent"));
tests/sys/sound/polling.c
95
FMT_ERR("kevent"));
tests/sys/sound/polling.c
98
ATF_REQUIRE_MSG(read(fd, buf, sizeof(buf)) > 0, FMT_ERR("read"));