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

  /src/tests/fs/vfs/
t_vnops.c 250 int xerrno; local in function:dir_rmdirdotdot
267 xerrno = ESTALE;
269 xerrno = ENOENT;
270 ATF_REQUIRE_ERRNO(xerrno, rump_sys_chdir("..") == -1);
t_vnops.c 250 int xerrno; local in function:dir_rmdirdotdot
267 xerrno = ESTALE;
269 xerrno = ENOENT;
270 ATF_REQUIRE_ERRNO(xerrno, rump_sys_chdir("..") == -1);

Completed in 21 milliseconds