OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atf_fs_stat_is_other_writable
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/atf/dist/atf-c/detail/
fs.h
118
bool
atf_fs_stat_is_other_writable
(const atf_fs_stat_t *);
fs_test.c
511
ATF_REQUIRE(
atf_fs_stat_is_other_writable
(&st) == othw); \
843
ATF_REQUIRE(!
atf_fs_stat_is_other_writable
(&s1));
855
ATF_REQUIRE(!
atf_fs_stat_is_other_writable
(&s2));
974
ATF_CHECK(!
atf_fs_stat_is_other_writable
(&s1));
986
ATF_CHECK(!
atf_fs_stat_is_other_writable
(&s2));
fs.c
670
atf_fs_stat_is_other_writable
(const atf_fs_stat_t *st)
function
/src/external/bsd/atf/dist/atf-c++/detail/
fs.cpp
406
return
atf_fs_stat_is_other_writable
(&m_stat);
Completed in 18 milliseconds
Indexes created Tue Jun 23 00:25:03 UTC 2026