Searched refs:xml (Results 1 - 25 of 76) sorted by relevance

1234

/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_introspect.c23 struct wpabuf *xml; member in struct:interfaces
41 iface->xml = wpabuf_alloc(15000);
42 if (iface->dbus_interface == NULL || iface->xml == NULL) {
44 wpabuf_free(iface->xml);
48 wpabuf_printf(iface->xml, "<interface name=\"%s\">", dbus_interface);
54 static void add_arg(struct wpabuf *xml, const char *name, const char *type, argument
57 wpabuf_printf(xml, "<arg name=\"%s\"", name);
59 wpabuf_printf(xml, " type=\"%s\"", type);
61 wpabuf_printf(xml, " direction=\"%s\"", direction);
62 wpabuf_put_str(xml, "/>");
66 add_entry(struct wpabuf *xml, const char *type, const char *name, const struct wpa_dbus_argument *args, int include_dir) argument
85 add_property(struct wpabuf *xml, const struct wpa_dbus_property_desc *dsc) argument
159 add_interfaces(struct dl_list *list, struct wpabuf *xml) argument
181 add_child_nodes(struct wpabuf *xml, DBusConnection *con, const char *path) argument
195 add_introspectable_interface(struct wpabuf *xml) argument
207 add_properties_interface(struct wpabuf *xml) argument
233 add_wpas_interfaces(struct wpabuf *xml, struct wpa_dbus_object_desc *obj_dsc) argument
258 struct wpabuf *xml; local
[all...]
/freebsd-11-stable/contrib/wpa/hs20/client/
H A Doma_dm_client.c13 #include "xml-utils.h"
84 locuri = get_node(ctx->xml, node, "Item/Target/LocURI");
88 uri = xml_node_get_text(ctx->xml, locuri);
91 xml_node_get_text_free(ctx->xml, uri);
101 node = xml_node_create(ctx->xml, parent, NULL, element);
104 xml_node_create_text(ctx->xml, node, NULL, "LocURI", uri);
116 "DevId from devinfo.xml is not available - cannot use OMA DM");
120 syncml = xml_node_create_root(ctx->xml, "SYNCML:SYNCML1.2", NULL, &ns,
123 synchdr = xml_node_create(ctx->xml, syncml, NULL, "SyncHdr");
124 xml_node_create_text(ctx->xml, synchd
[all...]
H A Dspp_client.c16 #include "xml-utils.h"
44 struct xml_node_ctx *xctx = ctx->xml;
117 spp_node = xml_node_create_root(ctx->xml, SPP_NS_URI, "spp", &ns,
124 xml_node_add_attr(ctx->xml, spp_node, ns, "sppVersion", "1.0");
125 xml_node_add_attr(ctx->xml, spp_node, NULL, "requestReason", reason);
127 xml_node_add_attr(ctx->xml, spp_node, ns, "sessionID",
129 xml_node_add_attr(ctx->xml, spp_node, NULL, "redirectURI",
132 xml_node_create_text(ctx->xml, spp_node, ns, "supportedSPPVersions",
134 xml_node_create_text(ctx->xml, spp_node, ns, "supportedMOList",
138 add_mo_container(ctx->xml, n
[all...]
H A Dosu_client.c19 #include "utils/xml-utils.h"
80 char *str = xml_node_to_str(ctx->xml, node);
144 proto = xml_node_get_attr_value(ctx->xml, getcert,
152 xml_node_get_attr_value_free(ctx->xml, proto);
155 xml_node_get_attr_value_free(ctx->xml, proto);
157 node = get_node(ctx->xml, getcert, "enrollmentServerURI");
160 xml_node_get_attr_value_free(ctx->xml, proto);
163 url = xml_node_get_text(ctx->xml, node);
171 node = get_node(ctx->xml, getcert, "estUserID");
177 user = xml_node_get_text(ctx->xml, nod
[all...]
/freebsd-11-stable/tools/regression/geom/MdLoad/
H A DMakefile13 ./${PROG} md34 ../Data/disk.critter.ad0.xml
/freebsd-11-stable/release/doc/share/mk/
H A Ddoc.relnotes.mk6 RELEASETYPE!= grep -o 'release.type "[a-z]*"' ${RELN_ROOT}/share/xml/release.ent | sed 's|[a-z.]* "\([a-z]*\)"|\1|'
7 RELEASEURL!= grep -o 'release.url \"[^\"]*\"' ${RELN_ROOT}/share/xml/release.ent | sed 's|[^ ]* "\([^"]*\)"|\1|'
8 RELEASEBRANCH!= grep -o 'release.branch "\([^"]*\)"' ${RELN_ROOT}/share/xml/release.ent | sed 's|[^ ]* "\([^"]*\)"|\1|'
9 RELEASEMAILLIST!= grep -o 'release.maillist "\([^"]*\)"' ${RELN_ROOT}/share/xml/release.ent | sed 's|[^ ]* "\([^"]*\)"|\1|'
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
[all...]
/freebsd-11-stable/contrib/netbsd-tests/dev/dm/
H A Dh_dm.c62 char *xml; local
85 xml = prop_dictionary_externalize(dict_out);
86 __USE(xml);
102 char *xml; local
125 xml = prop_dictionary_externalize(dict_out);
126 __USE(xml);
/freebsd-11-stable/release/doc/en_US.ISO8859-1/errata/
H A DMakefile16 SRCS+= article.xml
/freebsd-11-stable/release/doc/en_US.ISO8859-1/readme/
H A DMakefile21 SRCS+= article.xml
/freebsd-11-stable/release/doc/en_US.ISO8859-1/installation/
H A DMakefile16 SRCS+= article.xml
/freebsd-11-stable/contrib/expat/doc/
H A DMakefile.am36 xmlwf.1: xmlwf.xml
59 xmlwf.xml
/freebsd-11-stable/release/doc/en_US.ISO8859-1/relnotes/
H A DMakefile19 SRCS+= article.xml
/freebsd-11-stable/tools/regression/geom/
H A DRunTest.t16 echo `ls -1 Data/disk.*.xml | wc -l`
18 for f in Data/disk.*.xml
H A DRunTest.sh13 for f in Data/disk.*.xml
/freebsd-11-stable/release/doc/
H A DMakefile11 SUBDIR+= share/xml
/freebsd-11-stable/release/doc/en_US.ISO8859-1/hardware/
H A DMakefile19 SRCS+= article.xml
/freebsd-11-stable/contrib/expat/tests/
H A Dxmltest.sh6 # w3c.org xml test suite, available from
100 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/release/scripts/
H A Dlist-new-changesets.py51 import xml.etree.ElementTree
78 Prepend '-v --xml' to get verbose XML formatted output.
81 cmd = ["svn", "log", "-v", "--xml"]
94 root = xml.etree.ElementTree.fromstring(out)
/freebsd-11-stable/tools/tools/locale/tools/
H A Dcharmaps.pm18 open(FIN, "$etcdir/charmaps.xml");
19 my @xml = <FIN>;
20 chomp(@xml);
23 my $xml = new XML::Parser(Handlers => {
28 $xml->parse(join("", @xml));
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dstatus-cmd.c305 if (opt_state->xml)
327 sb.xml_mode = opt_state->xml;
351 if (opt_state->xml)
374 if (opt_state->xml)
385 if (opt_state->xml)
398 if (opt_state->xml)
421 if (opt_state->xml)
431 if (opt_state->xml && (! opt_state->incremental))
434 if (! opt_state->quiet && ! opt_state->xml)
H A Dblame-cmd.c292 if (! opt_state->xml)
309 if (opt_state->xml)
354 if (opt_state->xml)
409 else if (opt_state->xml)
416 if (opt_state->xml)
420 if (opt_state->xml && ! opt_state->incremental)
H A Dlist-cmd.c345 if (opt_state->xml)
353 _("--verbose is not valid in --xml mode"));
357 _("--human-readable is not valid in --xml mode"));
370 _("--incremental is only valid in --xml mode"));
373 if (opt_state->xml)
429 if (opt_state->xml)
467 (opt_state->xml || opt_state->verbose),
469 opt_state->xml ? print_dirent_xml : print_dirent,
487 if (opt_state->xml)
513 if (opt_state->xml
[all...]
H A Ddiff-cmd.c189 svn_boolean_t xml,
199 *func_p = xml ? summarize_xml : summarize_regular;
237 if (opt_state->xml)
244 _("'--xml' option only valid with "
473 opt_state->xml, ignore_properties, target1,
531 opt_state->xml, ignore_properties, truepath,
570 if (opt_state->xml)
185 svn_cl__get_diff_summary_writer(svn_client_diff_summarize_func_t *func_p, void **baton_p, svn_boolean_t xml, svn_boolean_t ignore_properties, const char *anchor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/contrib/ntp/include/isc/
H A Dmem.h40 #include <isc/xml.h>
/freebsd-11-stable/usr.bin/svn/lib/libsvn_ra_serf/
H A DMakefile39 xml.c

Completed in 307 milliseconds

1234