Searched refs:doctype (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dtexi2html318 $doctype = '';
356 if (/^-doctype$/) { $doctype = shift(@ARGV); next; }
1886 if ($doctype eq 'html2') {
1888 } elsif ($doctype) {
1889 print FILE $doctype;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/doc/
H A Dtexi2html318 $doctype = '';
356 if (/^-doctype$/) { $doctype = shift(@ARGV); next; }
1886 if ($doctype eq 'html2') {
1888 } elsif ($doctype) {
1889 print FILE $doctype;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmatroskadec.c89 char *doctype; member in struct:__anon668
256 { EBML_ID_DOCTYPE, EBML_STR, 0, offsetof(Ebml,doctype), {.s="(none)"} },
1139 || ebml.id_length > sizeof(uint32_t) || strcmp(ebml.doctype, "matroska")
1143 "(EBML version %"PRIu64", doctype %s, doc version %"PRIu64")\n",
1144 ebml.version, ebml.doctype, ebml.doctype_version);

Completed in 100 milliseconds