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

  /src/tests/lib/libc/gen/
t_realpath.c 122 char resb[MAXPATHLEN] = { 0 }; local in function:ATF_TC_BODY
137 ATF_REQUIRE(realpath(slnk, resb) != NULL);
138 ATF_REQUIRE(strcmp(resb, path) == 0);

Completed in 22 milliseconds