Searched refs:filename (Results 176 - 200 of 3242) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/kernel/
H A Dinitrd.c65 int load_initrd(char *filename, void *buf, int size) argument
69 fd = os_open_file(filename, of_read(OPENFLAGS()), 0);
71 printk(KERN_ERR "Opening '%s' failed - err = %d\n", filename,
79 filename, -n);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/kernel/
H A Dinitrd.c65 int load_initrd(char *filename, void *buf, int size) argument
69 fd = os_open_file(filename, of_read(OPENFLAGS()), 0);
71 printk(KERN_ERR "Opening '%s' failed - err = %d\n", filename,
79 filename, -n);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/archival/libunarchive/
H A Dfind_list_entry.c13 const llist_t* FAST_FUNC 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* FAST_FUNC find_list_entry2(const llist_t *list, const char *filename) argument
39 c = filename;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/metaflac/
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/plugin_common/
H A Dreplaygain.h25 FLAC__bool FLAC_plugin__replaygain_get_from_file(const char *filename,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/archival/libunarchive/
H A Dfind_list_entry.c13 const llist_t* FAST_FUNC 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* FAST_FUNC find_list_entry2(const llist_t *list, const char *filename) argument
39 c = filename;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/metaflac/
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/plugin_common/
H A Dreplaygain.h25 FLAC__bool FLAC_plugin__replaygain_get_from_file(const char *filename,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/metaflac/
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/plugin_common/
H A Dreplaygain.h25 FLAC__bool FLAC_plugin__replaygain_get_from_file(const char *filename,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/plugin_winamp2/
H A Dinfobox.h28 void DoInfoBox(HINSTANCE inst, HWND hwnd, const char *filename);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/wind/
H A DUnicodeData.py40 def read(filename):
42 ud = open(filename, 'r')
H A Drfc3454.py40 def read(filename):
42 f = open(filename, 'r')
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/plugin_winamp2/
H A Dinfobox.h28 void DoInfoBox(HINSTANCE inst, HWND hwnd, const char *filename);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/wind/
H A DUnicodeData.py40 def read(filename):
42 ud = open(filename, 'r')
H A Drfc3454.py40 def read(filename):
42 f = open(filename, 'r')
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/plugin_winamp2/
H A Dinfobox.h28 void DoInfoBox(HINSTANCE inst, HWND hwnd, const char *filename);

Completed in 218 milliseconds

1234567891011>>