Searched refs:dftables (Results 1 – 11 of 11) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_chartables.c.dist | 5 /* This file was automatically written by the dftables auxiliary 10 /*The dftables program (which is distributed with PCRE2) can be used to 13 encoding, for example ISO-8859-1. When dftables is run, it creates these
|
/external/pcre/dist2/ |
D | Makefile.am | 329 noinst_PROGRAMS += dftables program 330 dftables_SOURCES = src/dftables.c 331 src/pcre2_chartables.c: dftables$(EXEEXT) 333 ./dftables$(EXEEXT) $@
|
D | README | 280 a program called dftables is compiled and run in the default C locale when 546 specify --enable-rebuild-chartables, because if you do, the dftables.c source 549 because dftables.c needs to be compiled with the local compiler, not the cross 558 move pcre2_chartables.c.dist out of the way, then compile dftables.c by hand 720 by the program dftables (compiled from dftables.c), which uses the ANSI C 730 When the dftables program is run as a result of --enable-rebuild-chartables, 735 locale that is specified by the LC_xxx variables, you can run the dftables 738 ./dftables -L pcre2_chartables.c.special 766 src/dftables.c auxiliary program for building pcre2_chartables.c
|
D | CMakeLists.txt | 422 ADD_EXECUTABLE(dftables src/dftables.c) target 425 DEPENDS dftables 426 COMMAND dftables
|
D | PrepareRelease | 193 src/dftables.c \
|
D | Makefile.in | 99 @WITH_REBUILD_CHARTABLES_TRUE@am__append_1 = dftables 361 @WITH_REBUILD_CHARTABLES_TRUE@am__EXEEXT_2 = dftables$(EXEEXT) 365 am__dftables_SOURCES_DIST = src/dftables.c 367 @WITH_REBUILD_CHARTABLES_TRUE@ src/dftables.$(OBJEXT) 1165 @WITH_REBUILD_CHARTABLES_TRUE@dftables_SOURCES = src/dftables.c 1635 src/dftables.$(OBJEXT): src/$(am__dirstamp) \ 1638 dftables$(EXEEXT): $(dftables_OBJECTS) $(dftables_DEPENDENCIES) $(EXTRA_dftables_DEPENDENCIES) 1639 @rm -f dftables$(EXEEXT) 1710 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/dftables.Po@am__quote@ 3249 @WITH_REBUILD_CHARTABLES_TRUE@src/pcre2_chartables.c: dftables$(EXEEXT) [all …]
|
D | NON-AUTOTOOLS-BUILD | 72 Compile src/dftables.c as a stand-alone program (using -DHAVE_CONFIG_H 78 the dftables command. You must use this method if you are building on a
|
D | ChangeLog | 1124 4. Fix typos in dftables.c for z/OS.
|
/external/pcre/dist2/doc/html/ |
D | README.txt | 280 a program called dftables is compiled and run in the default C locale when 546 specify --enable-rebuild-chartables, because if you do, the dftables.c source 549 because dftables.c needs to be compiled with the local compiler, not the cross 558 move pcre2_chartables.c.dist out of the way, then compile dftables.c by hand 720 by the program dftables (compiled from dftables.c), which uses the ANSI C 730 When the dftables program is run as a result of --enable-rebuild-chartables, 735 locale that is specified by the LC_xxx variables, you can run the dftables 738 ./dftables -L pcre2_chartables.c.special 766 src/dftables.c auxiliary program for building pcre2_chartables.c
|
D | NON-AUTOTOOLS-BUILD.txt | 72 Compile src/dftables.c as a stand-alone program (using -DHAVE_CONFIG_H 78 the dftables command. You must use this method if you are building on a
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 3858 Instead, a program called dftables is compiled and run. This outputs 3861 you are cross compiling, because dftables is run on the local host. If
|