HomeSort by: relevance | last modified time | path
    Searched refs:xml (Results 1 - 19 of 19) sorted by relevancy

  /src/usr.sbin/bthcid/
config.c 55 char *xml; local in function:load_keys
69 xml = malloc(len);
70 if (xml == NULL) {
76 if (read(fd, xml, len) != len) {
77 free(xml);
82 dict = prop_dictionary_internalize(xml);
83 free(xml);
127 char *xml; local in function:save_key
175 xml = prop_dictionary_externalize(cfg);
176 if (xml == NULL)
    [all...]
  /src/tests/dev/dm/
h_dm.c 62 char *xml; local in function:dm_test_versions
85 xml = prop_dictionary_externalize(dict_out);
86 __USE(xml);
102 char *xml; local in function:dm_test_targets
125 xml = prop_dictionary_externalize(dict_out);
126 __USE(xml);
  /src/share/xml/
Makefile 6 FILESDIR= /usr/share/xml
  /src/sys/external/isc/libsodium/dist/builds/
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 \
    [all...]
Makefile.in 323 msvc/vs2010/libsodium/libsodium.xml \
325 msvc/vs2010/libsodium.import.xml \
330 msvc/vs2012/libsodium/libsodium.xml \
332 msvc/vs2012/libsodium.import.xml \
337 msvc/vs2013/libsodium/libsodium.xml \
339 msvc/vs2013/libsodium.import.xml \
344 msvc/vs2015/libsodium/libsodium.xml \
346 msvc/vs2015/libsodium.import.xml \
351 msvc/vs2017/libsodium/libsodium.xml \
353 msvc/vs2017/libsodium.import.xml \
    [all...]
  /src/share/examples/rump/dmtest/
dmt.c 59 char *xml; local in function:main
80 xml = prop_dictionary_externalize(dict_out);
81 printf("%s\n",xml);
  /src/tests/usr.bin/gdb/
t_regress.sh 72 atf_test_case xml
75 "with XML support (PR bin/54154)"
79 cat <<\EOF >target.xml
85 set tdesc filename "target.xml"
88 atf_check -s exit:1 -o ignore -e ignore grep "Can not parse XML" gdb.out
94 atf_add_test_case xml
  /src/share/
Makefile 11 tabset terminfo tmac wscons xml
  /src/tools/binstall/
mkmanifest 12 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  /src/sbin/drvctl/
drvctl.c 77 char *xml; local in function:main
191 xml = prop_dictionary_externalize(data_dict);
196 printf("%s", xml);
197 free(xml);
257 char *xml; local in function:display_object
274 xml = prop_dictionary_externalize(obj);
275 printf("%s", xml);
276 free(xml);
  /src/distrib/utils/embedded/conf/
wii.conf 58 cp ${DIR}/files/evbppc_wii_meta.xml ${mnt}/boot/apps/netbsd/meta.xml
  /src/distrib/notes/common/
extract-contrib-string.pl 48 # -x xml/docbook output
96 $xml=1 if ($ARGV[0] =~ /-x/i);
106 " -x output xml/docbook\n" .
112 $comments = !$html && !$xml;
328 } elsif ($xml) {
  /src/usr.sbin/hdaudioctl/
hdaudioctl.c 165 const char *xml; local in function:hdaudioctl_get
191 xml = prop_array_externalize(config);
193 printf("%s\n", xml);
  /src/common/dist/zlib/os400/
make.sh 79 -e 's/.* name=\"\\([^\"]*\\)\".*/\\1/' < \"${TOPDIR}/treebuild.xml\" |
154 # Extract the version from the master compilation XML file.
158 < treebuild.xml`
272 -e 's/.* name="\([^"]*\)".*/\1/' < treebuild.xml`
  /src/usr.sbin/envstat/
config.c 154 char *xml; local in function:display_object
171 xml = prop_dictionary_externalize(obj);
172 printf("%s", xml);
173 free(xml);
  /src/tools/gdb/
Makefile 155 ${MKENV_BUILD_MAKE} xml-builtin.c init.c version.c) && \
mknative-gdb.old 205 xml-builtin.c jit-reader.h
mknative-gdb 205 xml-builtin.c jit-reader.h
  /src/common/lib/libprop/
prop_intern.c 68 * Skip the body and end tag of an XML comment.
89 * Find the next tag in an XML stream. Optionally compare the found
561 * Decode an XML-encoded string.
694 * Skip any whitespace and XML preamble stuff that we don't
706 * Skip over the XML preamble that Apple XML property
709 if (MATCH("?xml ") ||
873 * Internalize a property list from XML data.
893 * We don't understand any plist attributes, but Apple XML
943 * An XML plist will always have '<' as the first non-w
    [all...]

Completed in 19 milliseconds