Home
last modified time | relevance | path

Searched refs:xml (Results 1 – 25 of 172) sorted by relevance

1234567

/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
HDdbus_new_introspect.c23 struct wpabuf *xml; member
41 iface->xml = wpabuf_alloc(15000); in add_interface()
42 if (iface->dbus_interface == NULL || iface->xml == NULL) { in add_interface()
44 wpabuf_free(iface->xml); in add_interface()
48 wpabuf_printf(iface->xml, "<interface name=\"%s\">", dbus_interface); in add_interface()
54 static void add_arg(struct wpabuf *xml, const char *name, const char *type, in add_arg() argument
57 wpabuf_printf(xml, "<arg name=\"%s\"", name); in add_arg()
59 wpabuf_printf(xml, " type=\"%s\"", type); in add_arg()
61 wpabuf_printf(xml, " direction=\"%s\"", direction); in add_arg()
62 wpabuf_put_str(xml, "/>"); in add_arg()
[all …]
/freebsd-11-stable/contrib/wpa/hs20/client/
HDoma_dm_client.c84 locuri = get_node(ctx->xml, node, "Item/Target/LocURI"); in oma_dm_get_target_locuri()
88 uri = xml_node_get_text(ctx->xml, locuri); in oma_dm_get_target_locuri()
91 xml_node_get_text_free(ctx->xml, uri); in oma_dm_get_target_locuri()
101 node = xml_node_create(ctx->xml, parent, NULL, element); in oma_dm_add_locuri()
104 xml_node_create_text(ctx->xml, node, NULL, "LocURI", uri); in oma_dm_add_locuri()
120 syncml = xml_node_create_root(ctx->xml, "SYNCML:SYNCML1.2", NULL, &ns, in oma_dm_build_hdr()
123 synchdr = xml_node_create(ctx->xml, syncml, NULL, "SyncHdr"); in oma_dm_build_hdr()
124 xml_node_create_text(ctx->xml, synchdr, NULL, "VerDTD", "1.2"); in oma_dm_build_hdr()
125 xml_node_create_text(ctx->xml, synchdr, NULL, "VerProto", "DM/1.2"); in oma_dm_build_hdr()
126 xml_node_create_text(ctx->xml, synchdr, NULL, "SessionID", "1"); in oma_dm_build_hdr()
[all …]
HDspp_client.c44 struct xml_node_ctx *xctx = ctx->xml; in hs20_spp_validate()
117 spp_node = xml_node_create_root(ctx->xml, SPP_NS_URI, "spp", &ns, in build_spp_post_dev_data()
124 xml_node_add_attr(ctx->xml, spp_node, ns, "sppVersion", "1.0"); in build_spp_post_dev_data()
125 xml_node_add_attr(ctx->xml, spp_node, NULL, "requestReason", reason); in build_spp_post_dev_data()
127 xml_node_add_attr(ctx->xml, spp_node, ns, "sessionID", in build_spp_post_dev_data()
129 xml_node_add_attr(ctx->xml, spp_node, NULL, "redirectURI", in build_spp_post_dev_data()
132 xml_node_create_text(ctx->xml, spp_node, ns, "supportedSPPVersions", in build_spp_post_dev_data()
134 xml_node_create_text(ctx->xml, spp_node, ns, "supportedMOList", in build_spp_post_dev_data()
138 add_mo_container(ctx->xml, ns, spp_node, URN_OMA_DM_DEVINFO, in build_spp_post_dev_data()
140 add_mo_container(ctx->xml, ns, spp_node, URN_OMA_DM_DEVDETAIL, in build_spp_post_dev_data()
[all …]
HDosu_client.c80 char *str = xml_node_to_str(ctx->xml, node); in debug_dump_node()
144 proto = xml_node_get_attr_value(ctx->xml, getcert, in osu_get_certificate()
152 xml_node_get_attr_value_free(ctx->xml, proto); in osu_get_certificate()
155 xml_node_get_attr_value_free(ctx->xml, proto); in osu_get_certificate()
157 node = get_node(ctx->xml, getcert, "enrollmentServerURI"); in osu_get_certificate()
160 xml_node_get_attr_value_free(ctx->xml, proto); in osu_get_certificate()
163 url = xml_node_get_text(ctx->xml, node); in osu_get_certificate()
171 node = get_node(ctx->xml, getcert, "estUserID"); in osu_get_certificate()
177 user = xml_node_get_text(ctx->xml, node); in osu_get_certificate()
186 node = get_node(ctx->xml, getcert, "estPassword"); in osu_get_certificate()
[all …]
/freebsd-11-stable/contrib/file/magic/Magdir/
HDsgml6 0 string \<?xml\ version=
9 !:mime image/svg+xml
13 !:mime image/svg+xml
16 0 string/t \<?xml\ version=
19 !:mime application/xml-sitemap
24 0 string \<?xml\ version=
29 0 string/t \<?xml\ version="
33 0 string/t \<?xml\ version='
37 0 string/t \<?xml\ version="
54 !:mime image/svg+xml
[all …]
HDdataone12 0 string <?xml
34 !:mime text/xml
38 0 string <?xml
41 !:mime application/rdf+xml
47 !:mime text/xml
HDmsooxml8 # archive. The first member file is normally "[Content_Types].xml".
10 # the "[Content_Types].xml" test?
23 !:mime application/vnd.ms-visio.drawing.main+xml
30 >0x1E regex \\[Content_Types\\]\\.xml|_rels/\\.rels|docProps
HDkml9 0 string/t \<?xml
12 !:mime application/vnd.google-earth.kml+xml
24 !:mime application/vnd.google-earth.kml+xml
/freebsd-11-stable/release/doc/share/mk/
HDdoc.relnotes.mk6 RELEASETYPE!= grep -o 'release.type "[a-z]*"' ${RELN_ROOT}/share/xml/release.ent | sed 's|[a-z.]* "…
7 RELEASEURL!= grep -o 'release.url \"[^\"]*\"' ${RELN_ROOT}/share/xml/release.ent | sed 's|[^ ]* "\(…
8 RELEASEBRANCH!= grep -o 'release.branch "\([^"]*\)"' ${RELN_ROOT}/share/xml/release.ent | sed 's|[^…
9 RELEASEMAILLIST!= grep -o 'release.maillist "\([^"]*\)"' ${RELN_ROOT}/share/xml/release.ent | sed '…
23 EXTRA_CATALOGS+= file://${RELN_ROOT}/${LANGCODE}/share/xml/catalog.xml \
24 file://${RELN_ROOT}/share/xml/catalog.xml
26 XSLXHTML= http://www.FreeBSD.org/release/XML/share/xml/release.xsl
40 DEV-AUTODIR= ${RELN_ROOT:S/${.CURDIR}/${.OBJDIR}/}/share/xml
54 cd ${RELN_ROOT}/share/xml && make MAN2HWNOTES_FLAGS=${MAN2HWNOTES_FLAGS} dev-auto.ent
/freebsd-11-stable/contrib/expat/tests/
HDxmltest.log.expected1 Output differs: ibm/valid/P02/ibm02v01.xml
3 Expected not well-formed: ibm/not-wf/misc/432gewf.xml
4 Expected not well-formed: xmltest/not-wf/not-sa/005.xml
5 Expected not well-formed: sun/not-wf/uri01.xml
6 Expected not well-formed: oasis/p06fail1.xml
7 Expected not well-formed: oasis/p08fail1.xml
8 Expected not well-formed: oasis/p08fail2.xml
HDxmltest.sh100 for xmlfile in $(ls -1 *.xml | sort -d) ; do
110 for xmlfile in *pass*.xml ; do
129 for xmlfile in *.xml ; do
136 for xmlfile in *fail*.xml ; do
/freebsd-11-stable/contrib/netbsd-tests/dev/dm/
HDh_dm.c62 char *xml; in dm_test_versions() local
85 xml = prop_dictionary_externalize(dict_out); in dm_test_versions()
86 __USE(xml); in dm_test_versions()
102 char *xml; in dm_test_targets() local
125 xml = prop_dictionary_externalize(dict_out); in dm_test_targets()
126 __USE(xml); in dm_test_targets()
/freebsd-11-stable/release/doc/
HDREADME27 share/xml/catalog
31 share/xml/default.dsl
36 share/xml/release.dsl
43 share/xml/release.ent
48 en_US.ISO8859-1/share/xml/release.dsl
54 */share/xml/release.dsl and */share/xml/catalog.
91 share/xml/release.ent file; release engineers should peruse the
111 ${LANG}/share/xml/release.dsl, a ${LANG}/share/xml/catalog that
113 ${LANG}/share/xml/catalog to EXTRA_CATALOGS. Except for the Makefile
/freebsd-11-stable/contrib/subversion/subversion/svn/
HDstatus-cmd.c303 if (opt_state->xml) in svn_cl__status()
325 sb.xml_mode = opt_state->xml; in svn_cl__status()
349 if (opt_state->xml) in svn_cl__status()
372 if (opt_state->xml) in svn_cl__status()
383 if (opt_state->xml) in svn_cl__status()
396 if (opt_state->xml) in svn_cl__status()
419 if (opt_state->xml) in svn_cl__status()
429 if (opt_state->xml && (! opt_state->incremental)) in svn_cl__status()
432 if (! opt_state->quiet && ! opt_state->xml) in svn_cl__status()
HDblame-cmd.c290 if (! opt_state->xml) in svn_cl__blame()
307 if (opt_state->xml) in svn_cl__blame()
352 if (opt_state->xml) in svn_cl__blame()
407 else if (opt_state->xml) in svn_cl__blame()
414 if (opt_state->xml) in svn_cl__blame()
418 if (opt_state->xml && ! opt_state->incremental) in svn_cl__blame()
HDlist-cmd.c344 if (opt_state->xml) in svn_cl__list()
372 if (opt_state->xml) in svn_cl__list()
428 if (opt_state->xml) in svn_cl__list()
466 (opt_state->xml || opt_state->verbose), in svn_cl__list()
468 opt_state->xml ? print_dirent_xml : print_dirent, in svn_cl__list()
486 if (opt_state->xml) in svn_cl__list()
512 if (opt_state->xml && ! opt_state->incremental) in svn_cl__list()
HDdiff-cmd.c187 svn_boolean_t xml, in svn_cl__get_diff_summary_writer() argument
197 *func_p = xml ? summarize_xml : summarize_regular; in svn_cl__get_diff_summary_writer()
235 if (opt_state->xml) in svn_cl__diff()
471 opt_state->xml, ignore_properties, target1, in svn_cl__diff()
529 opt_state->xml, ignore_properties, truepath, in svn_cl__diff()
568 if (opt_state->xml) in svn_cl__diff()
HDpropget-cmd.c326 || opt_state->xml)) in svn_cl__propget()
381 if (opt_state->xml) in svn_cl__propget()
423 if (opt_state->xml) in svn_cl__propget()
499 if (opt_state->xml) in svn_cl__propget()
513 if (opt_state->xml) in svn_cl__propget()
/freebsd-11-stable/tools/tools/locale/tools/
HDcharmaps.pm19 my @xml = <FIN>;
20 chomp(@xml);
23 my $xml = new XML::Parser(Handlers => {
28 $xml->parse(join("", @xml));
/freebsd-11-stable/contrib/expat/doc/
HDMakefile.am36 xmlwf.1: xmlwf.xml
59 xmlwf.xml
/freebsd-11-stable/contrib/bzip2/
HDFREEBSD-Xlist17 *entities.xml
24 *manual.xml
/freebsd-11-stable/contrib/libxo/doc/
HDintro.rst26 % wc --libxo xml,pretty,warn /etc/motd
74 /* None of this "if (xml) {... } else {...}" logic */
75 if (xml) {
76 /* some code to make xml */
HDxo.rst107 --style <style> Generate given style (xml, json, text, html)
111 --warn-xml Display warnings in xml on stdout
113 --xml OR -X Generate XML output
/freebsd-11-stable/tools/regression/geom/
HDRunTest.t16 echo `ls -1 Data/disk.*.xml | wc -l`
18 for f in Data/disk.*.xml
/freebsd-11-stable/contrib/apr-util/test/
HDtestall.dsw226 Project_Dep_Name xml
334 Project_Dep_Name xml
490 Project: "xml"="..\xml\expat\lib\xml.dsp" - Package Owner=<4>

1234567