Searched refs:xs (Results 26 - 49 of 49) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_MacOS.pm404 # corresponding *.xs file. The bottomline was, that we need an
523 sub init_dirscan { # --- File and Directory Lists (.xs .pm .pod etc)
525 my($name, %dir, %xs, %c, %h, %ignore, %pl_files, %manifypods);
542 } elsif ($name =~ /\.xs$/){
543 my($c); ($c = $name) =~ s/\.xs$/.c/;
544 $xs{$name} = $c;
621 $self->{XS} = \%xs unless $self->{XS};
762 my(@otherfiles) = values %{$self->{XS}}; # .c files from *.xs files
H A DMM_VMS.pm112 my($defname,$defpm,@pm,%xs,$pm);
121 # first .pm file with a matching .xs file.
126 %xs = map { s/.xs$//; ($_,1) } glob('*.xs');
127 if (keys %xs) {
129 $defpm = $pm, last if exists $xs{$pm};
581 .SUFFIXES : $(OBJ_EXT) .c .cpp .cxx .xs
882 .xs.c :
883 $(XSUBPP) $(XSPROTOARG) $(XSUBPPARGS) $(MMS$TARGET_NAME).xs >
[all...]
H A DMM_Any.pm250 XS_VERSION: version in your .xs file. Defaults to $(VERSION)
254 XS_DEFINE_VERSION: -D line to set the xs version when compiling.
294 # corresponding *.xs file. The bottomline was, that we need an
418 .SUFFIXES: .xs .c .C .cpp .i .s .cxx .cc $(OBJ_EXT)
H A DMM_Unix.pm286 my(@otherfiles) = values %{$self->{XS}}; # .c files from *.xs files
1433 sub init_dirscan { # --- File and Directory Lists (.xs .pm .pod etc)
1435 my($name, %dir, %xs, %c, %h, %ignore, %pl_files, %manifypods);
1454 } elsif ($name =~ /\.xs\z/){
1455 my($c); ($c = $name) =~ s/\.xs\z/.c/;
1456 $xs{$name} = $c;
1563 $self->{XS} ||= \%xs;
4090 .xs.c:
4091 $(PERLRUN) $(XSUBPP) $(XSPROTOARG) $(XSUBPPARGS) $(XSUBPP_EXTRA_ARGS) $*.xs > $*.xsc && $(MV) $*.xsc $*.c
4105 .xs
[all...]
H A Dxsubpp9 B<xsubpp> [B<-v>] [B<-C++>] [B<-except>] [B<-s pattern>] [B<-prototypes>] [B<-noversioncheck>] [B<-nolinenumbers>] [B<-nooptimize>] [B<-typemap typemap>] ... file.xs
63 from the C<.xs> file) and the C<.pm> files have the same version
129 $usage = "Usage: xsubpp [-v] [-C++] [-except] [-prototypes] [-noversioncheck] [-nolinenumbers] [-nooptimize] [-noinout] [-noargtypes] [-s pattern] [-typemap typemap]... file.xs\n";
320 )* /xs;
360 $cfile =~ s/\.xs$/.c/i or $cfile .= ".c";
1617 #-Wall: if there is no $Full_func_name there are no xsubs in this .xs
H A DMakeMaker.pm2075 Hashref of .xs files. MakeMaker will default this. e.g.
2077 {'name_of_file.xs' => 'name_of_file.c'}
2096 Your version number for the .xs file of this package. This defaults
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DWin32.pm194 }xs;
206 }xs;
H A DUnix.pm255 $path =~ m|^ ( (?: .* / (?: \.\.?\Z(?!\n) )? )? ) ([^/]*) |xs;
H A DMac.pm473 |xs;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.xs225 INCLUDE: const-xs.inc
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DDynaLoader_pm.PL93 @dl_resolve_using = dl_findfile('-lc') if $dlsrc eq "dl_dld.xs";
189 # NOTE: All dl_*.xs (including dl_none.xs) define a dl_error() XSUB
340 my $xs = dl_install_xsub("${module}::bootstrap", $boot_symbol_ref, $file);
346 &$xs(@args);
447 push(@names,"$_.a") if !m/\.a$/ and $dlsrc eq "dl_dld.xs";
480 # Some systems may implement it in the dl_*.xs file in which case
492 if ($Is_VMS) { # dl_expandspec should be defined in dl_vms.xs
713 either in the F<dl_*.xs> file or code can be added to the autoloadable
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Denc2xs162 if ($cname =~ /\.(c|xs)$/i) # VMS may have upcased filenames with DECC$ARGV_PARSE_STYLE defined
183 if ($cname =~ /(\w+)\.xs$/)
299 if ($cname =~ /(\w+)\.xs$/)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/
H A DPPPort.pm265 * perl -x ppport.h *.c *.h *.xs foo/bar*.c [etc]
281 @ARGV = ("*.xs") if !@ARGV;
560 /* newCONSTSUB from IO.xs is in the core starting with 5.004_63 */
620 * this, if you want to make the extension thread-safe. See ext/re/re.xs
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm15 # Remember not to take shortcuts ala $xs = $x->{value}; $CALC->foo($xs); since
2031 my ($x,$pad,$xs) = @_;
2092 my $xs = $CALC->_str($x->{value});
2097 $digit_round = '0'; $digit_round = substr($xs,$pl,1) if $pad <= $len;
2099 $digit_after = '0'; $digit_after = substr($xs,$pl,1) if $pad > 0;
2109 ($x->_scan_for_nonzero($pad,$xs) == 0) &&
2121 substr($xs,-$pad,$pad) = '0' x $pad;
2132 $pad = $len, $xs = '0' x $pad if $scale < 0; # tlr: whack 0.51=>1.0
2139 $c = substr($xs,
[all...]
H A DBigFloat.pm1116 my ($x,$y,$xs,$ys) = @_;
1119 if ($xs eq $ys)
1122 # the sign follows $xs
1123 return ($x, $xs);
1134 $xs = '+';
1139 $xs = $ys;
1141 ($x,$xs);
1149 my ($x,$y,$xs,$ys) = @_;
1153 _e_add($x,$y,$xs,$ys); # call add (does subtract now)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2xs.PL140 Omit C<constant()> from the .xs file and corresponding specialised
172 Include code for safely storing static data in the .xs file.
535 -g, --global Include code for safely storing static data in the .xs file.
921 my $constsxsfname = 'const-xs.inc';
962 open(XS, ">$modfname.xs") || die "Can't create $ext$modpname/$modfname.xs: $!\n";
1362 warn "Writing $ext$modpname/$modfname.xs\n";
H A Dc2ph.PL1121 elsif (s/^(\d+)=xs\w+:,(\d+),(\d+);//) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.xs745 INCLUDE: const-xs.inc
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.xs799 INCLUDE: const-xs.inc
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DLangTags.pm111 $/xs ? 1 : 0;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/LangTags/
H A DList.pm94 $/xs;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.xs763 #error Unknown byteoder. Please append your byteorder to Storable.xs
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm4401 }xs){
H A Dperl5db.pl7666 trap unicode var vms win32 xs xstut

Completed in 149 milliseconds

12