Home
last modified time | relevance | path

Searched refs:ON_UNIX (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar/
H A DConstant.pm99 use constant ON_UNIX => ($^O ne 'MSWin32' and $^O ne 'MacOS' and $^O ne 'VMS'); constant
/openbsd/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/
H A DTar.pm958 if( ON_UNIX ) {
971 if( ON_UNIX ) {
983 ON_UNIX && !system('mknod', $file, 'p') or
989 ON_UNIX && !system('mknod', $file, $mode,
/openbsd/gnu/usr.bin/perl/cpan/File-Fetch/t/
H A D01_File-Fetch.t168 my $prefix = &File::Fetch::ON_UNIX ? 'file://' : 'file:///';
/openbsd/gnu/usr.bin/perl/cpan/File-Fetch/lib/File/
H A DFetch.pm58 use constant ON_UNIX => (!ON_WIN); constant