Home
last modified time | relevance | path

Searched refs:exp_mode (Results 1 – 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/atf/atf-c/detail/
HDfs.c167 check_umask(const mode_t exp_mode, const mode_t min_mode) in check_umask() argument
169 const mode_t actual_mode = (~current_umask() & exp_mode); in check_umask()