Home
last modified time | relevance | path

Searched refs:pcre2_dftables (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/pcre/
H A DMakefile.am249 pcre2_dftables \
356 noinst_PROGRAMS += pcre2_dftables program
357 pcre2_dftables_SOURCES = src/pcre2_dftables.c
358 src/pcre2_chartables.c: pcre2_dftables$(EXEEXT)
360 ./pcre2_dftables$(EXEEXT) $@
H A DREADME301 a program called pcre2_dftables is compiled and run in the default C locale
584 specify --enable-rebuild-chartables, because if you do, the pcre2_dftables.c
587 work, because pcre2_dftables.c needs to be compiled with the local compiler,
596 move pcre2_chartables.c.dist out of the way, then compile pcre2_dftables.c by
764 program pcre2_dftables (compiled from pcre2_dftables.c), which uses the ANSI C
774 When the pcre2_dftables program is run as a result of specifying
780 run the pcre2_dftables program by hand with the -L option. For example:
782 ./pcre2_dftables -L pcre2_chartables.c.special
798 You can also specify -b (with or without -L) when running pcre2_dftables. This
818 src/pcre2_dftables.c auxiliary program for building pcre2_chartables.c
H A D.gitignore43 pcre2_dftables
H A DCMakeLists.txt87 # 2020-03-16 PH renamed dftables as pcre2_dftables (as elsewhere)
578 ADD_EXECUTABLE(pcre2_dftables src/pcre2_dftables.c) target
581 DEPENDS pcre2_dftables
582 COMMAND pcre2_dftables
H A DMakefile.in100 @WITH_REBUILD_CHARTABLES_TRUE@am__append_1 = pcre2_dftables
176 @WITH_REBUILD_CHARTABLES_TRUE@am__EXEEXT_2 = pcre2_dftables$(EXEEXT)
408 am__pcre2_dftables_SOURCES_DIST = src/pcre2_dftables.c
410 @WITH_REBUILD_CHARTABLES_TRUE@ src/pcre2_dftables.$(OBJEXT)
594 src/$(DEPDIR)/pcre2_dftables.Po \
1380 @WITH_REBUILD_CHARTABLES_TRUE@pcre2_dftables_SOURCES = src/pcre2_dftables.c
1916 src/pcre2_dftables.$(OBJEXT): src/$(am__dirstamp) \
1919 pcre2_dftables$(EXEEXT): $(pcre2_dftables_OBJECTS) $(pcre2_dftables_DEPENDENCIES) $(EXTRA_pcre2_dft…
1920 @rm -f pcre2_dftables$(EXEEXT)
2096 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pcre2_dftables.Po@am__quote@ # am--include-marker
[all …]
H A DPrepareRelease214 src/pcre2_dftables.c \
H A DNON-AUTOTOOLS-BUILD86 Compile src/pcre2_dftables.c as a stand-alone program (using
92 option to the pcre2_dftables command. You must use this method if you
H A DChangeLog856 (a) The dftables auxiliary program is renamed pcre2_dftables, but it is still
859 (b) There is now a -b option for pcre2_dftables, which causes the tables to
/aosp_15_r20/external/pcre/src/
H A Dpcre2_chartables.c.dist5 /* This file was automatically written by the pcre2_dftables auxiliary
16 encoding, for example ISO-8859-1. When pcre2_dftables is run, it creates
19 pcre2_dftables manually with the -L option to build tables using the LC_ALL
/aosp_15_r20/external/pcre/doc/html/
H A DREADME.txt301 a program called pcre2_dftables is compiled and run in the default C locale
584 specify --enable-rebuild-chartables, because if you do, the pcre2_dftables.c
587 work, because pcre2_dftables.c needs to be compiled with the local compiler,
596 move pcre2_chartables.c.dist out of the way, then compile pcre2_dftables.c by
764 program pcre2_dftables (compiled from pcre2_dftables.c), which uses the ANSI C
774 When the pcre2_dftables program is run as a result of specifying
780 run the pcre2_dftables program by hand with the -L option. For example:
782 ./pcre2_dftables -L pcre2_chartables.c.special
798 You can also specify -b (with or without -L) when running pcre2_dftables. This
818 src/pcre2_dftables.c auxiliary program for building pcre2_chartables.c
H A DNON-AUTOTOOLS-BUILD.txt86 Compile src/pcre2_dftables.c as a stand-alone program (using
92 option to the pcre2_dftables command. You must use this method if you
/aosp_15_r20/external/pcre/doc/
H A Dpcre2.txt2180 pcre2_dftables program, which is part of the PCRE2 build system, can be
4352 Instead, a program called pcre2_dftables is compiled and run. This out-
4355 work if you are cross compiling, because pcre2_dftables needs to be run
4360 tables manually. To cause pcre2_dftables to be built on the local
4364 cc src/pcre2_dftables.c -o pcre2_dftables
4365 ./pcre2_dftables src/pcre2_chartables.c
4370 LC_ALL=fr_FR ./pcre2_dftables -L src/pcre2_chartables.c
H A Dpcre2test.txt322 the pcre2_dftables program with the -b option.