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

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_link.c47 static const char *pathl; variable
79 pathl = getpath();
83 ATF_REQUIRE(pathl != NULL);
86 ATF_REQUIRE(link(path, pathl) == 0);
94 ATF_REQUIRE(unlink(pathl) == 0);
100 (void)unlink(pathl);
116 pathl = getpath();
120 ATF_REQUIRE(pathl != NULL);
123 ATF_REQUIRE(link(path, pathl) == 0);
124 ATF_REQUIRE_ERRNO(EEXIST, link(path, pathl)
[all...]

Completed in 45 milliseconds