Home
last modified time | relevance | path

Searched refs:isroot (Results 1 – 25 of 365) sorted by relevance

12345678910>>...15

/dports/misc/rump/buildrump.sh-b914579/src/sys/secmodel/suser/
H A Dsecmodel_suser.c203 bool isroot; in secmodel_suser_generic_cb() local
211 if (isroot) in secmodel_suser_generic_cb()
233 bool isroot; in secmodel_suser_system_cb() local
257 if (isroot) in secmodel_suser_system_cb()
317 if (isroot) in secmodel_suser_system_cb()
356 if (isroot) in secmodel_suser_system_cb()
390 if (isroot) in secmodel_suser_system_cb()
410 if (isroot) in secmodel_suser_system_cb()
478 bool isroot; in secmodel_suser_process_cb() local
499 if (isroot) in secmodel_suser_process_cb()
[all …]
/dports/textproc/p5-WordNet-Similarity/WordNet-Similarity-2.07/t/utils/
H A DrawtextFreq.t55 my ($offsetpos, $freq, $isroot) = split qr/\s+/, $line;
60 ok ($isroot);
65 ok ($isroot);
70 ok ($isroot);
75 ok ($isroot);
80 ok ($isroot);
110 ok ($isroot);
117 ok ($isroot);
124 ok ($isroot);
131 ok ($isroot);
[all …]
/dports/misc/py-pexpect/pexpect-4.8.0/tests/
H A Dtest_which.py216 isroot = os.getuid() == 0
223 (isroot, 0o001), # ---------x, no
224 (isroot, 0o010), # ------x---, no
229 (isroot, 0o003), # --------wx, no
230 (isroot, 0o030), # -----wx---, no
235 (isroot, 0o005), # -------r-x, no
236 (isroot, 0o050), # ----r-x---, no
241 (isroot, 0o007), # -------rwx, no
242 (isroot, 0o070), # ----rwx---, no
244 (isroot, 0o4001), # ---S-----x, no
[all …]
/dports/sysutils/sanoid-devel/sanoid-45d0898/
H A Dsyncoid218 my ($rhost,$fs,$isroot,%snaps) = @_;
1090 my ($rhost,$fs,$isroot) = @_;
1132 my ($rhost,$fs,$isroot,$property) = @_;
1362 my ($rhost,$fs,$isroot) = @_;
1386 my ($rhost,$fs,$isroot) = @_;
1409 my $isroot;
1419 …if ($remoteuser eq 'root' || $args{'no-privilege-elevation'}) { $isroot = 1; } else { $isroot = 0;…
1434 if ($localuid == 0 || $args{'no-privilege-elevation'}) { $isroot = 1; } else { $isroot = 0; }
1437 return ($rhost,$fs,$isroot);
1674 my ($rhost,$fs,$isroot) = @_;
[all …]
/dports/sysutils/sanoid/sanoid-2.0.3/
H A Dsyncoid218 my ($rhost,$fs,$isroot,%snaps) = @_;
1090 my ($rhost,$fs,$isroot) = @_;
1132 my ($rhost,$fs,$isroot,$property) = @_;
1362 my ($rhost,$fs,$isroot) = @_;
1386 my ($rhost,$fs,$isroot) = @_;
1409 my $isroot;
1419 …if ($remoteuser eq 'root' || $args{'no-privilege-elevation'}) { $isroot = 1; } else { $isroot = 0;…
1434 if ($localuid == 0 || $args{'no-privilege-elevation'}) { $isroot = 1; } else { $isroot = 0; }
1437 return ($rhost,$fs,$isroot);
1674 my ($rhost,$fs,$isroot) = @_;
[all …]
/dports/mail/courier/courier-0.65.3/webadmin/
H A Dwebadmin.c23 int isroot=0; in main() local
30 isroot=1; in main()
33 if (isroot) in main()
/dports/devel/ncc/ncc-2.8/
H A Dinttree.C107 unsigned int isroot, bt = 0; in intRemove() local
110 if (!(isroot = n == this)) in intRemove()
120 if (isroot) i->root = NULL; in intRemove()
130 if (isroot) i->root = r; in intRemove()
H A Ddbstree.h138 int isroot; in dbsRemove() local
141 isroot = (np = parentOf (t)) == NULL; in dbsRemove()
147 if (isroot) in dbsRemove()
164 if (isroot) root = nl; in dbsRemove()
177 if (isroot) root = nr; in dbsRemove()
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins/Mono.Addins/
H A DAddinInfo.cs51 bool isroot; field in Mono.Addins.AddinInfo
77 get { return isroot; }
78 set { isroot = value; }
186 info.isroot = description.IsRoot; in ReadFromDescription()
/dports/www/moodle310/moodle/blocks/private_files/
H A Drenderer.php56 * @param bool $isroot If it is the root directory in the tree.
59 protected function htmllize_tree($tree, $dir, $isroot) { argument
65 if ($isroot) {
/dports/www/moodle311/moodle/blocks/private_files/
H A Drenderer.php56 * @param bool $isroot If it is the root directory in the tree.
59 protected function htmllize_tree($tree, $dir, $isroot) { argument
65 if ($isroot) {
/dports/misc/rump/buildrump.sh-b914579/src/sys/secmodel/extensions/
H A Dsecmodel_extensions.c421 bool isroot = false; in secmodel_extensions_process_cb() local
425 "is-root", cred, &isroot); in secmodel_extensions_process_cb()
426 if (error == 0 && !isroot) in secmodel_extensions_process_cb()
477 bool isroot = false; in secmodel_extensions_network_cb() local
480 "is-root", cred, &isroot); in secmodel_extensions_network_cb()
481 if (error == 0 && !isroot) in secmodel_extensions_network_cb()
/dports/net/nss-pam-ldapd-sasl/nss-pam-ldapd-0.9.11/nslcd/
H A Dusermod.c161 int asroot, isroot; in nslcd_usermod() local
231 isroot = (calleruid == 0) && asroot; in nslcd_usermod()
242 if ((*password == '\0') && isroot && (nslcd_cfg->rootpwmodpw != NULL)) in nslcd_usermod()
256 if ((homedir != NULL) && (!isroot) && !is_valid_homedir(homedir)) in nslcd_usermod()
264 if ((shell != NULL) && (!isroot) && !is_valid_shell(shell)) in nslcd_usermod()
/dports/net/nss-pam-ldapd/nss-pam-ldapd-0.9.11/nslcd/
H A Dusermod.c161 int asroot, isroot; in nslcd_usermod() local
231 isroot = (calleruid == 0) && asroot; in nslcd_usermod()
242 if ((*password == '\0') && isroot && (nslcd_cfg->rootpwmodpw != NULL)) in nslcd_usermod()
256 if ((homedir != NULL) && (!isroot) && !is_valid_homedir(homedir)) in nslcd_usermod()
264 if ((shell != NULL) && (!isroot) && !is_valid_shell(shell)) in nslcd_usermod()
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/uts/common/sys/
H A Dctf.h219 #define CTF_TYPE_INFO(kind, isroot, vlen) \ argument
220 (((kind) << 11) | (((isroot) ? 1 : 0) << 10) | ((vlen) & CTF_MAX_VLEN))
246 #define CTF_TYPE_INFO_V1(kind, isroot, vlen) \ argument
247 (((kind) << 12) | (((isroot) ? 1 : 0) << 11) | ((vlen) & 0x07ff))
/dports/devel/clixon/clixon-4.8.0/apps/cli/
H A Dcli_auto.c324 int isroot; in cli_auto_show() local
380 isroot = (xpath == NULL) || strcmp(xpath,"/")==0; in cli_auto_show()
405 if (isroot) in cli_auto_show()
414 if (isroot) in cli_auto_show()
423 if (isroot) in cli_auto_show()
432 if (isroot) in cli_auto_show()
443 if (isroot) in cli_auto_show()
/dports/www/interchange/interchange-5.6.3/scripts/
H A Dmakecat.PL417 my $isroot = 0;
740 unless($isroot) {
918 unless ($isroot) {
1273 if($isroot) {
1869 if($isroot) {
1949 ) if $isroot;
1973 if $isroot;
1997 if $isroot;
2189 if($isroot) {
2215 if($isroot) {
[all …]
/dports/ftp/pure-ftpd/pure-ftpd-1.0.50/src/
H A Dpure-quotacheck.c22 static signed char isroot; variable
277 isroot = 1; in main()
363 if (isroot != 0) { in main()
384 if (traverse(isroot != 0 ? "/" : "./") < 0) { in main()
392 if (isroot != 0) { in main()
/dports/cad/gtkwave/gtkwave-3.3.107/src/
H A Djrb.c35 #define isroot(n) (n->roothead & 1) macro
112 while (!isroot(n)) { in lprev()
122 while (!isroot(n)) { in rprev()
320 if (isroot(n)) { in recolor()
329 if (isroot(p)) { in recolor()
364 ir = isroot(y); in single_rotate()
418 if (isroot(n)) { in jrb_delete_node()
424 if (isroot(p)) { in jrb_delete_node()
473 if (isroot(n)) return; in jrb_delete_node()
/dports/cad/gtkwave/gtkwave-3.3.107/contrib/rtlbrowse/
H A Djrb.c35 #define isroot(n) (n->roothead & 1) macro
112 while (!isroot(n)) { in lprev()
122 while (!isroot(n)) { in rprev()
320 if (isroot(n)) { in recolor()
329 if (isroot(p)) { in recolor()
364 ir = isroot(y); in single_rotate()
418 if (isroot(n)) { in jrb_delete_node()
424 if (isroot(p)) { in jrb_delete_node()
473 if (isroot(n)) return; in jrb_delete_node()
/dports/sysutils/coreutils/coreutils-8.32/tests/misc/
H A Dchroot-fail.sh50 ln -s / isroot || framework_failure_
51 for dir in '/' '/.' '/../' isroot; do
/dports/misc/gnuls/coreutils-8.30/tests/misc/
H A Dchroot-fail.sh50 ln -s / isroot || framework_failure_
51 for dir in '/' '/.' '/../' isroot; do
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Sema/
H A Dfunction-redecl.c98 int isroot(short x, // expected-note{{previous declaration is here}}
101 int isroot(x, y) in isroot() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Sema/
H A Dfunction-redecl.c98 int isroot(short x, // expected-note{{previous declaration is here}}
101 int isroot(x, y) in isroot() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Sema/
H A Dfunction-redecl.c98 int isroot(short x, // expected-note{{previous declaration is here}}
101 int isroot(x, y) in isroot() function

12345678910>>...15