OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_root
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/bsd/atf/dist/atf-c/detail/
user_test.c
110
ATF_TC(
is_root
);
variable
111
ATF_TC_HEAD(
is_root
, tc)
115
ATF_TC_BODY(
is_root
, tc)
145
ATF_TP_ADD_TC(tp,
is_root
);
/src/external/bsd/atf/dist/tools/
user.cpp
93
impl::
is_root
(void)
function in class:impl
user_test.cpp
105
ATF_TEST_CASE(
is_root
);
variable
106
ATF_TEST_CASE_HEAD(
is_root
)
108
set_md_var("descr", "Tests the
is_root
function");
110
ATF_TEST_CASE_BODY(
is_root
)
112
using tools::user::
is_root
;
115
ATF_REQUIRE(
is_root
());
117
ATF_REQUIRE(!
is_root
());
146
ATF_ADD_TEST_CASE(tcs,
is_root
);
fs.cpp
96
if (tools::user::
is_root
()) {
333
impl::path::
is_root
(void)
function in class:impl::path
/src/external/bsd/kyua-cli/dist/utils/
passwd.cpp
92
passwd_ns::user::
is_root
(void) const
function in class:passwd_ns::user
/src/sys/fs/msdosfs/
msdosfs_denode.c
212
bool
is_root
;
local
226
is_root
= ((dkey.dk_dirclust == MSDOSFSROOT ||
251
if (
is_root
) {
319
if (
is_root
)
/src/external/mpl/bind/dist/lib/dns/include/dns/
rbt.h
85
unsigned int
is_root
: 1; /*%< range is 0..1 */
member in struct:dns_rbtnode
/src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
rbt.h
95
unsigned int
is_root
: 1; /*%< range is 0..1 */
member in struct:dns_rbtnode
/src/external/bsd/atf/dist/atf-c++/detail/
fs.cpp
167
impl::path::
is_root
(void)
function in class:impl::path
/src/usr.sbin/sysinst/
disks.c
1716
bool first,
is_root
;
local
1721
is_root
= strcmp(list[1].u.s_val, "/") == 0;
1722
if (
is_root
&& target_mounted())
1746
if (
is_root
) {
/src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
back-asyncmeta.h
101
int
is_root
;
member in struct:bm_context_t
Completed in 42 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026