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

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dminixml.c1 /* minixml.c : the minimum size a xml parser can be ! */
44 while(p->xml < p->xmlend)
46 if(*p->xml=='/' || *p->xml=='>')
48 if( !IS_WHITE_SPACE(*p->xml) )
51 attname = p->xml;
53 while(*p->xml!='=' && !IS_WHITE_SPACE(*p->xml) )
55 attnamelen++; p->xml++;
56 if(p->xml >
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dminixml.c1 /* minixml.c : the minimum size a xml parser can be ! */
44 while(p->xml < p->xmlend)
46 if(*p->xml=='/' || *p->xml=='>')
48 if( !IS_WHITE_SPACE(*p->xml) )
51 attname = p->xml;
53 while(*p->xml!='=' && !IS_WHITE_SPACE(*p->xml) )
55 attnamelen++; p->xml++;
56 if(p->xml >
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dminixml.c1 /* minixml.c : the minimum size a xml parser can be ! */
44 while(p->xml < p->xmlend)
46 if(*p->xml=='/' || *p->xml=='>')
48 if( !IS_WHITE_SPACE(*p->xml) )
51 attname = p->xml;
53 while(*p->xml!='=' && !IS_WHITE_SPACE(*p->xml) )
55 attnamelen++; p->xml++;
56 if(p->xml >
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpc/
H A Dminixml.c2 /* minixml.c : the minimum size a xml parser can be ! */
45 while(p->xml < p->xmlend)
47 if(*p->xml=='/' || *p->xml=='>')
49 if( !IS_WHITE_SPACE(*p->xml) )
52 attname = p->xml;
54 while(*p->xml!='=' && !IS_WHITE_SPACE(*p->xml) )
56 attnamelen++; p->xml++;
57 if(p->xml >
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpd/
H A Dminixml.c2 /* minixml.c : the minimum size a xml parser can be ! */
45 while(p->xml < p->xmlend)
47 if(*p->xml=='/' || *p->xml=='>')
49 if( !IS_WHITE_SPACE(*p->xml) )
52 attname = p->xml;
54 while(*p->xml!='=' && !IS_WHITE_SPACE(*p->xml) )
56 attnamelen++; p->xml++;
57 if(p->xml >
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpc/
H A Dminixml.c2 /* minixml.c : the minimum size a xml parser can be ! */
45 while(p->xml < p->xmlend)
47 if(*p->xml=='/' || *p->xml=='>')
49 if( !IS_WHITE_SPACE(*p->xml) )
52 attname = p->xml;
54 while(*p->xml!='=' && !IS_WHITE_SPACE(*p->xml) )
56 attnamelen++; p->xml++;
57 if(p->xml >
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpd/
H A Dminixml.c2 /* minixml.c : the minimum size a xml parser can be ! */
45 while(p->xml < p->xmlend)
47 if(*p->xml=='/' || *p->xml=='>')
49 if( !IS_WHITE_SPACE(*p->xml) )
52 attname = p->xml;
54 while(*p->xml!='=' && !IS_WHITE_SPACE(*p->xml) )
56 attnamelen++; p->xml++;
57 if(p->xml >
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpc/
H A Dminixml.c2 /* minixml.c : the minimum size a xml parser can be ! */
45 while(p->xml < p->xmlend)
47 if(*p->xml=='/' || *p->xml=='>')
49 if( !IS_WHITE_SPACE(*p->xml) )
52 attname = p->xml;
54 while(*p->xml!='=' && !IS_WHITE_SPACE(*p->xml) )
56 attnamelen++; p->xml++;
57 if(p->xml >
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpd/
H A Dminixml.c2 /* minixml.c : the minimum size a xml parser can be ! */
45 while(p->xml < p->xmlend)
47 if(*p->xml=='/' || *p->xml=='>')
49 if( !IS_WHITE_SPACE(*p->xml) )
52 attname = p->xml;
54 while(*p->xml!='=' && !IS_WHITE_SPACE(*p->xml) )
56 attnamelen++; p->xml++;
57 if(p->xml >
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/external_file/js/davclient.js/minisax.js/
H A Dtesthandler.js32 this.xml = '';
39 var xml = '<';
49 xml += nsname + ':';
52 xml += nodename;
65 xml += ' ';
67 xml += nsname + ':';
69 xml += aname + '="' + string.entitize(attrdict[aname]) + '"';
73 this.firstelement = xml;
75 this.xml += xml
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/APP-IPK/AiCloud-ipk/opt/etc/aicloud_UI/js/davclient.js/minisax.js/
H A Dtesthandler.js32 this.xml = '';
39 var xml = '<';
49 xml += nsname + ':';
52 xml += nodename;
65 xml += ' ';
67 xml += nsname + ':';
69 xml += aname + '="' + string.entitize(attrdict[aname]) + '"';
73 this.firstelement = xml;
75 this.xml += xml
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/external_file/js/davclient.js/minisax.js/
H A Dtesthandler.js32 this.xml = '';
39 var xml = '<';
49 xml += nsname + ':';
52 xml += nodename;
65 xml += ' ';
67 xml += nsname + ':';
69 xml += aname + '="' + string.entitize(attrdict[aname]) + '"';
73 this.firstelement = xml;
75 this.xml += xml
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/APP-IPK/AiCloud-ipk/opt/etc/aicloud_UI/js/davclient.js/minisax.js/
H A Dtesthandler.js32 this.xml = '';
39 var xml = '<';
49 xml += nsname + ':';
52 xml += nodename;
65 xml += ' ';
67 xml += nsname + ':';
69 xml += aname + '="' + string.entitize(attrdict[aname]) + '"';
73 this.firstelement = xml;
75 this.xml += xml
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/APP-IPK/AiCloud-ipk/opt/etc/aicloud_UI/js/davclient.js/minisax.js/
H A Dtesthandler.js32 this.xml = '';
39 var xml = '<';
49 xml += nsname + ':';
52 xml += nodename;
65 xml += ' ';
67 xml += nsname + ':';
69 xml += aname + '="' + string.entitize(attrdict[aname]) + '"';
73 this.firstelement = xml;
75 this.xml += xml
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/external_file/js/davclient.js/minisax.js/
H A Dtesthandler.js32 this.xml = '';
39 var xml = '<';
49 xml += nsname + ':';
52 xml += nodename;
65 xml += ' ';
67 xml += nsname + ':';
69 xml += aname + '="' + string.entitize(attrdict[aname]) + '"';
73 this.firstelement = xml;
75 this.xml += xml
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/doc/manpages/man1/
H A DMakefile.am20 ad.1.xml \
21 afpldaptest.1.xml \
22 afppasswd.1.xml \
23 afpstats.1.xml \
24 apple_dump.1.xml \
25 asip-status.pl.1.xml \
26 dbd.1.xml \
27 macusers.1.xml \
28 megatron.1.xml \
29 netatalk-config.1.xml \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/doc/manpages/man1/
H A DMakefile.am20 ad.1.xml \
21 afpldaptest.1.xml \
22 afppasswd.1.xml \
23 afpstats.1.xml \
24 apple_dump.1.xml \
25 asip-status.pl.1.xml \
26 dbd.1.xml \
27 macusers.1.xml \
28 megatron.1.xml \
29 netatalk-config.1.xml \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/doc/manpages/man1/
H A DMakefile.am20 ad.1.xml \
21 afpldaptest.1.xml \
22 afppasswd.1.xml \
23 afpstats.1.xml \
24 apple_dump.1.xml \
25 asip-status.pl.1.xml \
26 dbd.1.xml \
27 macusers.1.xml \
28 megatron.1.xml \
29 netatalk-config.1.xml \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/doc/manpages/man8/
H A DMakefile.am13 afpd.8.xml \
14 cnid_dbd.8.xml \
15 cnid_metad.8.xml \
16 netatalk.8.xml
21 %.8 : %.8.xml
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/doc/manpages/man8/
H A DMakefile.am13 afpd.8.xml \
14 cnid_dbd.8.xml \
15 cnid_metad.8.xml \
16 netatalk.8.xml
21 %.8 : %.8.xml
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/doc/manpages/man8/
H A DMakefile.am13 afpd.8.xml \
14 cnid_dbd.8.xml \
15 cnid_metad.8.xml \
16 netatalk.8.xml
21 %.8 : %.8.xml
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/wpa_supplicant/dbus/
H A Ddbus_new_introspect.c29 struct wpabuf *xml; member in struct:interfaces
46 iface->xml = wpabuf_alloc(3000);
47 if (iface->xml == NULL) {
51 wpabuf_printf(iface->xml, "<interface name=\"%s\">", dbus_interface);
58 static void add_arg(struct wpabuf *xml, const char *name, const char *type, argument
61 wpabuf_printf(xml, "<arg name=\"%s\"", name);
63 wpabuf_printf(xml, " type=\"%s\"", type);
65 wpabuf_printf(xml, " direction=\"%s\"", direction);
66 wpabuf_put_str(xml, "/>");
70 static void add_entry(struct wpabuf *xml, cons argument
89 add_property(struct wpabuf *xml, const struct wpa_dbus_property_desc *dsc) argument
159 add_interfaces(struct dl_list *list, struct wpabuf *xml) argument
175 add_child_nodes(struct wpabuf *xml, DBusConnection *con, const char *path) argument
189 add_introspectable_interface(struct wpabuf *xml) argument
201 add_properties_interface(struct wpabuf *xml) argument
227 add_wpas_interfaces(struct wpabuf *xml, struct wpa_dbus_object_desc *obj_dsc) argument
251 struct wpabuf *xml; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/wpa_supplicant/dbus/
H A Ddbus_new_introspect.c29 struct wpabuf *xml; member in struct:interfaces
46 iface->xml = wpabuf_alloc(3000);
47 if (iface->xml == NULL) {
51 wpabuf_printf(iface->xml, "<interface name=\"%s\">", dbus_interface);
58 static void add_arg(struct wpabuf *xml, const char *name, const char *type, argument
61 wpabuf_printf(xml, "<arg name=\"%s\"", name);
63 wpabuf_printf(xml, " type=\"%s\"", type);
65 wpabuf_printf(xml, " direction=\"%s\"", direction);
66 wpabuf_put_str(xml, "/>");
70 static void add_entry(struct wpabuf *xml, cons argument
89 add_property(struct wpabuf *xml, const struct wpa_dbus_property_desc *dsc) argument
159 add_interfaces(struct dl_list *list, struct wpabuf *xml) argument
175 add_child_nodes(struct wpabuf *xml, DBusConnection *con, const char *path) argument
189 add_introspectable_interface(struct wpabuf *xml) argument
201 add_properties_interface(struct wpabuf *xml) argument
227 add_wpas_interfaces(struct wpabuf *xml, struct wpa_dbus_object_desc *obj_dsc) argument
251 struct wpabuf *xml; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/wpa_supplicant/dbus/
H A Ddbus_new_introspect.c29 struct wpabuf *xml; member in struct:interfaces
46 iface->xml = wpabuf_alloc(3000);
47 if (iface->xml == NULL) {
51 wpabuf_printf(iface->xml, "<interface name=\"%s\">", dbus_interface);
58 static void add_arg(struct wpabuf *xml, const char *name, const char *type, argument
61 wpabuf_printf(xml, "<arg name=\"%s\"", name);
63 wpabuf_printf(xml, " type=\"%s\"", type);
65 wpabuf_printf(xml, " direction=\"%s\"", direction);
66 wpabuf_put_str(xml, "/>");
70 static void add_entry(struct wpabuf *xml, cons argument
89 add_property(struct wpabuf *xml, const struct wpa_dbus_property_desc *dsc) argument
159 add_interfaces(struct dl_list *list, struct wpabuf *xml) argument
175 add_child_nodes(struct wpabuf *xml, DBusConnection *con, const char *path) argument
189 add_introspectable_interface(struct wpabuf *xml) argument
201 add_properties_interface(struct wpabuf *xml) argument
227 add_wpas_interfaces(struct wpabuf *xml, struct wpa_dbus_object_desc *obj_dsc) argument
251 struct wpabuf *xml; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/madwimax-0.1.1/man/
H A DMakefile.am6 CLEANFILES = madwimax.8 madwimax.8.xml
8 madwimax.8.xml: $(srcdir)/madwimax.8.txt
11 madwimax.8: madwimax.8.xml

Completed in 223 milliseconds

1234567891011>>