Searched refs:filename (Results 276 - 300 of 789) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dcatalog.in.h72 xmlLoadACatalog (const char *filename);
74 xmlLoadSGMLSuperCatalog (const char *filename);
114 xmlLoadCatalog (const char *filename);
139 xmlParseCatalogFile (const char *filename);
H A DxmlIO.c446 __xmlLoaderErr(void *ctx, const char *msg, const char *filename) argument
471 filename, NULL, NULL, 0, 0,
472 msg, filename);
715 * stat on the filename fails, it can't be right).
810 * @filename: the URI for matching
817 xmlFileMatch (const char *filename ATTRIBUTE_UNUSED) {
823 * @filename: the URI for matching
826 * if @filename is " " then the standard input is used
831 xmlFileOpen_real (const char *filename) { argument
835 if (filename
882 xmlFileOpen(const char *filename) argument
907 xmlFileOpenW(const char *filename) argument
1090 xmlGzfileOpen_real(const char *filename) argument
1131 xmlGzfileOpen(const char *filename) argument
1158 xmlGzfileOpenW(const char *filename, int compression) argument
1639 xmlIOHTTPMatch(const char *filename) argument
1654 xmlIOHTTPOpen(const char *filename) argument
1999 xmlIOFTPMatch(const char *filename) argument
2014 xmlIOFTPOpen(const char *filename) argument
3479 xmlParserGetDirectory(const char *filename) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dterm-ostream.oo.h102 extern term_ostream_t term_ostream_create (int fd, const char *filename);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/include/FLAC++/
H A Ddecoder.h228 virtual ::FLAC__StreamDecoderInitStatus init(const char *filename); ///< See FLAC__stream_decoder_init_file()
229 virtual ::FLAC__StreamDecoderInitStatus init(const std::string &filename); ///< See FLAC__stream_decoder_init_file()
231 virtual ::FLAC__StreamDecoderInitStatus init_ogg(const char *filename); ///< See FLAC__stream_decoder_init_ogg_file()
232 virtual ::FLAC__StreamDecoderInitStatus init_ogg(const std::string &filename); ///< See FLAC__stream_decoder_init_ogg_file()
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/
H A Dplayback.h80 FLAC__bool FLAC_plugin__decoder_init(FLAC__StreamDecoder *decoder, const char *filename, FLAC__int64 filesize, stream_data_struct *stream_data, output_config_t *config);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestThreads.c54 const char *filename = (const char *) private_data; local
57 if (!strcmp(filename, "test/threads/invalid.xml")) {
64 myDoc = xmlParseFile(filename);
71 if (!strcmp(filename, "test/threads/invalid.xml")) {
H A Dxmllint.c558 if (input->filename) {
559 snprintf(&buffer[len], sizeof(buffer) - len, "%s:%d: ", input->filename,
636 if ((input != NULL) && (input->filename == NULL) && (ctxt->inputNr > 1)) {
673 if ((input != NULL) && (input->filename == NULL) && (ctxt->inputNr > 1)) {
711 if ((input->filename == NULL) && (ctxt->inputNr > 1))
748 if ((input->filename == NULL) && (ctxt->inputNr > 1))
1624 testSAX(const char *filename) { argument
1647 buf = xmlParserInputBufferCreateFilename(filename, XML_CHAR_ENCODING_NONE);
1667 fprintf(stderr, "%s validates\n", filename);
1669 fprintf(stderr, "%s fails to validate\n", filename);
1804 streamFile(char *filename) argument
2048 parseAndPrintFile(char *filename, xmlParserCtxtPtr rectxt) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/win32/wince/
H A Dwincecompat.h36 int open(const char *filename,int oflag, ...);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dftw.h95 typedef int (*nftw_func_t) (const char *filename,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/dso/
H A Ddso.h73 /* By default, DSO_load() will translate the provided filename into a form
82 * prompted the user for a path to a driver library so the filename should be
113 * filename to transform. They should either return NULL (if there is an error
182 * doesn't use anything but will need to cache the filename
201 * filename used for this DSO. */
202 char *filename; member in struct:dso_st
203 /* This is populated with (a copy of) the translated filename by which
205 * loaded. NB: This is here because the filename translation process
210 * corresponds to a loaded library or not, and (b) the filename with
229 /* These functions can be used to get/set the platform-independant filename
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Ddso.h73 /* By default, DSO_load() will translate the provided filename into a form
82 * prompted the user for a path to a driver library so the filename should be
113 * filename to transform. They should either return NULL (if there is an error
182 * doesn't use anything but will need to cache the filename
201 * filename used for this DSO. */
202 char *filename; member in struct:dso_st
203 /* This is populated with (a copy of) the translated filename by which
205 * loaded. NB: This is here because the filename translation process
210 * corresponds to a loaded library or not, and (b) the filename with
229 /* These functions can be used to get/set the platform-independant filename
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dc14n.h78 const char* filename,
H A Dcatalog.h72 xmlLoadACatalog (const char *filename);
74 xmlLoadSGMLSuperCatalog (const char *filename);
114 xmlLoadCatalog (const char *filename);
139 xmlParseCatalogFile (const char *filename);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Ddate.c50 char *filename = NULL; local
58 &date_str, &date_str, &filename
89 if (filename) {
91 xstat(filename, &statbuf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DxmlIO.c446 __xmlLoaderErr(void *ctx, const char *msg, const char *filename) argument
471 filename, NULL, NULL, 0, 0,
472 msg, filename);
715 * stat on the filename fails, it can't be right).
810 * @filename: the URI for matching
817 xmlFileMatch (const char *filename ATTRIBUTE_UNUSED) {
823 * @filename: the URI for matching
826 * if @filename is " " then the standard input is used
831 xmlFileOpen_real (const char *filename) { argument
835 if (filename
882 xmlFileOpen(const char *filename) argument
907 xmlFileOpenW(const char *filename) argument
1090 xmlGzfileOpen_real(const char *filename) argument
1131 xmlGzfileOpen(const char *filename) argument
1158 xmlGzfileOpenW(const char *filename, int compression) argument
1639 xmlIOHTTPMatch(const char *filename) argument
1654 xmlIOHTTPOpen(const char *filename) argument
1999 xmlIOFTPMatch(const char *filename) argument
2014 xmlIOFTPOpen(const char *filename) argument
3479 xmlParserGetDirectory(const char *filename) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dterm-ostream.oo.h102 extern term_ostream_t term_ostream_create (int fd, const char *filename);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dfilename.h49 /* Concatenate a directory filename, a relative filename and an optional
50 suffix. Return a freshly allocated filename. */
52 const char *filename, const char *suffix);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dbookutil.h35 extern codebook *codebook_load(char *filename);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-python/avahi/
H A DServiceTypeDatabase.py.in30 def __init__(self, filename = "@pkglibdir@/service-types.db"):
32 self.db = @DBM@.open(filename, "r")
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dftw.h95 typedef int (*nftw_func_t) (const char *filename,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Davformat.h236 const char *filename; member in struct:AVProbeData
268 #define AVFMT_NEEDNUMBER 0x0002 /**< Needs '%d' in filename. */
287 const char *extensions; /**< comma-separated filename extensions */
500 char *filename; /**< source filename of the stream */ member in struct:AVStream
586 char filename[1024]; /**< input or output filename */ member in struct:AVFormatContext
746 enum CodecID av_guess_image2_codec(const char *filename);
755 const char *filename,
758 const char *filename,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/vhook/
H A Dwatermark.c8 * -f file = file is the watermark image filename. You must specify this!
69 char filename[2000]; member in struct:__anon756
145 strncpy(ci->filename, optarg, 1999);
146 ci->filename[1999] = 0;
167 if (0 == ci->filename[0]) {
168 av_log(NULL, AV_LOG_ERROR, "Watermark: There is no filename specified.\n");
467 if (av_open_input_file(&ci->pFormatCtx, ci->filename, NULL, 0, NULL) != 0) {
471 ci->i = strlen(ci->filename);
473 av_log(NULL, AV_LOG_ERROR, "get_watermark_picture() No filename to watermark vhook\n");
477 if (ci->filename[c
653 parse_arg_file(const char *filename) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/include/libavformat/
H A Davformat.h236 const char *filename; member in struct:AVProbeData
268 #define AVFMT_NEEDNUMBER 0x0002 /**< Needs '%d' in filename. */
287 const char *extensions; /**< comma-separated filename extensions */
500 char *filename; /**< source filename of the stream */ member in struct:AVStream
586 char filename[1024]; /**< input or output filename */ member in struct:AVFormatContext
746 enum CodecID av_guess_image2_codec(const char *filename);
755 const char *filename,
758 const char *filename,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dpnmtologo.c25 static const char *filename; variable
91 die("%s: end of file\n", filename);
97 die("%s: end of file\n", filename);
108 die("%s: end of file\n", filename);
127 fp = fopen(filename, "r");
129 die("Cannot open file %s: %s\n", filename, strerror(errno));
134 die("%s is not a PNM file\n", filename);
148 "Use pnmnoraw(1) to convert it to ASCII PNM\n", filename);
151 die("%s is not a PNM file\n", filename);
235 fprintf(out, " * It was automatically generated from %s\n", filename);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dread-resources.c38 #include "filename.h"
91 read_resources_file (message_list_ty *mlp, const char *filename) argument
101 args[0] = filename;

Completed in 276 milliseconds

<<11121314151617181920>>