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

  /src/tests/lib/libc/sys/
t_stat.c 373 const char *pathlink = "pathlink"; local in function:ATF_TC_BODY
383 ATF_REQUIRE(symlink(path, pathlink) == 0);
384 ATF_REQUIRE(stat(pathlink, &sa) == 0);
385 ATF_REQUIRE(lstat(pathlink, &sb) == 0);
398 ATF_REQUIRE(unlink(pathlink) == 0);
t_stat.c 373 const char *pathlink = "pathlink"; local in function:ATF_TC_BODY
383 ATF_REQUIRE(symlink(path, pathlink) == 0);
384 ATF_REQUIRE(stat(pathlink, &sa) == 0);
385 ATF_REQUIRE(lstat(pathlink, &sb) == 0);
398 ATF_REQUIRE(unlink(pathlink) == 0);

Completed in 23 milliseconds