| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/ |
| H A D | Ok.t | 29 is($ok->effective_pass, 1, "effective pass"); 79 is($ok->effective_pass, 0, "effective pass"); 108 is($ok->effective_pass, 1, "effective pass is true from todo"); 168 is($ok->effective_pass, 1, "set effective pass");
|
| /openbsd-src/regress/sys/kern/setuid/ |
| H A D | Makefile | 46 REGRESS_TARGETS+= run-regress-suidexec-effective-exec-inherit 49 REGRESS_TARGETS+= run-regress-sgidexec-effective-exec-inherit 110 run-regress-suidexec-effective-exec-inherit: install 125 run-regress-sgidexec-effective-exec-inherit: install
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Memoize/t/ |
| H A D | expmod.t | 13 cmp_ok $num_keys, '>', 0, 'HASH option is effective'; 21 cmp_ok $num_keys, '<', $num_keys_step2, 'HASH option is effective';
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | split.t | 686 { separator => '0', effective => '', text => 'ab' }, 687 { separator => ';', effective => ';', text => 'a;b' }, 691 my ($separator, $effective, $text) = @$_{qw(separator effective text)}; 693 is($separator,$effective,"Going to split '$text' with '$separator'");
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemoteProperties.td | 15 …sed to get a hold of the process's loaded modules. This setting is only effective if lldb was buil…
|
| /openbsd-src/gnu/llvm/libcxx/docs/Status/ |
| H A D | Ranges.rst | 18 sub-projects. This is imperative to effective implementation so that work is not
|
| H A D | Format.rst | 18 these sub-projects. This is imperative to effective implementation so that work is not
|
| H A D | Spaceship.rst | 18 and who is assigned to these sub-projects. This is imperative to effective
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
| H A D | M68kInstrFormats.td | 475 // using the effective address field in the operation word. The effective address 478 // field contains the number of a register. The effective address field may 480 // information, called the effective address extension, is contained in the 482 // effective address modes are grouped into three categories: register direct,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
| H A D | VEInstrFormats.td | 65 // The effective address is generated by sz + sy + imm32. 90 // RRM type is identical to RM, but the effective address is generated
|
| /openbsd-src/gnu/usr.bin/perl/t/porting/ |
| H A D | diag.t | 711 switching effective gid is not implemented 712 switching effective uid is not implemented
|
| /openbsd-src/gnu/usr.bin/perl/ext/DynaLoader/ |
| H A D | README | 14 Note that, to be effective, the DynaLoader module must be _statically_
|
| /openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| H A D | 2001-04-16-DynamicCompilation.txt | 49 increase in effective system performance for real world environments.
|
| /openbsd-src/gnu/gcc/gcc/doc/include/ |
| H A D | funding.texi | 15 development. The most effective approach known is to encourage
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/include/ |
| H A D | funding.texi | 15 development. The most effective approach known is to encourage
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | doio.c | 2944 Perl_cando(pTHX_ Mode_t mode, bool effective, const Stat_t *statbufp) 2945 /* effective is a flag, true for EUID, or for checking if the effective gid 2974 PERL_UNUSED_ARG(effective); 2979 if (ingroup(544,effective)) { /* member of Administrators */ 2981 if ((effective ? PerlProc_geteuid() : PerlProc_getuid()) == 0) { /* root is special */ 2991 if (statbufp->st_uid == (effective ? PerlProc_geteuid() : PerlProc_getuid()) ) { 2995 else if (ingroup(statbufp->st_gid,effective)) { 3008 S_ingroup(pTHX_ Gid_t testgid, bool effective) 3014 if (testgid == (effective 2903 Perl_cando(pTHX_ Mode_t mode,bool effective,const Stat_t * statbufp) global() argument 2965 S_ingroup(pTHX_ Gid_t testgid,bool effective) global() argument [all...] |
| /openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/corpus/ |
| H A D | perlvar-copy.pod | 913 the effective uid at the same time by using POSIX::setuid(). Since 924 The effective uid of this process. Example: 926 $< = $>; # set real to effective uid 927 ($<,$>) = ($>,$<); # swap real and effective uid 929 You can change both the effective uid and the real uid at the same 953 that this is different to the effective gid (C<$)>) which does take a 956 You can change both the real gid and the effective gid at the same 970 The effective gid of this process. If you are on a machine that 977 list of numbers. The first number sets the effective gid, and 979 empty list for setgroups(), just repeat the new effective gid; that is, [all …]
|
| /openbsd-src/gnu/llvm/llvm/docs/Frontend/ |
| H A D | PerformanceTips.rst | 43 make LLVM's inter-procedural optimizations much more effective. 65 effective than it could be. 76 be an effective way to represent collections of small packed fields.
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| H A D | perlvaro.txt | 205 The effective uid of this process. Example: 206 $< = $>; # set real to effective uid 207 ($<,$>) = ($>,$<); # swap real and effective uid 218 The effective gid of this process. If you are on a machine that supports membership in multiple gro… 219 …effective gid, and the rest (if any) are passed to setgroups(). To get the effect of an empty list… 220 (Mnemonic: parentheses are used to group things. The effective gid is the group that's right for yo…
|
| H A D | perlvar.pod | 635 The effective uid of this process. Example: 637 $< = $>; # set real to effective uid 638 ($<,$>) = ($>,$<); # swap real and effective uid 669 The effective gid of this process. If you are on a machine that 676 list of numbers. The first number sets the effective gid, and 678 empty list for setgroups(), just repeat the new effective gid; that is, 679 to force an effective gid of 5 and an effectively empty setgroups() 682 (Mnemonic: parentheses are used to I<group> things. The effective gid
|
| /openbsd-src/gnu/usr.bin/perl/dist/threads/t/ |
| H A D | join.t | 136 ok($sawpid && $sawexe, 'altering $0 is effective');
|
| /openbsd-src/gnu/llvm/lldb/docs/ |
| H A D | lldb-platform-packets.txt | 197 // "euid" integer A string value containing the decimal effective user ID 198 // "egid" integer A string value containing the decimal effective group ID
|
| H A D | lldb-gdb-remote.txt | 1050 read packet: $pid:42a8;parent-pid:42bf;real-uid:ecf;real-gid:b;effective-uid:ecf;effective-gid:b;cp… 1055 read packet: $pid:d22c;parent-pid:d34d;real-uid:ecf;real-gid:b;effective-uid:ecf;effective-gid:b;cp… 1063 effective-uid: the effective user id of the process 1064 effective-gid: the effective group id of the process 1664 // "euid" integer A string value containing the decimal effective user ID 1665 // "egid" integer A string value containing the decimal effective group ID 1749 // "euid" integer A string value containing the decimal effective user ID 1750 // "egid" integer A string value containing the decimal effective group ID
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | jpeg | 126 # named accumulators, it would be even more effective...
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlvar.pod | 294 that this is different to the effective gid (C<$)>) which does take a 297 You can change both the real gid and the effective gid at the same 312 The effective gid of this process. If you are on a machine that 319 list of numbers. The first number sets the effective gid, and 321 empty list for C<setgroups()>, just repeat the new effective gid; that is, 322 to force an effective gid of 5 and an effectively empty C<setgroups()> 325 You can change both the effective gid and the real gid at the same 334 Mnemonic: parentheses are used to I<group> things. The effective gid 345 effective uid at the same time by using C<POSIX::setuid()>. Since 358 The effective ui [all...] |