Searched defs:HIGH (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm35 on a directory can not use the MEDIUM and HIGH security tests.
202 use constant HIGH => 2; constant
436 } elsif (File::Temp->safe_level == HIGH) {
808 # Currently, the systems that can do HIGH or MEDIUM are identical
1922 =item HIGH
1939 File::Temp->safe_level( File::Temp::HIGH );
1944 run with MEDIUM or HIGH security. This is simply because the
1950 On systems that do not support the HIGH or MEDIUM safety levels
1960 $newlevel = File::Temp->safe_level( File::Temp::HIGH );
1962 if $newlevel != File::Temp::HIGH;
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Ddrand48.c73 #define HIGH(x) LOW((x) >> N) macro
75 (z)[0] = LOW(l); (z)[1] = HIGH(l); }
152 SEED(X0, LOW(fixseed), HIGH(fixseed));

Completed in 21 milliseconds