Home
last modified time | relevance | path

Searched refs:IS_ROOT (Results 1 – 25 of 127) sorted by relevance

123456

/dports/sysutils/javaservicewrapper/wrapper_3.5.45_src/src/test/
H A Dresourcelimit_data.in48 if [ $IS_ROOT = TRUE ] ; then
56 if [ $IS_ROOT = TRUE ] ; then
85 if [ $IS_ROOT = TRUE ] ; then
93 if [ $IS_ROOT = TRUE ] ; then
122 if [ $IS_ROOT = TRUE -a $UNLIMITED_ALLOWED = TRUE ] ; then
130 if [ $IS_ROOT = TRUE -a $UNLIMITED_ALLOWED = TRUE ] ; then
149 if [ $IS_ROOT = TRUE -a $UNLIMITED_ALLOWED = TRUE ] ; then
204 if [ $IS_ROOT = TRUE ] ; then
212 if [ $IS_ROOT = TRUE ] ; then
290 if [ $IS_ROOT = TRUE ] ; then
[all …]
H A Dresourcelimit_nofile.in48 if [ $IS_ROOT = TRUE ] ; then
56 if [ $IS_ROOT = TRUE ] ; then
85 if [ $IS_ROOT = TRUE ] ; then
93 if [ $IS_ROOT = TRUE ] ; then
122 if [ $IS_ROOT = TRUE -a $UNLIMITED_ALLOWED = TRUE ] ; then
130 if [ $IS_ROOT = TRUE -a $UNLIMITED_ALLOWED = TRUE ] ; then
149 if [ $IS_ROOT = TRUE -a $UNLIMITED_ALLOWED = TRUE ] ; then
204 if [ $IS_ROOT = TRUE ] ; then
212 if [ $IS_ROOT = TRUE ] ; then
290 if [ $IS_ROOT = TRUE ] ; then
[all …]
/dports/databases/hbase/hbase-1.2.1/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/model/
H A DTestTableSchemaModel.java35 private static final boolean IS_ROOT = false; field in TestTableSchemaModel
74 model.__setIsRoot(IS_ROOT); in buildTestModel()
87 assertEquals(model.__getIsRoot(), IS_ROOT); in checkModel() local
/dports/devel/kBuild/kBuild-0.1.9998/src/kash/
H A Dcd.h37 #define IS_ROOT(path) ( *(path) == '/' \ macro
42 #define IS_ROOT(path) ( *(path) == '/' ) macro
H A Dcd.c120 if (IS_ROOT(dest) || (path = bltinlookup(psh, "CDPATH", 1)) == NULL) in cdcmd()
169 if (IS_ROOT(dest)) { in docd()
270 if (!IS_ROOT(dir)) { in updatepwd()
350 if (pwd && IS_ROOT(pwd) && shfile_stat(&psh->fdtab, ".", &stdot) != -1 && in getpwd()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/dns/
H A Drbt.c221 if (IS_ROOT(node)) { in dns__rbtnode_getdistance()
558 INSIST(IS_ROOT(*root)); in dns_rbt_addnode()
1771 if (IS_ROOT(node)) { in rotate_left()
1804 if (IS_ROOT(node)) { in rotate_right()
1919 ENSURE(IS_ROOT(root)); in addonlevel()
1947 if (IS_ROOT(item)) { in deletefromlevel()
2007 if (IS_ROOT(item)) { in deletefromlevel()
2057 if (!IS_ROOT(item)) { in deletefromlevel()
2264 if (IS_ROOT(node)) { in check_properties_helper()
2279 if (IS_ROOT(node)) { in check_properties_helper()
[all …]
/dports/sysutils/javaservicewrapper/wrapper_3.5.45_src/src/test/common/
H A Dresourcelimit.in58 IS_ROOT=TRUE
74 IS_ROOT=FALSE
/dports/dns/bind911/bind-9.11.37/lib/dns/
H A Drbt.c386 while (!IS_ROOT(node)) { in get_subtree_root()
415 if (IS_ROOT(node)) in dns__rbtnode_getdistance()
2424 if (IS_ROOT(node)) { in rotate_left()
2456 if (IS_ROOT(node)) { in rotate_right()
2572 ENSURE(IS_ROOT(root)); in addonlevel()
2601 if (IS_ROOT(item)) { in deletefromlevel()
2656 if (IS_ROOT(item)) { in deletefromlevel()
2913 if (IS_ROOT(node)) in check_properties_helper()
2925 if (IS_ROOT(node)) { in check_properties_helper()
2939 (!IS_ROOT(node))) in check_properties_helper()
[all …]
/dports/dns/bind-tools/bind-9.16.27/lib/dns/
H A Drbt.c383 if (IS_ROOT(node)) { in dns__rbtnode_getdistance()
1251 INSIST(IS_ROOT(*root)); in dns_rbt_addnode()
2470 if (IS_ROOT(node)) { in rotate_left()
2503 if (IS_ROOT(node)) { in rotate_right()
2618 ENSURE(IS_ROOT(root)); in addonlevel()
2646 if (IS_ROOT(item)) { in deletefromlevel()
2706 if (IS_ROOT(item)) { in deletefromlevel()
2756 if (!IS_ROOT(item)) { in deletefromlevel()
2965 if (IS_ROOT(node)) { in check_properties_helper()
2980 if (IS_ROOT(node)) { in check_properties_helper()
[all …]
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/
H A Drbt.c363 if (IS_ROOT(node)) { in dns__rbtnode_getdistance()
1190 INSIST(IS_ROOT(*root)); in dns_rbt_addnode()
2393 if (IS_ROOT(node)) { in rotate_left()
2426 if (IS_ROOT(node)) { in rotate_right()
2541 ENSURE(IS_ROOT(root)); in addonlevel()
2569 if (IS_ROOT(item)) { in deletefromlevel()
2626 if (IS_ROOT(item)) { in deletefromlevel()
2677 if (!IS_ROOT(item)) { in deletefromlevel()
2886 if (IS_ROOT(node)) { in check_properties_helper()
2901 if (IS_ROOT(node)) { in check_properties_helper()
[all …]
/dports/dns/bind916/bind-9.16.27/lib/dns/
H A Drbt.c383 if (IS_ROOT(node)) { in dns__rbtnode_getdistance()
1251 INSIST(IS_ROOT(*root)); in dns_rbt_addnode()
2470 if (IS_ROOT(node)) { in rotate_left()
2503 if (IS_ROOT(node)) { in rotate_right()
2618 ENSURE(IS_ROOT(root)); in addonlevel()
2646 if (IS_ROOT(item)) { in deletefromlevel()
2706 if (IS_ROOT(item)) { in deletefromlevel()
2756 if (!IS_ROOT(item)) { in deletefromlevel()
2965 if (IS_ROOT(node)) { in check_properties_helper()
2980 if (IS_ROOT(node)) { in check_properties_helper()
[all …]
/dports/databases/hbase/hbase-1.2.1/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/model/
H A DTableSchemaModel.java70 private static final QName IS_ROOT = new QName(HTableDescriptor.IS_ROOT); field in TableSchemaModel
233 Object o = attrs.get(IS_ROOT); in __getIsRoot()
257 attrs.put(IS_ROOT, Boolean.toString(value)); in __setIsRoot()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/autofs/
H A Droot.c506 if (!autofs_oz_mode(sbi) && !IS_ROOT(dentry->d_parent)) in autofs_lookup()
516 if (IS_ROOT(dentry->d_parent) && in autofs_lookup()
648 if (IS_ROOT(dentry->d_parent)) in autofs_set_leaf_automount_flags()
655 if (IS_ROOT(parent->d_parent)) in autofs_set_leaf_automount_flags()
665 if (IS_ROOT(dentry->d_parent)) in autofs_clear_leaf_automount_flags()
672 if (IS_ROOT(parent->d_parent)) in autofs_clear_leaf_automount_flags()
H A Dwaitq.c279 if (!IS_ROOT(dentry)) { in validate_request()
339 else if (!IS_ROOT(dentry->d_parent)) in autofs_wait()
348 if (IS_ROOT(dentry) && autofs_type_trigger(sbi->type)) { in autofs_wait()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/autofs/
H A Droot.c506 if (!autofs_oz_mode(sbi) && !IS_ROOT(dentry->d_parent)) in autofs_lookup()
516 if (IS_ROOT(dentry->d_parent) && in autofs_lookup()
648 if (IS_ROOT(dentry->d_parent)) in autofs_set_leaf_automount_flags()
655 if (IS_ROOT(parent->d_parent)) in autofs_set_leaf_automount_flags()
665 if (IS_ROOT(dentry->d_parent)) in autofs_clear_leaf_automount_flags()
672 if (IS_ROOT(parent->d_parent)) in autofs_clear_leaf_automount_flags()
H A Dwaitq.c279 if (!IS_ROOT(dentry)) { in validate_request()
339 else if (!IS_ROOT(dentry->d_parent)) in autofs_wait()
348 if (IS_ROOT(dentry) && autofs_type_trigger(sbi->type)) { in autofs_wait()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/autofs/
H A Droot.c506 if (!autofs_oz_mode(sbi) && !IS_ROOT(dentry->d_parent)) in autofs_lookup()
516 if (IS_ROOT(dentry->d_parent) && in autofs_lookup()
648 if (IS_ROOT(dentry->d_parent)) in autofs_set_leaf_automount_flags()
655 if (IS_ROOT(parent->d_parent)) in autofs_set_leaf_automount_flags()
665 if (IS_ROOT(dentry->d_parent)) in autofs_clear_leaf_automount_flags()
672 if (IS_ROOT(parent->d_parent)) in autofs_clear_leaf_automount_flags()
H A Dwaitq.c279 if (!IS_ROOT(dentry)) { in validate_request()
339 else if (!IS_ROOT(dentry->d_parent)) in autofs_wait()
348 if (IS_ROOT(dentry) && autofs_type_trigger(sbi->type)) { in autofs_wait()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/
H A Dd_path.c103 if (dentry == vfsmnt->mnt_root || IS_ROOT(dentry)) { in prepend_path()
280 (!IS_ROOT(path->dentry) || path->dentry != path->mnt->mnt_root)) in d_path()
349 while (!IS_ROOT(dentry)) { in __dentry_path()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/
H A Dd_path.c103 if (dentry == vfsmnt->mnt_root || IS_ROOT(dentry)) { in prepend_path()
280 (!IS_ROOT(path->dentry) || path->dentry != path->mnt->mnt_root)) in d_path()
349 while (!IS_ROOT(dentry)) { in __dentry_path()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/
H A Dd_path.c103 if (dentry == vfsmnt->mnt_root || IS_ROOT(dentry)) { in prepend_path()
280 (!IS_ROOT(path->dentry) || path->dentry != path->mnt->mnt_root)) in d_path()
349 while (!IS_ROOT(dentry)) { in __dentry_path()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/exportfs/
H A Dexpfs.c97 WARN_ON_ONCE(IS_ROOT(dentry)); in clear_disconnected()
165 if (IS_ROOT(dentry)) { in reconnect_one()
221 if (IS_ROOT(dentry)) in reconnect_path()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/exportfs/
H A Dexpfs.c97 WARN_ON_ONCE(IS_ROOT(dentry)); in clear_disconnected()
165 if (IS_ROOT(dentry)) { in reconnect_one()
221 if (IS_ROOT(dentry)) in reconnect_path()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/exportfs/
H A Dexpfs.c97 WARN_ON_ONCE(IS_ROOT(dentry)); in clear_disconnected()
165 if (IS_ROOT(dentry)) { in reconnect_one()
221 if (IS_ROOT(dentry)) in reconnect_path()
/dports/devel/p5-Test2-Suite/Test2-Suite-0.000143/lib/Test2/Workflow/Task/
H A DGroup.pm38 return if $self->{+IS_ROOT};

123456