Home
last modified time | relevance | path

Searched refs:extractor (Results 1 – 25 of 45) sorted by relevance

12

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A DFILES268 | String extractor for C.
273 | String extractor from PO files and Java .properties and
277 | String extractor for Shell.
280 | String extractor for Python.
283 | String extractor for Common Lisp.
286 | String extractor for Emacs Lisp.
289 | String extractor for librep.
292 | String extractor for Scheme.
295 | String extractor for Smalltalk.
298 | String extractor for Java.
[all …]
H A Dxgettext.c260 static void extract_from_file (const char *file_name, extractor_ty extractor,
285 extractor_ty extractor = { NULL, NULL, NULL, NULL }; in main() local
566 extractor = language_to_extractor (language); in main()
664 if (extractor.func) in main()
665 this_file_extractor = extractor; in main()
1808 extract_from_file (const char *file_name, extractor_ty extractor, in extract_from_file() argument
1822 current_formatstring_parser1 = extractor.formatstring_parser1; in extract_from_file()
1823 current_formatstring_parser2 = extractor.formatstring_parser2; in extract_from_file()
1824 extractor.func (fp, real_file_name, logical_file_name, extractor.flag_table, in extract_from_file()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/sym_check/
H A Dextract.py198 extractor = ReadElfExtractor(static_lib=static_lib)
200 extractor = NMExtractor(static_lib=static_lib)
201 return extractor.extract(lib_file)
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Daarch64-gen.c874 const char *extractor; member
925 opnd->has_extractor = opnd->extractor[0] != '0'; in process_operand_table()
1063 const int len = strlen (opnd->extractor); in print_operand_extractor()
1071 && len == strlen (opnd2->extractor) in print_operand_extractor()
1072 && strncmp (opnd->extractor, opnd2->extractor, len) == 0) in print_operand_extractor()
1079 opnd->extractor); in print_operand_extractor()
H A Dcgen-ibld.in508 /* Default insn extractor.
H A DChangeLog-2014273 * aarch64-dis.c (aarch64_ext_regno_pair): New extractor for paired reg.
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Daarch64-gen.c874 const char *extractor; member
925 opnd->has_extractor = opnd->extractor[0] != '0'; in process_operand_table()
1063 const int len = strlen (opnd->extractor); in print_operand_extractor()
1071 && len == strlen (opnd2->extractor) in print_operand_extractor()
1072 && strncmp (opnd->extractor, opnd2->extractor, len) == 0) in print_operand_extractor()
1079 opnd->extractor); in print_operand_extractor()
H A Dcgen-ibld.in508 /* Default insn extractor.
H A DChangeLog-2014273 * aarch64-dis.c (aarch64_ext_regno_pair): New extractor for paired reg.
/netbsd-src/external/mpl/dhcp/dist/keama/tests/
H A Dfilenamedx4.notyet2 # Kea has no filename extractor in libeval
H A Dsname4.notyet2 # Kea has no server-name extractor in libeval
H A Dpacketdx4.notyet2 # Kea has no raw packet extractor in libeval
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/
H A DREADME.contrib53 A very simple tar.gz file extractor using zlib
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/
H A DREADME.contrib53 A very simple tar.gz file extractor using zlib
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/
H A DREADME.contrib53 A very simple tar.gz file extractor using zlib
/netbsd-src/common/dist/zlib/contrib/
H A DREADME.contrib53 A very simple tar.gz file extractor using zlib
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Option/
H A DOptParser.td241 class ValueExtractor<code extractor> { code ValueExtractor = extractor; }
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dandroid43 # android-backup-extractor/perl/backupencrypt.pl
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmm-viet.comp.po9903 #: objcopy.c:1912 src/main/extractor.c:87
43767 "use the generic plaintext extractor for the language with the 2-letter "
43778 msgid "use the filename as a keyword (loads filename-extractor plugin)"
43780 "dùng tên tập tin là một từ khoá (thì tải bộ cầm phít « filename-extractor "
43792 msgid "load an extractor plugin named LIBRARY"
43800 msgid "do not use the default set of extractor plugins"
43813 msgid "use keyword splitting (loads split-extractor plugin)"
43815 "dùng khả năng xẻ từ khoá (thì tải bộ cầm phít « split-extractor » [rút xẻ])"
43839 #: src/main/extract.c:198 src/main/extractor.c:1121 src/main/extractor.c:784
43844 #: src/main/extract.c:204 src/main/extractor.c:1126 src/main/extractor.c:789
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Distream963 * @brief Generic extractor for rvalue stream
969 * rvalue streams since they won't bind to the extractor functions
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Distream995 * @brief Generic extractor for rvalue stream
1001 * rvalue streams since they won't bind to the extractor functions
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Diomanip599 // extractor for non-const basic_string& proxies
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/
H A DChangeLog-2014273 * aarch64-dis.c (aarch64_ext_regno_pair): New extractor for paired reg.
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-2014273 * aarch64-dis.c (aarch64_ext_regno_pair): New extractor for paired reg.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp4636 DataExtractor extractor(ObjectFile::getData(), true, 0); in ReadULEB128s() local
4640 while (uint64_t delta = extractor.getULEB128(&offset)) { in ReadULEB128s()

12