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

1234

/freebsd-10.1-release/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.1-release/tools/regression/geom/MdLoad/
H A DMakefile14 ./${PROG} md34 ../Data/disk.critter.ad0.xml
/freebsd-10.1-release/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|'
22 EXTRA_CATALOGS+= file://${RELN_ROOT}/${LANGCODE}/share/xml/catalog.xml \
23 file://${RELN_ROOT}/share/xml/catalog.xml
25 XSLXHTML= http://www.FreeBSD.org/release/XML/share/xml/release.xsl
39 DEV-AUTODIR= ${RELN_ROOT:S/${.CURDIR}/${.OBJDIR}/}/share/xml
[all...]
/freebsd-10.1-release/release/doc/en_US.ISO8859-1/errata/
H A DMakefile16 SRCS+= article.xml
/freebsd-10.1-release/release/doc/en_US.ISO8859-1/readme/
H A DMakefile21 SRCS+= article.xml
/freebsd-10.1-release/release/doc/en_US.ISO8859-1/relnotes/
H A DMakefile19 SRCS+= article.xml
/freebsd-10.1-release/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.1-release/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...]
H A Ddefun.c23 #include "xml.h"
235 if (xml)
488 if (!html && !xml)
594 else if (xml)
631 if (!xml)
659 if (xml)
/freebsd-10.1-release/contrib/expat/tests/
H A Dxmltest.sh6 # w3c.org xml test suite, available from
31 # OUTPUT=/home/tmp/xml-testsuite-out/
99 for xmlfile in *.xml ; do
108 for xmlfile in *pass*.xml ; do
127 for xmlfile in *.xml ; do
135 for xmlfile in *fail*.xml ; do
/freebsd-10.1-release/gnu/usr.bin/texinfo/makeinfo/
H A DMakefile6 node.c sectioning.c toc.c xml.c xref.c
/freebsd-10.1-release/release/doc/
H A DMakefile11 SUBDIR+= share/xml
/freebsd-10.1-release/release/doc/en_US.ISO8859-1/hardware/
H A DMakefile19 SRCS+= article.xml
/freebsd-10.1-release/contrib/subversion/subversion/svn/
H A Dstatus-cmd.c298 if (opt_state->xml)
320 sb.xml_mode = opt_state->xml;
344 if (opt_state->xml)
366 if (opt_state->xml)
377 if (opt_state->xml)
390 if (opt_state->xml)
413 if (opt_state->xml)
423 if (opt_state->xml && (! opt_state->incremental))
426 if (! opt_state->quiet && ! opt_state->xml)
H A Dlist-cmd.c295 if (opt_state->xml)
317 if (opt_state->verbose || opt_state->xml)
358 if (opt_state->xml)
371 (opt_state->xml || opt_state->verbose),
373 opt_state->xml ? print_dirent_xml : print_dirent,
391 if (opt_state->xml)
417 if (opt_state->xml && ! opt_state->incremental)
H A Dblame-cmd.c285 if (! opt_state->xml)
301 if (opt_state->xml)
346 if (opt_state->xml)
400 else if (opt_state->xml)
407 if (opt_state->xml)
411 if (opt_state->xml && ! opt_state->incremental)
/freebsd-10.1-release/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.1-release/usr.bin/svn/lib/libsvn_ra_serf/
H A DMakefile14 util_error.c xml.c
/freebsd-10.1-release/contrib/ntp/include/isc/
H A Dmem.h40 #include <isc/xml.h>

Completed in 219 milliseconds

1234