Searched refs:filename (Results 51 - 75 of 793) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dexamples3.t.T53 my $filename = "fruit" ;
54 unlink $filename ;
56 -Filename => $filename,
59 or die "Cannot open file $filename: $! $BerkeleyDB::Error\n" ;
78 unlink $filename ;
103 my $filename = "fruit" ;
104 unlink $filename ;
106 -Filename => $filename,
109 or die "Cannot open file $filename: $! $BerkeleyDB::Error\n" ;
128 unlink $filename ;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doperations_shorthand_picture.c32 static FLAC__bool import_pic_from(const char *filename, FLAC__StreamMetadata **picture, const char *specification, FLAC__bool *needs_write);
33 static FLAC__bool export_pic_to(const char *filename, const FLAC__StreamMetadata *picture, const char *pic_filename);
35 FLAC__bool do_shorthand_operation__picture(const char *filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write) argument
48 ok = import_pic_from(filename, &picture, operation->argument.specification.value, needs_write);
54 print_error_with_chain_status(chain, "%s: ERROR: adding new PICTURE block to metadata", filename);
68 print_error_with_chain_status(chain, "%s: ERROR: FLAC stream can only have one 32x32 standard icon (type=1) PICTURE block", filename);
75 print_error_with_chain_status(chain, "%s: ERROR: FLAC stream can only have one icon (type=2) PICTURE block", filename);
97 fprintf(stderr, "%s: ERROR: FLAC file has no PICTURE block\n", filename);
99 fprintf(stderr, "%s: ERROR: FLAC file has no PICTURE block at block #%d\n", filename, block_number);
103 ok = export_pic_to(filename, pictur
120 import_pic_from(const char *filename, FLAC__StreamMetadata **picture, const char *specification, FLAC__bool *needs_write) argument
145 export_pic_to(const char *filename, const FLAC__StreamMetadata *picture, const char *pic_filename) argument
[all...]
H A Doperations_shorthand_cuesheet.c32 static FLAC__bool import_cs_from(const char *filename, FLAC__StreamMetadata **cuesheet, const char *cs_filename, FLAC__bool *needs_write, FLAC__uint64 lead_out_offset, FLAC__bool is_cdda, Argument_AddSeekpoint *add_seekpoint_link);
33 static FLAC__bool export_cs_to(const char *filename, const FLAC__StreamMetadata *cuesheet, const char *cs_filename);
35 FLAC__bool do_shorthand_operation__cuesheet(const char *filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write) argument
53 fprintf(stderr, "%s: ERROR: FLAC file must have total_samples set in STREAMINFO in order to import/export cuesheet\n", filename);
64 fprintf(stderr, "%s: ERROR: FLAC stream has no STREAMINFO block\n", filename);
72 fprintf(stderr, "%s: ERROR: FLAC file already has CUESHEET block\n", filename);
76 ok = import_cs_from(filename, &cuesheet, operation->argument.import_cuesheet_from.filename, needs_write, lead_out_offset, is_cdda, operation->argument.import_cuesheet_from.add_seekpoint_link);
82 print_error_with_chain_status(chain, "%s: ERROR: adding new CUESHEET block to metadata", filename);
91 fprintf(stderr, "%s: ERROR: FLAC file has no CUESHEET block\n", filename);
111 import_cs_from(const char *filename, FLAC__StreamMetadata **cuesheet, const char *cs_filename, FLAC__bool *needs_write, FLAC__uint64 lead_out_offset, FLAC__bool is_cdda, Argument_AddSeekpoint *add_seekpoint_link) argument
177 export_cs_to(const char *filename, const FLAC__StreamMetadata *cuesheet, const char *cs_filename) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dconfig.c53 static int set_option_str(char *filename, int line, OPTION *option, char *p) argument
63 static int set_option_int(char *filename, int line, OPTION *option, char *p) argument
68 error("%s: line %d: bogus option value", filename, line);
83 static int set_option_srv(char *filename, int line, OPTION *option, char *p) argument
91 error("%s: line %d: bogus option value", filename, line);
120 error("%s: line %d: no default port for %s", filename, line, option->name);
133 static int set_option_auo(char *filename, int line, OPTION *option, char *p) argument
138 warn("%s: line %d: bogus option value", filename, line);
155 error("%s: auth_order: unknown keyword: %s", filename, p);
167 error("%s: auth_order: unknown or unexpected keyword: %s", filename,
186 rc_read_config(char *filename) argument
308 test_config(char *filename) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os_brew/
H A Dos_dir.c27 char *filename, *p, **names; local
48 for (filename = fi.szName;
49 (p = strchr(filename, '\\')) != NULL; filename = p + 1)
51 for (; (p = strchr(filename, '/')) != NULL; filename = p + 1)
53 if ((ret = __os_strdup(env, filename, &names[cnt - 1])) != 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/test/
H A Dtest.c45 char filename [64] ; local
46 snprintf (filename, sizeof (filename), "vorbis_%u.ogg", sample_rates [k]);
48 printf (" %-20s : ", filename);
54 write_vorbis_data_or_die (filename, sample_rates [k], data_out, ARRAY_LEN (data_out));
55 read_vorbis_data_or_die (filename, sample_rates [k], data_in, ARRAY_LEN (data_in));
61 remove (filename);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dfile.c36 static int file_open(URLContext *h, const char *filename, int flags) argument
41 av_strstart(filename, "file:", &filename);
53 fd = open(filename, access, 0666);
96 static int pipe_open(URLContext *h, const char *filename, int flags) argument
100 av_strstart(filename, "pipe:", &filename);
102 fd = strtol(filename, &final, 10);
103 if((filename == final) || *final ) {/* No digits found, or something like 10ab */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-pcm.c26 _get_pcmfileinfo(char *filename, struct song_metadata *psong) argument
31 if( stat(filename, &file) != 0 )
33 DPRINTF(E_WARN, L_SCANNER, "Could not stat %s\n", filename);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dtagutils-pcm.c25 _get_pcmfileinfo(char *filename, struct song_metadata *psong) argument
30 if( stat(filename, &file) != 0 )
32 DPRINTF(E_WARN, L_SCANNER, "Could not stat %s\n", filename);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dtagutils-pcm.c26 _get_pcmfileinfo(char *filename, struct song_metadata *psong) argument
31 if( stat(filename, &file) != 0 )
33 DPRINTF(E_WARN, L_SCANNER, "Could not stat %s\n", filename);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/coreutils/
H A Ddu.c51 static void print(long size, const char *const filename) argument
56 filename);
62 printf("%ld\t%s\n", size, filename);
67 static long du(const char *const filename) argument
72 if (lstat(filename, &statbuf) != 0) {
73 bb_perror_msg("%s", filename);
90 if (stat(filename, &statbuf) != 0) {
91 bb_perror_msg("%s", filename);
115 dir = warn_opendir(filename);
121 newfile = last_char_is(filename, '/');
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tests/
H A Dunixsock.c42 static int bind_socket(char const *filename) argument
56 strncpy(name.sun_path, filename, sizeof (name.sun_path));
59 the offset of the start of the filename,
81 char const *filename = "conftest.unixsock.sock"; local
86 if ((sock_fd = bind_socket(filename)) < 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dconcat-filename.c1 /* Construct a full pathname from a directory and a filename.
22 #include "filename.h"
28 /* Concatenate a directory filename, a relative filename and an optional
31 Return a freshly allocated filename. */
33 concatenated_filename (const char *directory, const char *filename, argument
42 result = XNMALLOC (strlen (filename)
55 + strlen (filename)
64 p = stpcpy (p, filename);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/kernel/
H A Dinitrd.c57 int load_initrd(char *filename, void *buf, int size) argument
61 fd = os_open_file(filename, of_read(OPENFLAGS()), 0);
63 printk("Opening '%s' failed - err = %d\n", filename, -fd);
69 filename, -n);
H A Dexec.c78 char *filename; local
81 filename = getname(file);
82 error = PTR_ERR(filename);
83 if (IS_ERR(filename)) goto out;
84 error = execve1(filename, argv, env);
85 putname(filename);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/plugin_common/
H A Dreplaygain.h25 FLAC__bool FLAC_plugin__replaygain_get_from_file(const char *filename,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dconcat-filename.c1 /* Construct a full pathname from a directory and a filename.
22 #include "filename.h"
28 /* Concatenate a directory filename, a relative filename and an optional
31 Return a freshly allocated filename. */
33 concatenated_filename (const char *directory, const char *filename, argument
42 result = XNMALLOC (strlen (filename)
55 + strlen (filename)
64 p = stpcpy (p, filename);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/libbb/
H A Dexecable.c26 char *find_execable(const char *filename) argument
36 p = concat_path_file(p, filename);
53 int exists_execable(const char *filename) argument
55 char *ret = find_execable(filename);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/archival/libunarchive/
H A Dfind_list_entry.c13 const llist_t *find_list_entry(const llist_t *list, const char *filename) argument
16 if (fnmatch(list->data, filename, 0) == 0) {
25 * (extra trailing path components in filename are assumed to match)
27 const llist_t *find_list_entry2(const llist_t *list, const char *filename) argument
39 c = filename;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/
H A Dudevsettle.c56 char filename[PATH_SIZE]; local
119 strlcpy(filename, udev_root, sizeof(filename));
120 strlcat(filename, "/" EVENT_SEQNUM, sizeof(filename));
121 fd = open(filename, O_RDONLY);
133 strlcpy(filename, sysfs_path, sizeof(filename));
134 strlcat(filename, "/kernel/uevent_seqnum", sizeof(filename));
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/include/share/grabbag/
H A Dfile.h46 FLAC__bool grabbag__file_change_stats(const char *filename, FLAC__bool read_only);
53 FLAC__bool grabbag__file_remove_file(const char *filename);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/
H A Dinfobox.h28 void DoInfoBox(HINSTANCE inst, HWND hwnd, const char *filename);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/dso/
H A Ddso_vms.c91 static char *vms_name_converter(DSO *dso, const char *filename);
120 char filename[FILENAME_MAX+1]; member in struct:dso_internal_st
121 /* This contains whatever is not in filename, if needed.
137 char *filename = DSO_convert_filename(dso, NULL); local
141 if(filename == NULL)
165 sp1 = strrchr(filename, ']');
166 sp2 = strrchr(filename, '>');
169 if (sp1 == NULL) sp1 = strrchr(filename, ':');
171 sp1 = filename;
185 || (sp1 - filename)
371 vms_name_converter(DSO *dso, const char *filename) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dtool_cb_hdr.c69 if(!outs->filename && (cb > 20) &&
73 /* look for the 'filename=' parameter
76 char *filename; local
84 if(memcmp(p, "filename=", 9)) {
96 filename = parse_filename(p, len);
97 if(filename) {
98 outs->filename = filename;
139 /* if the filename contains a path, only use filename portio
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/misc/
H A Dswat.pl38 $filename = @ARGV[0];
40 $filename = "/usr3/samba20/samba/source/param/loadparm.c";
43 open (INFILE,$filename) || die "unable to open $filename\n";

Completed in 159 milliseconds

1234567891011>>