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

1234

/freebsd-10-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_introspect.c23 struct wpabuf *xml; member in struct:interfaces
40 iface->xml = wpabuf_alloc(6000);
41 if (iface->xml == NULL) {
45 wpabuf_printf(iface->xml, "<interface name=\"%s\">", dbus_interface);
52 static void add_arg(struct wpabuf *xml, const char *name, const char *type, argument
55 wpabuf_printf(xml, "<arg name=\"%s\"", name);
57 wpabuf_printf(xml, " type=\"%s\"", type);
59 wpabuf_printf(xml, " direction=\"%s\"", direction);
60 wpabuf_put_str(xml, "/>");
64 static void add_entry(struct wpabuf *xml, cons argument
83 add_property(struct wpabuf *xml, const struct wpa_dbus_property_desc *dsc) argument
154 add_interfaces(struct dl_list *list, struct wpabuf *xml) argument
176 add_child_nodes(struct wpabuf *xml, DBusConnection *con, const char *path) argument
190 add_introspectable_interface(struct wpabuf *xml) argument
202 add_properties_interface(struct wpabuf *xml) argument
228 add_wpas_interfaces(struct wpabuf *xml, struct wpa_dbus_object_desc *obj_dsc) argument
252 struct wpabuf *xml; local
[all...]
/freebsd-10-stable/tools/regression/geom/MdLoad/
H A DMakefile14 ./${PROG} md34 ../Data/disk.critter.ad0.xml
/freebsd-10-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-10-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-10-stable/release/doc/en_US.ISO8859-1/errata/
H A DMakefile16 SRCS+= article.xml
/freebsd-10-stable/release/doc/en_US.ISO8859-1/readme/
H A DMakefile21 SRCS+= article.xml
/freebsd-10-stable/release/doc/en_US.ISO8859-1/relnotes/
H A DMakefile19 SRCS+= article.xml
/freebsd-10-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-10-stable/contrib/texinfo/makeinfo/
H A Dinsertion.c30 #include "xml.h"
232 return "xml";
256 if (index == rawxml && STREQ (name, "xml"))
449 else if (!no_headers && !xml)
452 if (xml)
474 if (xml)
523 get copied automatically to all the split files. For xml, also
524 output it right away since xml output is never split.
560 if (xml)
651 if (xml)
[all...]
H A Dcmds.c34 #include "xml.h"
347 { "xml", cm_xml, NO_BRACE_ARGS },
388 if (xml && !docbook)
411 else if (xml && !docbook)
428 if (xml && !docbook)
446 if (xml && !docbook)
468 else if (xml && !docbook)
482 if (xml)
500 else if (xml)
512 if (xml)
[all...]
H A Dmulti.c28 #include "xml.h"
238 /* For html/xml/docbook, translate fractions into integer
241 int width = xml || html ? (columnfrac + .005) * 100
275 if (html || xml)
302 if (xml)
351 if (xml)
369 else if (xml)
540 else if (xml)
605 else if (xml)
632 else if (xml)
[all...]
H A Dxref.c28 #include "xml.h"
168 else if (xml)
211 if (!xml)
434 if (xml && !docbook)
507 else if (xml)
575 if (xml && docbook)
582 else if (xml)
H A Dmakeinfo.c40 #include "xml.h"
371 --xml output Texinfo XML rather than Info.\n\
436 --ifxml process @ifxml and @xml.\n\
442 --no-ifxml do not process @ifxml and @xml text.\n\
459 makeinfo --xml foo.texi write Texinfo XML to @setfilename\n\
520 { "xml", 0, 0, 'x' },
571 xml = 1;
578 xml = 0;
585 xml = 0;
593 xml
[all...]
H A Dlang.c28 #include "xml.h"
585 if (xml && !docbook)
587 xml_insert_element_with_attribute (DOCUMENTLANGUAGE, START, "xml:lang=\"%s\"", lang_arg);
633 expansion in html/xml/docbook would generally be the empty string.
638 int save_xml = xml;
641 xml = 0;
644 xml = save_xml;
671 else if (xml)
698 /* If html or xml output, add &HTML_STR; to the output. If not html and
708 else if (xml)
[all...]
/freebsd-10-stable/gnu/usr.bin/texinfo/makeinfo/
H A DMakefile6 node.c sectioning.c toc.c xml.c xref.c
/freebsd-10-stable/release/doc/
H A DMakefile11 SUBDIR+= share/xml
/freebsd-10-stable/release/doc/en_US.ISO8859-1/hardware/
H A DMakefile19 SRCS+= article.xml
/freebsd-10-stable/contrib/expat/tests/
H A Dxmltest.sh6 # w3c.org xml test suite, available from
33 # OUTPUT=/home/tmp/xml-testsuite-out/
101 for xmlfile in *.xml ; do
110 for xmlfile in *pass*.xml ; do
129 for xmlfile in *.xml ; do
137 for xmlfile in *fail*.xml ; do
/freebsd-10-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 Dlist-cmd.c305 if (opt_state->xml)
327 if (opt_state->xml)
370 if (opt_state->xml)
383 (opt_state->xml || opt_state->verbose),
385 opt_state->xml ? print_dirent_xml : print_dirent,
403 if (opt_state->xml)
429 if (opt_state->xml && ! opt_state->incremental)
H A Dblame-cmd.c295 if (! opt_state->xml)
312 if (opt_state->xml)
357 if (opt_state->xml)
411 else if (opt_state->xml)
418 if (opt_state->xml)
422 if (opt_state->xml && ! opt_state->incremental)
/freebsd-10-stable/contrib/apr-util/
H A Dbuildconf95 if [ -f xml/expat/buildconf.sh ]; then
96 echo "Invoking xml/expat/buildconf.sh ..."
97 (cd xml/expat; ./buildconf.sh $verbose)
/freebsd-10-stable/contrib/ntp/include/isc/
H A Dmem.h40 #include <isc/xml.h>
/freebsd-10-stable/usr.bin/svn/lib/libsvn_ra_serf/
H A DMakefile15 serf.c stat.c update.c util.c util_error.c xml.c

Completed in 197 milliseconds

1234