Searched refs:enc2xs (Results 1 – 25 of 29) sorted by relevance
12
| /mirbsd/src/gnu/usr.bin/perl/ext/Encode/Encode/ |
| D | Makefile_PL.e2x | 3 # enc2xs version $_Version_ 19 my ($enc2xs, $encode_h) = (); 23 for my $f (qw/enc2xs enc2xs5.7.3/){ 25 -r $path and $enc2xs = $path and last PATHLOOP; 28 $enc2xs or die "enc2xs not found!"; 29 print "enc2xs is $enc2xs\n"; 140 …tr = "# $name\$(OBJ_EXT) depends on .h and .exh files not .c files - but all written by enc2xs\n"; 169 qq{\n\t\$(PERL) $plib $enc2xs $ucopts -o \$\@ -f $table.fnm\n\n};
|
| D | Changes.e2x | 7 Autogenerated by enc2xs version $_Version_.
|
| D | ConfigLocal_PM.e2x | 4 # You should not edit this file by hand! use "enc2xs -C"
|
| /mirbsd/src/gnu/usr.bin/perl/utils/ |
| D | enc2xs.PL | 36 my $enc2xs = File::Spec->catfile(File::Spec->catdir(File::Spec->updir, "ext", "Encode", "bin"), "en… 38 if (open(ENC2XS, $enc2xs)) { 42 die "$0: cannot find '$enc2xs'\n";
|
| D | Makefile | 8 …livp.PL pl2pm.PL prove.PL splain.PL perlcc.PL dprofpp.PL libnetcfg.PL piconv.PL enc2xs.PL xsubpp.PL 9 … instmodsh perlbug perldoc perlivp pl2pm prove splain perlcc dprofpp libnetcfg piconv enc2xs xsubpp 10 …erldoc ./perlivp ./pl2pm ./prove ./splain ./perlcc ./dprofpp ./libnetcfg ./piconv ./enc2xs ./xsubpp 60 enc2xs: enc2xs.PL ../config.sh target
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Encode/ |
| D | Makefile.PL | 18 my @exe_files = qw(bin/enc2xs 100 my $enc2xs = $self->catfile('bin', 'enc2xs'); 101 $str .= "$table.c : $enc2xs Makefile.PL"; 117 qq{\n\t\$(PERL) $plib $enc2xs $ucopts -o \$\@ -f $table.fnm\n\n};
|
| D | MANIFEST | 11 Encode/Changes.e2x Skeleton file for enc2xs 12 Encode/ConfigLocal_PM.e2x Skeleton file for enc2xs 13 Encode/Makefile_PL.e2x Skeleton file for enc2xs 14 Encode/README.e2x Skeleton file for enc2xs 15 Encode/_PM.e2x Skeleton file for enc2xs 16 Encode/_T.e2x Skeleton file for enc2xs 33 bin/enc2xs Encode module generator
|
| D | Changes | 165 ! bin/enc2xs 169 ! bin/enc2xs AUTHORS 171 Subject: [PATCH] Correct statistics from enc2xs 225 ! bin/enc2xs 536 ! bin/enc2xs 640 ! bin/enc2xs bin/piconv 646 ! Makefile.PL bin/enc2xs lib/Encode/Supported.pod 652 ! */Makefile.PL Makefile.PL bin/enc2xs Encode/Makefile_PL.e2x AUTHORS 690 ! bin/enc2xs 708 ! bin/enc2xs [all …]
|
| D | README | 28 By default, only enc2xs and piconv are installed.
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Encode/Symbol/ |
| D | Makefile.PL | 123 my $enc2xs = $self->catfile($self->updir,'bin', 'enc2xs'); 129 $str .= "$table.c : $enc2xs Makefile.PL"; 145 qq{\n\t\$(PERL) $plib $enc2xs $ucopts -o \$\@ -f $table.fnm\n\n};
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Encode/EBCDIC/ |
| D | Makefile.PL | 118 my $enc2xs = $self->catfile($self->updir,'bin', 'enc2xs'); 124 $str .= "$table.c : $enc2xs Makefile.PL"; 140 qq{\n\t\$(PERL) $plib $enc2xs $ucopts -o \$\@ -f $table.fnm\n\n};
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Encode/JP/ |
| D | Makefile.PL | 137 my $enc2xs = $self->catfile($self->updir,'bin', 'enc2xs'); 143 $str .= "$table.c : $enc2xs Makefile.PL"; 159 qq{\n\t\$(PERL) $plib $enc2xs $ucopts -o \$\@ -f $table.fnm\n\n};
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Encode/KR/ |
| D | Makefile.PL | 135 my $enc2xs = $self->catfile($self->updir,'bin', 'enc2xs'); 141 $str .= "$table.c : $enc2xs Makefile.PL"; 157 qq{\n\t\$(PERL) $plib $enc2xs $ucopts -o \$\@ -f $table.fnm\n\n};
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Encode/CN/ |
| D | Makefile.PL | 137 my $enc2xs = $self->catfile($self->updir,'bin', 'enc2xs'); 143 $str .= "$table.c : $enc2xs Makefile.PL"; 159 qq{\n\t\$(PERL) $plib $enc2xs $ucopts -o \$\@ -f $table.fnm\n\n};
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Encode/TW/ |
| D | Makefile.PL | 133 my $enc2xs = $self->catfile($self->updir,'bin', 'enc2xs'); 139 $str .= "$table.c : $enc2xs Makefile.PL"; 155 qq{\n\t\$(PERL) $plib $enc2xs $ucopts -o \$\@ -f $table.fnm\n\n};
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Encode/Byte/ |
| D | Makefile.PL | 161 my $enc2xs = $self->catfile($self->updir,'bin', 'enc2xs'); 167 $str .= "$table.c : $enc2xs Makefile.PL"; 183 qq{\n\t\$(PERL) $plib $enc2xs $ucopts -o \$\@ -f $table.fnm\n\n};
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Encode/bin/ |
| D | enc2xs | 1038 enc2xs -- Perl Encode Module Generator 1042 enc2xs -[options] 1043 enc2xs -M ModName mapfiles... 1044 enc2xs -C 1048 F<enc2xs> builds a Perl extension for use by Encode from either 1051 module, you can use F<enc2xs> to add your own encoding to perl. 1124 /usr/local/bin/perl /usr/local/bin/enc2xs -Q -O \
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | utils.lst | 11 utils/enc2xs
|
| D | Makefile.bsd-wrapper1 | 33 enc2xs 1 ext/Encode/bin/enc2xs \
|
| D | MANIFEST | 356 ext/Encode/bin/enc2xs Encode module generator 370 ext/Encode/Encode/Changes.e2x Skeleton file for enc2xs 371 ext/Encode/Encode/ConfigLocal_PM.e2x Skeleton file for enc2xs 373 ext/Encode/Encode/Makefile_PL.e2x Skeleton file for enc2xs 375 ext/Encode/Encode/_PM.e2x Skeleton file for enc2xs 376 ext/Encode/Encode/README.e2x Skeleton file for enc2xs 377 ext/Encode/Encode/_T.e2x Skeleton file for enc2xs 2936 utils/enc2xs.PL Encode module generator
|
| /mirbsd/src/gnu/usr.bin/perl/win32/ |
| D | Makefile | 557 ..\utils\enc2xs \ 1210 perldoc perlivp dprofpp perlcc libnetcfg enc2xs piconv cpan *.bat \
|
| D | makefile.mk | 709 ..\utils\enc2xs \ 1384 perldoc perlivp dprofpp perlcc libnetcfg enc2xs piconv cpan *.bat \
|
| /mirbsd/src/gnu/usr.bin/perl/vms/ |
| D | descrip_mms.template | 343 utils4 = [.utils]enc2xs.com [.utils]piconv.com [.utils]cpan.com [.utils]prove.com 558 [.utils]enc2xs.com : [.utils]enc2xs.PL $(ARCHDIR)Config.pm
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Encode/lib/Encode/ |
| D | Supported.pod | 413 approach, currently unsupported by F<enc2xs>:
|
| /mirbsd/src/distrib/lists/base/gnu/ |
| D | mi | 9 ./usr/bin/enc2xs 1249 ./usr/share/man/cat1/enc2xs.0
|
12