Searched refs:filename (Results 151 - 175 of 789) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_common/
H A Dreplaygain.c29 FLAC__bool FLAC_plugin__replaygain_get_from_file(const char *filename, argument
42 if(FLAC__metadata_simple_iterator_init(iterator, filename, /*read_only=*/true, /*preserve_file_stats=*/true)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dnameclash.h55 const char *filename, int verbose,
71 Stream_t *createDir(Stream_t *Dir, const char *filename, ClashHandling_t *ch,
H A Dunixdir.c130 Stream_t *OpenDir(Stream_t *Stream, const char *filename) argument
140 This->pathname = malloc(strlen(filename)+1);
145 strcpy(This->pathname, filename);
147 if(MT_STAT(filename, &This->statbuf) < 0) {
153 This->dir = opendir(filename);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/
H A Dfilemap_utils.c19 int map_file(char *filename, struct filemap_t *filemap) { argument
22 filemap->fd = open(filename, O_RDONLY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dbackupfile.h54 extern void addext (char *filename, char const *ext, char e);
H A Dterm_ostream.priv.h12 char *filename; member in struct:term_ostream_representation
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgfmt.cs60 // UTF-8 encoded) and write the .resources file to the given filename.
61 WriteResource (String filename) { argument
64 if (filename.Equals("-")) {
97 BufferedStream output = new BufferedStream(new FileStream(filename, FileMode.Create, FileAccess.Write));
102 ResourceWriter rw = new ResourceWriter(filename);
H A Dwrite-catalog.h72 const char *filename,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dbackupfile.h54 extern void addext (char *filename, char const *ext, char e);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dnanoftp.in.h25 * @filename: the file name (including "->" when links are shown)
41 const char *filename, const char *attrib,
125 const char *filename);
128 const char *filename);
133 const char *filename);
H A Dxmlmodule.in.h40 XMLPUBFUN xmlModulePtr XMLCALL xmlModuleOpen (const char *filename,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dmain.h33 void print_file(int number, char *filename);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dcheck-xml-test-suite.py54 def loadNoentDoc(filename):
55 ctxt = libxml2.createFileParserCtxt(filename)
73 def testNotWf(filename, id):
81 ctxt = libxml2.createFileParserCtxt(filename)
98 def testNotWfEnt(filename, id):
106 ctxt = libxml2.createFileParserCtxt(filename)
124 def testNotWfEntDtd(filename, id):
132 ctxt = libxml2.createFileParserCtxt(filename)
151 def testWfEntDtd(filename, id):
159 ctxt = libxml2.createFileParserCtxt(filename)
[all...]
H A DtestReader.c66 static void handleFile(const char *filename) { argument
75 reader = xmlNewTextReaderFilename(filename);
96 printf("%s : failed to parse\n", filename);
98 printf("%s : %d elements, %d attributes\n", filename, elem, attrs);
100 fprintf(stderr, "Unable to open %s\n", filename);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dnanoftp.h25 * @filename: the file name (including "->" when links are shown)
41 const char *filename, const char *attrib,
125 const char *filename);
128 const char *filename);
133 const char *filename);
H A Dxmlmodule.h40 XMLPUBFUN xmlModulePtr XMLCALL xmlModuleOpen (const char *filename,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dnanoftp.in.h25 * @filename: the file name (including "->" when links are shown)
41 const char *filename, const char *attrib,
125 const char *filename);
128 const char *filename);
133 const char *filename);
H A Dxmlmodule.in.h40 XMLPUBFUN xmlModulePtr XMLCALL xmlModuleOpen (const char *filename,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dudevinfo.c62 char filename[PATH_SIZE]; local
70 strlcpy(filename, path, sizeof(filename));
71 strlcat(filename, "/", sizeof(filename));
72 strlcat(filename, dent->d_name, sizeof(filename));
73 if (lstat(filename, &statbuf) != 0)
193 char filename[PATH_SIZE]; local
202 strlcpy(filename, udev_roo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dftpgetinfo.c48 const char *filename = strrchr(ftpurl, '/') + 1; local
71 printf("filetime %s: %s", filename, ctime(&filetime));
74 printf("filesize %s: %0.0f bytes\n", filename, filesize);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dstat.c121 const char *const filename, void const *data
127 printf(pformat, filename);
171 const char *const filename, void const *data
181 printf(pformat, filename);
185 char *linkname = xmalloc_readlink_or_warn(filename);
187 bb_perror_msg("cannot read symbolic link '%s'", filename);
190 /*printf("\"%s\" -> \"%s\"", filename, linkname); */
191 printf(pformat, filename);
195 printf(pformat, filename);
284 static void print_it(char const *masterformat, char const *filename, argument
120 print_statfs(char *pformat, const size_t buf_len, const char m, const char *const filename, void const *data USE_SELINUX(, security_context_t scontext)) argument
170 print_stat(char *pformat, const size_t buf_len, const char m, const char *const filename, void const *data USE_SELINUX(, security_context_t scontext)) argument
338 do_statfs(char const *filename, char const *format) argument
447 do_stat(char const *filename, char const *format) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doperations.c37 static FLAC__bool do_major_operation_on_file(const char *filename, const CommandLineOptions *options);
38 static FLAC__bool do_major_operation__list(const char *filename, FLAC__Metadata_Chain *chain, const CommandLineOptions *options);
43 static FLAC__bool do_shorthand_operations_on_file(const char *filename, const CommandLineOptions *options);
44 static FLAC__bool do_shorthand_operation(const char *filename, FLAC__bool prefix_with_filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write, FLAC__bool utf8_convert);
46 static FLAC__bool do_shorthand_operation__add_padding(const char *filename, FLAC__Metadata_Chain *chain, unsigned length, FLAC__bool *needs_write);
49 static void write_metadata(const char *filename, FLAC__StreamMetadata *block, unsigned block_number, FLAC__bool raw, FLAC__bool hexdump_application);
52 extern FLAC__bool do_shorthand_operation__add_seekpoints(const char *filename, FLAC__Metadata_Chain *chain, const char *specification, FLAC__bool *needs_write);
55 extern FLAC__bool do_shorthand_operation__streaminfo(const char *filename, FLAC__bool prefix_with_filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write);
58 extern FLAC__bool do_shorthand_operation__vorbis_comment(const char *filename, FLAC__bool prefix_with_filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write, FLAC__bool raw);
61 extern FLAC__bool do_shorthand_operation__cuesheet(const char *filename, FLAC__Metadata_Chai
112 do_major_operation_on_file(const char *filename, const CommandLineOptions *options) argument
172 do_major_operation__list(const char *filename, FLAC__Metadata_Chain *chain, const CommandLineOptions *options) argument
274 do_shorthand_operations_on_file(const char *filename, const CommandLineOptions *options) argument
329 do_shorthand_operation(const char *filename, FLAC__bool prefix_with_filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write, FLAC__bool utf8_convert) argument
479 do_shorthand_operation__add_padding(const char *filename, FLAC__Metadata_Chain *chain, unsigned length, FLAC__bool *needs_write) argument
548 write_metadata(const char *filename, FLAC__StreamMetadata *block, unsigned block_number, FLAC__bool raw, FLAC__bool hexdump_application) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dimg2.c172 if (p->filename && av_str2id(img_tags, p->filename)) {
173 if (av_filename_number_test(p->filename))
181 enum CodecID av_guess_image2_codec(const char *filename){ argument
182 return av_str2id(img_tags, filename);
198 av_strlcpy(s->path, s1->filename, sizeof(s->path));
251 char filename[1024]; local
262 if (av_get_frame_filename(filename, sizeof(filename),
266 if (url_fopen(&f[i], filename, URL_RDONL
333 char filename[1024]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dwinrand.c56 /* Usage: winrand [filename]
59 * random data to filename or .rnd
67 const char *filename; variable
79 filename = RAND_file_name(buffer, sizeof buffer);
81 filename = cmdline;
83 RAND_load_file(filename, -1);
141 if (RAND_write_file(filename) <= 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dwinrand.c56 /* Usage: winrand [filename]
59 * random data to filename or .rnd
67 const char *filename; variable
79 filename = RAND_file_name(buffer, sizeof buffer);
81 filename = cmdline;
83 RAND_load_file(filename, -1);
141 if (RAND_write_file(filename) <= 0)

Completed in 304 milliseconds

1234567891011>>