Home | History | Annotate | Download | only in OpenSSL

Lines Matching refs:UNAME

169     # The MACHINE part of the array POSIX::uname() returns on VMS isn't
207 # Look for ISC/SCO with its unique uname program
209 return undef unless IPC::Cmd::can_run('uname');
211 open UNAME, "uname -X 2>/dev/null|" or return '';
214 while ( <UNAME> ) {
219 close UNAME;
254 ($SYSTEM, undef, $RELEASE, $VERSION, $MACHINE) = POSIX::uname();
407 # 'Windows NT' is the system name according to POSIX::uname()!
786 my $REL = uname('-r');
946 # otherwise the SYSTEM we got from from POSIX::uname().