/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_create.c | 90 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 D | xmlparse.c | 416 } 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 D | huf_decompress.c | 105 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 D | huf_decompress.c | 136 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 D | context.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
H A D | test_result.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
H A D | index.html | 1 <!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 D | lldb-server-macos-entitlements.plist | 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dt…
|
H A D | lldb-server-Info.plist | 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dt…
|
H A D | lldb-server-entitlements.plist | 2 <!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 D | test_read_format_rar.c | 1358 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 D | dbus-wpa_supplicant.conf | 2 "-//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 D | org.tcpdump.chmod_bpf.plist | 2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyL…
|
/freebsd/contrib/wpa/src/utils/ |
H A D | xml_libxml2.c | 121 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 D | dm_targets_cmd.plist | 2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyLi…
|
H A D | dm_version_cmd.plist | 2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyLi…
|
/freebsd/contrib/netbsd-tests/lib/libppath/ |
H A D | personnel.plist | 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dt…
|
/freebsd/contrib/libpcap/rpcapd/ |
H A D | org.tcpdump.rpcapd.plist | 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.d…
|
/freebsd/contrib/unbound/contrib/ |
H A D | unbound.plist | 2 <!DOCTYPE plist PUBLIC -//Apple Computer//DTD PLIST 1.0//EN http://www.apple.com/DTDs/PropertyList-…
|
/freebsd/crypto/openssh/ |
H A D | openssh.xml.in | 2 <!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
|
/freebsd/contrib/expat/doc/ |
H A D | xmlwf.xml | 20 <!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 D | xmlwf.1 | 78 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 D | partitions.svg | 2 <!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 D | t_basic.c | 47 …DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/Property…
|
/freebsd/contrib/ntp/ntpsnmpd/ |
H A D | ntpsnmpd.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|