| /freebsd-12.1/contrib/wpa/wpa_supplicant/dbus/ |
| H A D | dbus_new_introspect.c | 23 struct wpabuf *xml; member 41 iface->xml = wpabuf_alloc(15000); in add_interface() 44 wpabuf_free(iface->xml); in add_interface() 62 wpabuf_put_str(xml, "/>"); in add_arg() 164 if (wpabuf_len(iface->xml) + 20 < wpabuf_tailroom(xml)) { in add_interfaces() 165 wpabuf_put_buf(xml, iface->xml); in add_interfaces() 174 wpabuf_free(iface->xml); in add_interfaces() 258 struct wpabuf *xml; in wpa_dbus_introspect() local 260 xml = wpabuf_alloc(20000); in wpa_dbus_introspect() 261 if (xml == NULL) in wpa_dbus_introspect() [all …]
|
| /freebsd-12.1/contrib/wpa/hs20/client/ |
| H A D | oma_dm_client.c | 212 xml_node_free(ctx->xml, fnode); in mo_str() 217 xml_node_free(ctx->xml, tnds); in mo_str() 257 xml_node_free(ctx->xml, info); in add_replace_devinfo() 273 xml_node_free(ctx->xml, info); in add_replace_devinfo() 629 xml_node_free(ctx->xml, tnds); in oma_dm_run_add() 817 xml_node_free(ctx->xml, tnds); in oma_dm_replace() 1358 xml_node_free(ctx->xml, pps); in cmd_oma_dm_add() 1365 xml_node_free(ctx->xml, pps); in cmd_oma_dm_add() 1366 xml_node_free(ctx->xml, add); in cmd_oma_dm_add() 1389 xml_node_free(ctx->xml, pps); in cmd_oma_dm_replace() [all …]
|
| H A D | spp_client.c | 44 struct xml_node_ctx *xctx = ctx->xml; in hs20_spp_validate() 210 unode = tnds_to_mo(ctx->xml, tnds); in process_update_node() 211 xml_node_free(ctx->xml, tnds); in process_update_node() 222 xml_node_free(ctx->xml, unode); in process_update_node() 229 xml_node_free(ctx->xml, unode); in process_update_node() 237 xml_node_free(ctx->xml, unode); in process_update_node() 246 xml_node_free(ctx->xml, unode); in process_update_node() 255 xml_node_free(ctx->xml, unode); in process_update_node() 266 xml_node_detach(ctx->xml, node); in process_update_node() 279 xml_node_free(ctx->xml, unode); in process_update_node() [all …]
|
| H A D | osu_client.c | 411 xml_node_free(ctx->xml, pps); in cmd_dl_osu_ca() 416 xml_node_free(ctx->xml, pps); in cmd_dl_osu_ca() 438 xml_node_free(ctx->xml, pps); in cmd_dl_polupd_ca() 443 xml_node_free(ctx->xml, pps); in cmd_dl_polupd_ca() 465 xml_node_free(ctx->xml, pps); in cmd_dl_aaa_ca() 472 xml_node_free(ctx->xml, pps); in cmd_dl_aaa_ca() 477 xml_node_free(ctx->xml, pps); in cmd_dl_aaa_ca() 667 xml_node_free(ctx->xml, mo); in hs20_add_pps_mo() 675 xml_node_free(ctx->xml, mo); in hs20_add_pps_mo() 678 xml_node_free(ctx->xml, mo); in hs20_add_pps_mo() [all …]
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | sgml | 6 0 string \<?xml\ version= 9 !:mime image/svg+xml 16 0 string/t \<?xml\ version= 24 0 string \<?xml\ version= 29 0 string/t \<?xml\ version=" 54 !:mime image/svg+xml 101 !:mime text/xml 104 !:mime text/xml 107 !:mime text/xml 113 !:mime text/xml [all …]
|
| H A D | dataone | 12 0 string <?xml 34 !:mime text/xml 38 0 string <?xml 41 !:mime application/rdf+xml 47 !:mime text/xml
|
| H A D | kml | 9 0 string/t \<?xml 12 !:mime application/vnd.google-earth.kml+xml 24 !:mime application/vnd.google-earth.kml+xml
|
| H A D | msooxml | 8 # archive. The first member file is normally "[Content_Types].xml". 10 # the "[Content_Types].xml" test? 28 >0x1E regex \\[Content_Types\\]\\.xml|_rels/\\.rels
|
| /freebsd-12.1/sys/contrib/libsodium/builds/ |
| H A D | Makefile.am | 34 msvc/vs2010/libsodium/libsodium.xml \ 36 msvc/vs2010/libsodium.import.xml \ 41 msvc/vs2012/libsodium/libsodium.xml \ 43 msvc/vs2012/libsodium.import.xml \ 48 msvc/vs2013/libsodium/libsodium.xml \ 50 msvc/vs2013/libsodium.import.xml \ 55 msvc/vs2015/libsodium/libsodium.xml \ 57 msvc/vs2015/libsodium.import.xml \ 62 msvc/vs2017/libsodium/libsodium.xml \ 64 msvc/vs2017/libsodium.import.xml \
|
| /freebsd-12.1/contrib/netbsd-tests/dev/dm/ |
| H A D | h_dm.c | 62 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-12.1/contrib/subversion/subversion/svn/ |
| H A D | status-cmd.c | 303 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()
|
| H A D | list-cmd.c | 304 if (opt_state->xml) in svn_cl__list() 326 if (opt_state->xml) in svn_cl__list() 371 if (opt_state->xml) in svn_cl__list() 409 (opt_state->xml || opt_state->verbose), in svn_cl__list() 411 opt_state->xml ? print_dirent_xml : print_dirent, in svn_cl__list() 429 if (opt_state->xml) in svn_cl__list() 455 if (opt_state->xml && ! opt_state->incremental) in svn_cl__list()
|
| H A D | blame-cmd.c | 293 if (! opt_state->xml) in svn_cl__blame() 310 if (opt_state->xml) in svn_cl__blame() 355 if (opt_state->xml) in svn_cl__blame() 409 else if (opt_state->xml) in svn_cl__blame() 416 if (opt_state->xml) in svn_cl__blame() 420 if (opt_state->xml && ! opt_state->incremental) in svn_cl__blame()
|
| H A D | propget-cmd.c | 326 || 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()
|
| H A D | proplist-cmd.c | 224 if (opt_state->xml) in svn_cl__proplist() 260 if (opt_state->xml) in svn_cl__proplist() 306 if (opt_state->xml) in svn_cl__proplist()
|
| /freebsd-12.1/tools/tools/locale/tools/ |
| H A D | charmaps.pm | 19 my @xml = <FIN>; 20 chomp(@xml); 23 my $xml = new XML::Parser(Handlers => { 28 $xml->parse(join("", @xml));
|
| /freebsd-12.1/contrib/expat/tests/ |
| H A D | xmltest.sh | 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-12.1/contrib/bzip2/ |
| H A D | FREEBSD-Xlist | 17 *entities.xml 24 *manual.xml
|
| /freebsd-12.1/contrib/libxo/doc/ |
| H A D | intro.rst | 26 % wc --libxo xml,pretty,warn /etc/motd 74 /* None of this "if (xml) {... } else {...}" logic */ 75 if (xml) { 76 /* some code to make xml */
|
| H A D | xo.rst | 107 --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-12.1/tools/regression/geom/ |
| H A D | RunTest.t | 16 echo `ls -1 Data/disk.*.xml | wc -l` 18 for f in Data/disk.*.xml
|
| /freebsd-12.1/contrib/apr-util/ |
| H A D | aprutil.dsw | 279 Project_Dep_Name xml 387 Project_Dep_Name xml 456 Project: "xml"=".\xml\expat\lib\xml.dsp" - Package Owner=<4>
|
| H A D | buildconf | 95 if [ -f xml/expat/buildconf.sh ]; then 97 (cd xml/expat; ./buildconf.sh $verbose)
|
| /freebsd-12.1/release/scripts/ |
| H A D | list-new-changesets.py | 51 import xml.etree.ElementTree 94 root = xml.etree.ElementTree.fromstring(out)
|
| /freebsd-12.1/contrib/apr-util/test/ |
| H A D | testall.dsw | 243 Project_Dep_Name xml 351 Project_Dep_Name xml 507 Project: "xml"="..\xml\expat\lib\xml.dsp" - Package Owner=<4>
|