Searched refs:ON_UNIX (Results 1 – 4 of 4) sorted by relevance
99 use constant ON_UNIX => ($^O ne 'MSWin32' and $^O ne 'MacOS' and $^O ne 'VMS'); constant
958 if( ON_UNIX ) {971 if( ON_UNIX ) {983 ON_UNIX && !system('mknod', $file, 'p') or989 ON_UNIX && !system('mknod', $file, $mode,
168 my $prefix = &File::Fetch::ON_UNIX ? 'file://' : 'file:///';
58 use constant ON_UNIX => (!ON_WIN); constant