HomeSort by: relevance | last modified time | path
    Searched defs:pathl (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libc/sys/
t_link.c 47 static const char *pathl; variable in typeref:typename:const char *
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) == -1)
    [all...]
t_link.c 47 static const char *pathl; variable in typeref:typename:const char *
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) == -1)
    [all...]

Completed in 23 milliseconds