Home
last modified time | relevance | path

Searched full:dtd (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c90 ctf_copy_smembers(const ctf_file_t *fp, ctf_dtdef_t *dtd, uint_t soff, in ctf_copy_smembers() argument
93 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members); in ctf_copy_smembers()
131 ctf_copy_lmembers(const ctf_file_t *fp, ctf_dtdef_t *dtd, uint_t soff, in ctf_copy_lmembers() argument
134 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members); in ctf_copy_lmembers()
175 ctf_copy_emembers(ctf_dtdef_t *dtd, uint_t soff, uchar_t *t) in ctf_copy_emembers() argument
177 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members); in ctf_copy_emembers()
192 ctf_copy_membnames(ctf_dtdef_t *dtd, uchar_t *s) in ctf_copy_membnames() argument
194 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members); in ctf_copy_membnames()
223 ctf_dtdef_t *dtd = ctf_dtd_lookup(fp, tid); in ctf_ref_inc() local
225 if (dtd == NULL) in ctf_ref_inc()
[all …]
/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 *dt in parserCreate()
415 } DTD; global() typedef
1066 parserCreate(const XML_Char * encodingName,const XML_Memory_Handling_Suite * memsuite,const XML_Char * nameSep,DTD * dtd) parserCreate() argument
2827 DTD *const dtd = parser->m_dtd; doContent() local
3328 DTD *const dtd = parser->m_dtd; /* save one level of indirection */ storeAtts() local
4722 DTD *const dtd = parser->m_dtd; doProlog() local
5990 DTD *const dtd = parser->m_dtd; /* save one level of indirection */ appendAttributeValue() local
6191 DTD *const dtd = parser->m_dtd; /* save one level of indirection */ storeEntityValue() local
6575 DTD *const dtd = parser->m_dtd; /* save one level of indirection */ setElementTypePrefix() local
6605 DTD *const dtd = parser->m_dtd; /* save one level of indirection */ getAttributeId() local
6667 DTD *const dtd = parser->m_dtd; /* save one level of indirection */ getContext() local
6767 DTD *const dtd = parser->m_dtd; /* save one level of indirection */ setContext() local
7568 DTD *const dtd = parser->m_dtd; /* save one level of indirection */ nextScaffoldPart() local
7642 DTD *const dtd = parser->m_dtd; /* save one level of indirection */ build_model() local
7766 DTD *const dtd = parser->m_dtd; /* save one level of indirection */ getElementType() local
[all...]
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dhuf_decompress.c105 DTableDesc dtd; in HUF_getDTableDesc() local
106 memcpy(&dtd, table, sizeof(dtd)); in HUF_getDTableDesc()
107 return dtd; in HUF_getDTableDesc()
144 { DTableDesc dtd = HUF_getDTableDesc(DTable); in HUF_readDTableX1_wksp() local
145 …if (tableLog > (U32)(dtd.maxTableLog+1)) return ERROR(tableLog_tooLarge); /* DTable too small, H… in HUF_readDTableX1_wksp()
146 dtd.tableType = 0; in HUF_readDTableX1_wksp()
147 dtd.tableLog = (BYTE)tableLog; in HUF_readDTableX1_wksp()
148 memcpy(DTable, &dtd, sizeof(dtd)); in HUF_readDTableX1_wksp()
250 DTableDesc const dtd = HUF_getDTableDesc(DTable); in HUF_decompress1X1_usingDTable_internal_body() local
251 U32 const dtLog = dtd.tableLog; in HUF_decompress1X1_usingDTable_internal_body()
[all …]
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dhuf_decompress.c136 DTableDesc dtd; in HUF_getDTableDesc() local
137 ZSTD_memcpy(&dtd, table, sizeof(dtd)); in HUF_getDTableDesc()
138 return dtd; in HUF_getDTableDesc()
362 { DTableDesc dtd = HUF_getDTableDesc(DTable); in HUF_readDTableX1_wksp_bmi2() local
363 U32 const maxTableLog = dtd.maxTableLog + 1; in HUF_readDTableX1_wksp_bmi2()
366 …if (tableLog > (U32)(dtd.maxTableLog+1)) return ERROR(tableLog_tooLarge); /* DTable too small, H… in HUF_readDTableX1_wksp_bmi2()
367 dtd.tableType = 0; in HUF_readDTableX1_wksp_bmi2()
368 dtd.tableLog = (BYTE)tableLog; in HUF_readDTableX1_wksp_bmi2()
369 ZSTD_memcpy(DTable, &dtd, sizeof(dtd)); in HUF_readDTableX1_wksp_bmi2()
540 DTableDesc const dtd = HUF_getDTableDesc(DTable); in HUF_decompress1X1_usingDTable_internal_body() local
[all …]
/freebsd/contrib/kyua/misc/
H A Dcontext.html1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
H A Dtest_result.html1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
H A Dindex.html1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/Darwin/resources/
H A Dlldb-server-macos-entitlements.plist2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dt…
H A Dlldb-server-Info.plist2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dt…
H A Dlldb-server-entitlements.plist2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dt…
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_format_rar.c1358 const char file_test_txt2[] = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4." in DEFINE_TEST()
1492 const char file_test_txt2[] = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4." in DEFINE_TEST()
1639 assertEqualStringA(a, "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD " in DEFINE_TEST()
1746 assertEqualStringA(a, "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 " in DEFINE_TEST()
1764 assertEqualStringA(a, "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 " in DEFINE_TEST()
1796 assertEqualStringA(a, "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 " in DEFINE_TEST()
1820 assertEqualStringA(a, "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 " in DEFINE_TEST()
1838 assertEqualStringA(a, "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 " in DEFINE_TEST()
1870 assertEqualStringA(a, "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 " in DEFINE_TEST()
1894 assertEqualStringA(a, "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTM in DEFINE_TEST()
[all...]
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus-wpa_supplicant.conf2 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
3 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
/freebsd/contrib/libpcap/
H A Dorg.tcpdump.chmod_bpf.plist2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyL…
/freebsd/contrib/wpa/src/utils/
H A Dxml_libxml2.c121 xmlDtdPtr dtd; in xml_validate_dtd() local
140 dtd = xmlParseDTD(NULL, (const xmlChar *) dtd_fname); in xml_validate_dtd()
141 if (dtd == NULL) { in xml_validate_dtd()
150 ret = xmlValidateDtd(&vctx, doc, dtd); in xml_validate_dtd()
152 xmlFreeDtd(dtd); in xml_validate_dtd()
/freebsd/contrib/netbsd-tests/dev/dm/
H A Ddm_targets_cmd.plist2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyLi…
H A Ddm_version_cmd.plist2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyLi…
/freebsd/contrib/netbsd-tests/lib/libppath/
H A Dpersonnel.plist2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dt…
/freebsd/contrib/libpcap/rpcapd/
H A Dorg.tcpdump.rpcapd.plist2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.d…
/freebsd/contrib/unbound/contrib/
H A Dunbound.plist2 <!DOCTYPE plist PUBLIC -//Apple Computer//DTD PLIST 1.0//EN http://www.apple.com/DTDs/PropertyList-…
/freebsd/crypto/openssh/
H A Dopenssh.xml.in2 <!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
/freebsd/contrib/expat/doc/
H A Dxmlwf.xml20 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
21 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
136 If the document has a DTD, and it strictly complies with that
137 DTD, then the document is also considered <emphasis>valid</emphasis>.
139 it does not check the DTD. However, it does support
172 added by expanding entities and reading of external DTD files,
H A Dxmlwf.178 If the document has a DTD, and it strictly complies with that
79 DTD, then the document is also considered \fIvalid\fR.
81 it does not check the DTD. However, it does support
104 added by expanding entities and reading of external DTD files,
/freebsd/contrib/llvm-project/lld/docs/
H A Dpartitions.svg2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
3 "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
/freebsd/contrib/netbsd-tests/lib/libprop/
H A Dt_basic.c47 …DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/Property…
/freebsd/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd.html1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

12345678910>>...13