Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/atf/dist/tools/
H A Dparser.cpp167 impl::header_entry::header_entry(void) in header_entry() function in impl::header_entry
171 impl::header_entry::header_entry(const std::string& n, const std::string& v, in header_entry() function in impl::header_entry
180 impl::header_entry::name(void) const in name()
186 impl::header_entry::value(void) const in value()
192 impl::header_entry::attrs(void) const in attrs()
198 impl::header_entry::has_attr(const std::string& n) const in has_attr()
204 impl::header_entry::get_attr(const std::string& n) const in get_attr()
240 read(impl::parser< header::tokenizer >& p, impl::header_entry& he) in read()
246 he = impl::header_entry(); in read()
274 he = impl::header_entry(hdr_name, hdr_value, attrs); in read()
[all …]
H A Dparser.hpp581 class header_entry { class
587 header_entry(void);
588 header_entry(const std::string&, const std::string&,
598 typedef std::map< std::string, header_entry > headers_map;
H A Dtest-program.cpp573 tools::parser::header_entry("Content-Type", "application/X-atf-tps", in atf_tps_writer()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/gnu/gettext/
H A DDumpResource.java114 Object header_entry = null; in dump() local
118 header_entry = lookup(""); in dump()
124 if (header_entry == null) in dump()
125 header_entry = "Content-Type: text/plain; charset=UTF-8\n"; in dump()
126 dumpMessage("",null,header_entry); in dump()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgunfmt.cs80 Object header_entry = catalog.GetObject(""); in Dump()
84 if (header_entry == null) in Dump()
85 header_entry = "Content-Type: text/plain; charset=UTF-8\n"; in Dump()
86 DumpMessage("", null, header_entry); in Dump()
H A Dwrite-csharp.c561 message_ty *header_entry; in write_csharp_code() local
565 header_entry = message_list_search (mlp, NULL, ""); in write_csharp_code()
566 extract_plural_expression (header_entry ? header_entry->msgstr : NULL, in write_csharp_code()
H A Dmsgmerge.c1110 message_ty *header_entry; in match_domain() local
1116 header_entry = in match_domain()
1118 nplurals = get_plural_count (header_entry ? header_entry->msgstr : NULL); in match_domain()
1295 message_ty *header_entry = in match_domain() local
1298 nplurals = get_plural_count (header_entry in match_domain()
1299 ? header_entry->msgstr in match_domain()
H A Dpo-charset.h82 extern void po_lex_charset_set (const char *header_entry,
H A Dwrite-java.c865 message_ty *header_entry; in write_java_code() local
869 header_entry = message_list_search (mlp, NULL, ""); in write_java_code()
870 extract_plural_expression (header_entry ? header_entry->msgstr : NULL, in write_java_code()
H A Dpo-charset.c457 po_lex_charset_set (const char *header_entry, const char *filename) in po_lex_charset_set() argument
464 const char *charsetstr = c_strstr (header_entry, "charset="); in po_lex_charset_set()
H A Dmsginit.c1640 message_ty *header_entry; in update_msgstr_plurals() local
1645 header_entry = message_list_search (mlp, NULL, ""); in update_msgstr_plurals()
1646 nplurals = get_plural_count (header_entry ? header_entry->msgstr : NULL); in update_msgstr_plurals()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-function.h89 void add_wi_loop (int dim, tree_stmt_iterator *header_entry,
H A Dbrig-function.cc435 brig_function::add_wi_loop (int dim, tree_stmt_iterator *header_entry, in add_wi_loop() argument
442 tree_stmt_iterator entry = *header_entry; in add_wi_loop()