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

  /src/tests/lib/libc/stdlib/
t_mktemp.c 44 check_mode(struct stat sa, const int mode, const int dir) function in typeref:typename:int
133 ATF_REQUIRE(check_mode(sa, 0600, 0) == 0);
160 ATF_REQUIRE(check_mode(sa, 0600, 0) == 0);
182 ATF_REQUIRE(check_mode(sa, 0700, 1) == 0);
215 ATF_REQUIRE(check_mode(sa, 0600 | flags[i], 0) == 0);
252 ATF_REQUIRE(check_mode(sa, 0600 | flags[i], 0) == 0);
  /src/tests/lib/libc/sys/
t_dup.c 50 static void check_mode(bool, bool, bool);
53 check_mode(bool _dup, bool _dup2, bool _dup3) function in typeref:typename:void
187 check_mode(false, true, false);
254 check_mode(false, false, true);
363 check_mode(true, false, false);

Completed in 23 milliseconds