HomeSort by relevance Sort by last modified time
    Searched refs:Safe (Results 1 - 16 of 16) sorted by null

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
safe1.t 26 use Safe 1.00;
33 # create and destroy some automatic Safe compartments first
34 $cpt = new Safe or die;
35 $cpt = new Safe or die;
36 $cpt = new Safe or die;
38 $cpt = new Safe "Root" or die;
safe3.t 22 use Safe;
24 my $safe = new Safe;
25 $safe->deny('add');
28 # Attempt to change the opmask from within the safe compartment
29 $safe->reval( qq{\$_[1] = qq/\0/ x } . $masksize );
32 $safe->reval( q{$x + $y} );
36 my $safe2 = new Safe;
safe2.t 23 use Safe 1.00;
36 # create and destroy a couple of automatic Safe compartments first
37 $cpt = new Safe or die;
38 $cpt = new Safe or die;
40 $cpt = new Safe "Root";
  /onnv/onnv-gate/usr/src/lib/libcurses/screen/
caps 56 move_insert_mode, "mir" "mi" Safe to move while in insert mode
57 move_standout_mode, "msgr" "ms" Safe to move in standout modes
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
ops.pm 30 perl -Mops=:default ... # only allow reasonably safe operations
44 Opcode(3), Safe(3), perlrun(3)
Safe.pm 1 package Safe;
6 $Safe::VERSION = "2.10";
17 # can be used to pass the value into the safe
54 $obj->{Root} = "Safe::Root".$default_root++;
59 # XXX perhaps new Safe 'Root', mask => $mask, foo => bar, ...;
124 croak("Safe root method now read-only") if @_;
184 # catch some $safe->share($var) errors:
254 Safe - Compile and execute code in restricted compartments
258 use Safe;
260 $compartment = new Safe;
    [all...]
Opcode.pm 117 Safe modules for more typical uses.
342 leaveeval -- needed for Safe to operate, is safe without entereval
376 output. These are safe on the assumption that only pre-existing
567 Safe(3) -- Opcode and namespace limited execution compartments
572 mbeattie@sable.ox.ac.uk as part of Safe version 1.
574 Split out from Safe module version 1, named opcode tags and other
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
code.t 44 use Safe;
54 no strict; # to make the life for Safe->reval easier
210 my $safe = new Safe;
211 local $Storable::Eval = sub { $safe->reval(shift) };
243 my $safe = new Safe;
245 $safe->permit(qw(:default require));
246 local $Storable::Eval = sub { $safe->reval(shift) };
268 my $safe = new MySafe
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/
README 34 All code in libc must be both MT-Safe and Fork-Safe
35 and where possible (almost everywhere), Async-Signal-Safe.
61 fork-safe) and in which the calling thread has all signals deferred
62 (making the region async-signal-safe).
87 It cannot be interposed upon and it is safe to use while in
89 region; it is async-signal-safe and fork-safe):
219 their use be async-signal safe. Calls to malloc(), calloc(), realloc(),
235 your code cancellation-safe
    [all...]
  /onnv/onnv-gate/usr/src/cmd/praudit/
print_audit.txt 31 these interfaces are MT-Safe.
  /onnv/onnv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
caps 80 move_insert_mode mir mi bool Safe to move while in insert mode
81 move_standout_mode msgr ms bool Safe to move in standout modes
  /onnv/onnv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
caps 80 move_insert_mode mir mi bool Safe to move while in insert mode
81 move_standout_mode msgr ms bool Safe to move in standout modes
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWperl584usr/
prototype_i386 218 f none usr/perl5/5.8.4/lib/i86pc-solaris-64int/Safe.pm 0444 root bin
prototype_sparc 218 f none usr/perl5/5.8.4/lib/sun4-solaris-64int/Safe.pm 0444 root bin
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
MakeMaker.pm 885 foreach (keys %$self) { # safe memory
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
CPAN.pm 22 use Safe ();
    [all...]

Completed in 1860 milliseconds