Searched refs:extensions (Results 201 - 225 of 502) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dau.c204 .extensions = "au",
H A Dlatmenc.c184 .extensions = "latm",
H A Dmp3dec.c198 .extensions = "mp2,mp3,m2a", /* XXX: use probe */
H A Dmvi.c133 .extensions = "mvi"
H A Dsmjpegdec.c176 .extensions = "mjpg",
H A Dtta.c160 .extensions = "tta",
H A Dtty.c165 .extensions = "ans,art,asc,diz,ice,nfo,txt,vt",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/ssltest-ecc/
H A DECCcertgen.sh70 -extensions v3_ca \
H A DRSAcertgen.sh57 -extensions v3_ca \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dtexi2html474 # read texi2html extensions (if any)
476 $extensions = 'texi2html.ext'; # extensions in working directory
477 if (-f $extensions) {
478 print "# reading extensions from $extensions\n" if $verbose;
479 require($extensions);
483 $extensions = "${progdir}texi2html.ext"; # extensions in texi2html directory
484 if (-f $extensions) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/doc/
H A Dtexi2html474 # read texi2html extensions (if any)
476 $extensions = 'texi2html.ext'; # extensions in working directory
477 if (-f $extensions) {
478 print "# reading extensions from $extensions\n" if $verbose;
479 require($extensions);
483 $extensions = "${progdir}texi2html.ext"; # extensions in texi2html directory
484 if (-f $extensions) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/ssltest-ecc/
H A DECCcertgen.sh70 -extensions v3_ca \
H A DRSAcertgen.sh57 -extensions v3_ca \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/ssltest-ecc/
H A DECCcertgen.sh70 -extensions v3_ca \
H A DRSAcertgen.sh57 -extensions v3_ca \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/doc/
H A Dtexi2html474 # read texi2html extensions (if any)
476 $extensions = 'texi2html.ext'; # extensions in working directory
477 if (-f $extensions) {
478 print "# reading extensions from $extensions\n" if $verbose;
479 require($extensions);
483 $extensions = "${progdir}texi2html.ext"; # extensions in texi2html directory
484 if (-f $extensions) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/
H A DMakefile.in44 $(top_srcdir)/extensions/GNUmakefile.in \
59 CONFIG_CLEAN_FILES = extensions/GNUmakefile \
78 DIST_SUBDIRS = extensions libiptc iptables include libipq utils
246 SUBDIRS = extensions libiptc iptables $(am__append_1) $(am__append_2) \
303 extensions/GNUmakefile: $(top_builddir)/config.status $(top_srcdir)/extensions/GNUmakefile.in
755 config.status: extensions/GNUmakefile.in \
H A DMakefile43 $(top_srcdir)/extensions/GNUmakefile.in \
58 CONFIG_CLEAN_FILES = extensions/GNUmakefile \
77 DIST_SUBDIRS = extensions libiptc iptables include libipq utils
245 SUBDIRS = extensions libiptc iptables $(am__append_1) $(am__append_2) \
302 extensions/GNUmakefile: $(top_builddir)/config.status $(top_srcdir)/extensions/GNUmakefile.in
754 config.status: extensions/GNUmakefile.in \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/
H A DMakefile.in44 $(top_srcdir)/extensions/GNUmakefile.in \
59 CONFIG_CLEAN_FILES = extensions/GNUmakefile \
78 DIST_SUBDIRS = libiptc libxtables include libipq utils extensions \
247 # Depends on extensions/libext.a:
249 $(am__append_3) extensions iptables
305 extensions/GNUmakefile: $(top_builddir)/config.status $(top_srcdir)/extensions/GNUmakefile.in
757 config.status: extensions/GNUmakefile.in \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dx11grab.c53 #include <X11/extensions/shape.h>
54 #include <X11/extensions/XShm.h>
55 #include <X11/extensions/Xfixes.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davformat.h455 const char *extensions; /**< comma-separated filename extensions */ member in struct:AVOutputFormat
578 * If extensions are defined, then no probe is done. You should
582 const char *extensions; member in struct:AVInputFormat
2329 * extensions of the registered formats
2570 * extensions, 0 otherwise.
2572 * @param filename file name to check against the given extensions
2573 * @param extensions a comma-separated list of filename extensions
2575 int av_match_ext(const char *filename, const char *extensions);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ts/
H A Dts.h122 extensions [0] IMPLICIT Extensions OPTIONAL }
131 STACK_OF(X509_EXTENSION) *extensions; /* [0] OPTIONAL */ member in struct:TS_req_st
164 extensions [1] IMPLICIT Extensions OPTIONAL }
177 STACK_OF(X509_EXTENSION) *extensions; member in struct:TS_tst_info_st
578 * Default callback rejects all extensions. The extension callback is called
722 int TS_ext_print_bio(BIO *bio, const STACK_OF(X509_EXTENSION) *extensions);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmimetype.cpp331 bool wxFileTypeImpl::GetExtensions(wxArrayString& extensions) argument
334 // the only way to get the list of extensions from the file type is to
335 // scan through all extensions in the registry - too slow...
339 extensions.Empty();
340 extensions.Add(m_ext);
342 // it's a lie too, we don't return _all_ extensions...
620 // now make other extensions have the same filetype
656 } // end of for loop; all extensions now point to HKCR\.ext\Default
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ts/
H A Dts.h122 extensions [0] IMPLICIT Extensions OPTIONAL }
131 STACK_OF(X509_EXTENSION) *extensions; /* [0] OPTIONAL */ member in struct:TS_req_st
164 extensions [1] IMPLICIT Extensions OPTIONAL }
177 STACK_OF(X509_EXTENSION) *extensions; member in struct:TS_tst_info_st
578 * Default callback rejects all extensions. The extension callback is called
722 int TS_ext_print_bio(BIO *bio, const STACK_OF(X509_EXTENSION) *extensions);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dx11grab.c52 #include <X11/extensions/shape.h>
53 #include <X11/extensions/XShm.h>
54 #include <X11/extensions/Xfixes.h>

Completed in 120 milliseconds

1234567891011>>