Searched refs:Fcntl (Results 1 - 25 of 41) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Fcntl/
H A DFcntl.xs38 MODULE = Fcntl PACKAGE = Fcntl
H A DFcntl.pm1 package Fcntl; package
5 Fcntl - load the C Fcntl.h defines
9 use Fcntl;
10 use Fcntl qw(:DEFAULT :flock);
224 die "&Fcntl::constant not defined" if $constname eq 'constant';
234 XSLoader::load 'Fcntl', $VERSION;
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/File/
H A DFile.pm28 # Fcntl module.
35 # Export from Fcntl if the tag is ':ALL'
37 require Fcntl;
38 Fcntl->export_to_level(1, undef, ':DEFAULT');
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dgoto_xs.t20 eval 'require Fcntl'
21 or do { print "1..0\n# Fcntl unavailable, can't test XS goto.\n"; exit 0 };
27 # likely do the unthinkable. However, Fcntl::constant("LOCK_SH",0)
29 # cpp symbol; Fcntl.xs says:
35 ### First, we check whether Fcntl::constant returns sane answers.
36 # Fcntl::constant("LOCK_SH",0) should always succeed.
38 $value = Fcntl::constant($VALID);
46 sub goto_const { goto &Fcntl::constant; }
52 $FNAME1 = 'Fcntl::constant';
65 package Fcntl; package
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/t/
H A Dopen.t14 unless (" $Config{extensions} " =~ / Fcntl /) {
15 print "1..0 # Skip: no Fcntl (how did you get this far?)\n";
22 use Fcntl qw(:seek);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Fcntl/t/
H A Dfcntl.t13 use Fcntl;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/
H A D14_lock.t19 use Fcntl ':flock'; # This works at least back to 5.004_04
H A D08_ro.t13 use Fcntl 'O_RDONLY';
H A D16_handle.t20 use Fcntl 'O_CREAT', 'O_RDWR';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/t/
H A Dtiefeatures.t5 use Fcntl;
H A Derrors.t22 use Fcntl;
H A Dtie.t5 use Fcntl;
H A Dtie_ndbm.t5 use Fcntl;
H A Dtie_sdbm.t5 use Fcntl;
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/
H A DExacct.pm63 # ::File and Fcntl
67 require Fcntl;
68 Fcntl->export_to_level(1, undef, ':DEFAULT');
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DFile.pm94 Fcntl module, if this module is available.
129 # Make all Fcntl O_XXX constants available for importing
130 require Fcntl;
131 my @O = grep /^O_/, @Fcntl::EXPORT;
132 Fcntl->import(@O); # first we import what we want to export
H A DPipe.pm57 require Fcntl;
62 fcntl($handle, Fcntl::F_SETFD(), 1) or croak "fcntl: $!";
H A DSeekable.pm64 The SEEK_* constants can be imported from the C<Fcntl> module if you
104 use Fcntl qw(SEEK_SET SEEK_CUR SEEK_END);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/NDBM_File/
H A DNDBM_File.pm24 use Fcntl; # For O_RDWR, O_CREAT, etc.
111 See L<perlfunc/tie>, L<perldbmfilter>, L<Fcntl>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ODBM_File/
H A DODBM_File.pm24 use Fcntl; # For O_RDWR, O_CREAT, etc.
111 See L<perlfunc/tie>, L<perldbmfilter>, L<Fcntl>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/
H A DSDBM_File.pm24 use Fcntl; # For O_RDWR, O_CREAT, etc.
114 See L<perlfunc/tie>, L<perldbmfilter>, L<Fcntl>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAnyDBM_File.t14 use Fcntl;
H A Dopen.t96 use Fcntl 'SEEK_CUR';
H A DFileHandle.pm67 # Specialized importer for Fcntl magic.
76 # If the Fcntl extension is available,
80 require Fcntl;
81 Exporter::export('Fcntl', $callpkg);
175 constants from the Fcntl module. If dynamic loading is not available,
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/t/
H A DRandTest20 use Fcntl;

Completed in 100 milliseconds

12