Lines Matching refs:UNAME
168 # The MACHINE part of the array POSIX::uname() returns on VMS isn't
206 # Look for ISC/SCO with its unique uname program
208 return undef unless IPC::Cmd::can_run('uname');
210 open UNAME, "uname -X 2>/dev/null|" or return '';
213 while ( <UNAME> ) {
218 close UNAME;
253 ($SYSTEM, undef, $RELEASE, $VERSION, $MACHINE) = POSIX::uname();
406 # 'Windows NT' is the system name according to POSIX::uname()!
774 my $REL = uname('-r');
927 # otherwise the SYSTEM we got from from POSIX::uname().