Home
last modified time | relevance | path

Searched refs:DTD (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/expat/lib/
H A Dxmlparse.c416 } DTD;
543 static DTD *dtdCreate(const XML_Memory_Handling_Suite *ms);
545 static void dtdReset(DTD *p, const XML_Memory_Handling_Suite *ms);
546 static void dtdDestroy(DTD *p, XML_Bool isDocEntity,
548 static int dtdCopy(XML_Parser oldParser, DTD *newDtd, const DTD *oldDtd,
591 const XML_Char *nameSep, DTD *dtd);
725 DTD *m_dtd;
1067 DTD *dtd) { in parserCreate()
1166 // destroying parser->m_dtd because the DTD i in parserCreate()
415 } DTD; global() typedef
[all...]
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_passphrase.sgml1 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
H A Dwpa_gui.sgml1 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
H A Dwpa_background.sgml1 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
H A Dwpa_priv.sgml1 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
H A Deapol_test.sgml1 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
H A Dwpa_supplicant.conf.sgml1 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
H A Dwpa_cli.sgml1 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
H A Dwpa_supplicant.sgml1 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
/freebsd/contrib/file/magic/Magdir/
H A Dsoftquad11 0 string \<!SQ\ DTD> Compiled SGML rules file
H A Dwordprocessors439 >>9 byte 10 IntelliTAG (SGML) compiled DTD
/freebsd/share/dict/
H A Dfreebsd42 DTD
/freebsd/contrib/ntp/sntp/
H A DCOPYRIGHT157 validated HTML documents according to the HTML DTD
/freebsd/contrib/ntp/
H A DCOPYRIGHT157 validated HTML documents according to the HTML DTD
/freebsd/contrib/diff/doc/
H A Dfdl.texi98 @acronym{DTD}, and standard-conforming simple @acronym{HTML},
103 @acronym{XML} for which the @acronym{DTD} and/or processing tools are
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp415 if (const auto *DTD = dyn_cast<TemplateDecl>(DUnderlying)) { in isPreferredLookupResult() local
417 unsigned DMin = DTD->getTemplateParameters()->getMinRequiredArguments(); in isPreferredLookupResult()
427 for (unsigned I = DMin, N = DTD->getTemplateParameters()->size(); in isPreferredLookupResult()
432 DTD->getTemplateParameters()->getParam(I))) in isPreferredLookupResult()
/freebsd/contrib/expat/
H A DChanges283 destruction of a shared DTD in function
1219 #3 Fix double free after malloc failure in DTD code; commit
1462 - Finally fixed bug where default handler would report DTD
/freebsd/contrib/atf/
H A DNEWS673 * Added XML output support to atf-report. This is accompanied by a DTD