Searched refs:file (Results 26 - 50 of 3763) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dutil.c11 /* file already present in list? If not add it */
12 struct file *file_lookup(const char *name)
14 struct file *file; local
16 for (file = file_list; file; file = file->next) {
17 if (!strcmp(name, file->name))
18 return file;
32 struct file *file; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dfile.c19 * $Id: file.c,v 1.19 2003/05/28 01:20:57 rob Exp $
41 # include "file.h"
70 * DESCRIPTION: check for a tag at a file's current position
92 * DESCRIPTION: read and parse a tag at a file's current position
154 * DESCRIPTION: add a new file tag entry
157 int add_filetag(struct id3_file *file, struct filetag const *filetag) argument
161 tags = realloc(file->tags, (file->ntags + 1) * sizeof(*tags));
165 file->tags = tags;
166 file
181 del_filetag(struct id3_file *file, unsigned int index) argument
198 add_tag(struct id3_file *file, id3_length_t length) argument
252 search_tags(struct id3_file *file) argument
348 finish_file(struct id3_file *file) argument
384 struct id3_file *file; local
431 struct id3_file *file; local
454 struct id3_file *file; local
484 id3_file_close(struct id3_file *file) argument
502 id3_file_tag(struct id3_file const *file) argument
514 v1_write(struct id3_file *file, id3_byte_t const *data, id3_length_t length) argument
575 v2_write(struct id3_file *file, id3_byte_t const *data, id3_length_t length) argument
605 id3_file_update(struct id3_file *file) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dfile.c19 * $Id: file.c,v 1.19 2003/05/28 01:20:57 rob Exp $
41 # include "file.h"
70 * DESCRIPTION: check for a tag at a file's current position
92 * DESCRIPTION: read and parse a tag at a file's current position
154 * DESCRIPTION: add a new file tag entry
157 int add_filetag(struct id3_file *file, struct filetag const *filetag) argument
161 tags = realloc(file->tags, (file->ntags + 1) * sizeof(*tags));
165 file->tags = tags;
166 file
181 del_filetag(struct id3_file *file, unsigned int index) argument
198 add_tag(struct id3_file *file, id3_length_t length) argument
252 search_tags(struct id3_file *file) argument
348 finish_file(struct id3_file *file) argument
384 struct id3_file *file; local
431 struct id3_file *file; local
454 struct id3_file *file; local
484 id3_file_close(struct id3_file *file) argument
502 id3_file_tag(struct id3_file const *file) argument
514 v1_write(struct id3_file *file, id3_byte_t const *data, id3_length_t length) argument
575 v2_write(struct id3_file *file, id3_byte_t const *data, id3_length_t length) argument
605 id3_file_update(struct id3_file *file) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dfileio.c3 * fileio.c --- Simple file I/O routines
8 * This file may be redistributed under the terms of the GNU Public
34 #define BMAP_BUFFER (file->buf + fs->blocksize)
40 ext2_file_t file; local
44 * Don't let caller create or open a file for writing if the
51 retval = ext2fs_get_mem(sizeof(struct ext2_file), &file);
55 memset(file, 0, sizeof(struct ext2_file));
56 file->magic = EXT2_ET_MAGIC_EXT2_FILE;
57 file->fs = fs;
58 file
91 ext2fs_file_get_fs(ext2_file_t file) argument
102 ext2fs_file_flush(ext2_file_t file) argument
140 sync_buffer_position(ext2_file_t file) argument
165 load_buffer(ext2_file_t file, int dontfill) argument
192 ext2fs_file_close(ext2_file_t file) argument
207 ext2fs_file_read(ext2_file_t file, void *buf, unsigned int wanted, unsigned int *got) argument
249 ext2fs_file_write(ext2_file_t file, const void *buf, unsigned int nbytes, unsigned int *written) argument
295 ext2fs_file_llseek(ext2_file_t file, __u64 offset, int whence, __u64 *ret_pos) argument
315 ext2fs_file_lseek(ext2_file_t file, ext2_off_t offset, int whence, ext2_off_t *ret_pos) argument
332 ext2fs_file_get_lsize(ext2_file_t file, __u64 *ret_size) argument
343 ext2fs_file_get_size(ext2_file_t file) argument
354 ext2fs_file_set_size(ext2_file_t file, ext2_off_t size) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/
H A Dfiles.h13 int read_config(char *file);
15 void read_leases(char *file);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dsound_calls.h23 unsigned int DMAbuf_poll(struct file *file, int dev, poll_table *wait);
32 int audio_read (int dev, struct file *file, char __user *buf, int count);
33 int audio_write (int dev, struct file *file, const char __user *buf, int count);
34 int audio_open (int dev, struct file *file);
35 void audio_release (int dev, struct file *file);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dfopen.c67 FILE *file; member in union:fcurl_data::__anon11
80 int url_fclose(URL_FILE *file);
81 int url_feof(URL_FILE *file);
82 size_t url_fread(void *ptr, size_t size, size_t nmemb, URL_FILE *file);
83 char * url_fgets(char *ptr, size_t size, URL_FILE *file);
84 void url_rewind(URL_FILE *file);
124 static int fill_buffer(URL_FILE *file, size_t want) argument
135 if((!file->still_running) || (file->buffer_pos > want))
160 /* get file descriptor
187 use_buffer(URL_FILE *file,int want) argument
215 URL_FILE *file; local
261 url_fclose(URL_FILE *file) argument
292 url_feof(URL_FILE *file) argument
314 url_fread(void *ptr, size_t size, size_t nmemb, URL_FILE *file) argument
354 url_fgets(char *ptr, size_t size, URL_FILE *file) argument
402 url_rewind(URL_FILE *file) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dchecksrc.pl11 # This software is licensed as described in the file COPYING, which
17 # furnished to do so, under the terms of the COPYING file.
29 my $file;
34 my ($num, $col, $file, $line, $msg, $error) = @_;
46 print "$file:$num:$col: $w: $msg\n";
55 $file = shift @ARGV;
59 if($file =~ /-D(.*)/) {
61 $file = shift @ARGV;
64 elsif($file =~ /-W(.*)/) {
66 $file
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dfile_table.c10 #include <linux/file.h>
38 struct file *f = container_of(head, struct file, f_u.fu_rcuhead);
42 static inline void file_free(struct file *f)
69 int proc_nr_files(ctl_table *table, int write, struct file *filp,
76 int proc_nr_files(ctl_table *table, int write, struct file *filp,
83 /* Find an unused file structure and return a pointer to it.
84 * Returns NULL, if there are no more free file structures or
87 struct file *get_empty_filp(void)
91 struct file *
141 fput(struct file *file) argument
152 __fput(struct file *file) argument
187 struct file *file; local
215 struct file *file; local
238 put_filp(struct file *file) argument
247 file_move(struct file *file, struct list_head *list) argument
256 file_kill(struct file *file) argument
272 struct file *file = list_entry(p, struct file, f_u.fu_list); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/dpsta/
H A Ddpsta_ksyms.sh25 for file in $* ; do
26 ${NM} $file | grep -v [{init}{cleanup]_module | sed -ne 's/[0-9A-Fa-f]* [BDRT] \([^ ]*\)/extern void \1; EXPORT_SYMBOL(\1);/p'
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db_printlog/
H A Drange.awk8 file = substr($1, 2, i - 2);
9 file += 0;
16 if ((file == START_FILE && offset >= START_OFFSET || file > START_FILE)\
17 && (file < END_FILE || (file == END_FILE && offset < END_OFFSET)))
19 else if (file == END_FILE && offset > END_OFFSET || file > END_FILE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dcheckincludes.pl6 foreach $file (@ARGV) {
7 open(FILE, $file) or die "Cannot open $file: $!.\n";
19 print "$file: $filename is included more than once.\n";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dudev_selinux.h23 extern void selinux_setfilecon(const char *file, const char *devname, unsigned int mode);
24 extern void selinux_setfscreatecon(const char *file, const char *devname, unsigned int mode);
31 static inline void selinux_setfilecon(const char *file, const char *devname, unsigned int mode) {} argument
32 static inline void selinux_setfscreatecon(const char *file, const char *devname, unsigned int mode) {} argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Dclean-depend.pl16 my ($dummy, $file,$deps)=/^((.*):)? (.*)$/;
18 $thisfile=$file if defined $file;
31 my $file;
32 foreach $file (sort keys %files) {
35 my $origfile=$file;
37 $file=~s/^\.\///;
38 push @{$files{$file}},$origfile;
40 foreach $dep (sort @{$files{$file}}) {
46 print "\n$file
[all...]
H A Dsrc-dep.pl4 # $file{function_name}=filename;
15 foreach $file (sort keys %unres)
17 @a=split(/\s+/,$unres{$file});
21 $f=$file{$func};
26 { $we_need{$file}.="$a "; }
29 foreach $file (sort keys %we_need)
31 # print " $file $we_need{$file}\n";
32 foreach $bit (split(/\s+/,$we_need{$file}))
40 print "$file
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dclean-depend.pl16 my ($dummy, $file,$deps)=/^((.*):)? (.*)$/;
18 $thisfile=$file if defined $file;
31 my $file;
32 foreach $file (sort keys %files) {
35 my $origfile=$file;
37 $file=~s/^\.\///;
38 push @{$files{$file}},$origfile;
40 foreach $dep (sort @{$files{$file}}) {
46 print "\n$file
[all...]
H A Dsrc-dep.pl4 # $file{function_name}=filename;
15 foreach $file (sort keys %unres)
17 @a=split(/\s+/,$unres{$file});
21 $f=$file{$func};
26 { $we_need{$file}.="$a "; }
29 foreach $file (sort keys %we_need)
31 # print " $file $we_need{$file}\n";
32 foreach $bit (split(/\s+/,$we_need{$file}))
40 print "$file
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/lockd/
H A Dsvcsubs.c26 * Global file hash table
44 static inline void nlm_debug_print_file(char *msg, struct nlm_file *file) argument
46 struct inode *inode = file->f_file->f_path.dentry->d_inode;
57 static inline void nlm_debug_print_file(char *msg, struct nlm_file *file) argument
77 struct nlm_file *file; local
85 /* Lock file table */
88 hlist_for_each_entry(file, pos, &nlm_files[hash], f_list)
89 if (!nfs_compare_fh(&file->f_handle, f))
92 nlm_debug_print_fh("creating file for", f);
95 file
136 nlm_delete_file(struct nlm_file *file) argument
153 nlm_traverse_locks(struct nlm_host *host, struct nlm_file *file, nlm_host_match_fn_t match) argument
192 nlm_inspect_file(struct nlm_host *host, struct nlm_file *file, nlm_host_match_fn_t match) argument
204 nlm_file_inuse(struct nlm_file *file) argument
227 struct nlm_file *file; local
266 nlm_release_file(struct nlm_file *file) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Dkmsg2.c21 static int kmsg_open(struct inode * inode, struct file * file) argument
26 static int kmsg_release(struct inode * inode, struct file * file) argument
32 static ssize_t kmsg_read(struct file * file, char * buf, argument
38 static unsigned int kmsg_poll(struct file *file, poll_table * wait) argument
40 poll_wait(file, &log_wait2, wait);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dhwdep.h31 long long (*llseek) (struct snd_hwdep *hw, struct file * file, long long offset, int orig);
34 int (*open) (struct snd_hwdep * hw, struct file * file);
35 int (*release) (struct snd_hwdep *hw, struct file * file);
36 unsigned int (*poll) (struct snd_hwdep *hw, struct file * file, poll_table * wait);
37 int (*ioctl) (struct snd_hwdep *hw, struct file * file, unsigne
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/tests/
H A Dcheck-translit5 file="$2"
9 ../src/iconv_no_i18n -f "$fromcode" -t "$tocode"//TRANSLIT < "${srcdir}"/"$file"."$fromcode" > tmp
10 cmp "${srcdir}"/"$file"."$tocode" tmp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfile.h31 struct file ** fd; /* current fd array */
39 * Open file table structure
55 struct file * fd_array[NR_OPEN_DEFAULT];
62 extern void FASTCALL(__fput(struct file *));
63 extern void FASTCALL(fput(struct file *));
65 static inline void fput_light(struct file *file, int fput_needed) argument
68 fput(file);
71 extern struct file * FASTCALL(fget(unsigned int fd));
72 extern struct file * FASTCAL
90 struct file * file = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dtiny-shmem.c17 #include <linux/file.h>
43 * shmem_file_setup - get an unlinked file living in tmpfs
46 * @size: size to be set for the file
49 struct file *shmem_file_setup(char *name, loff_t size, unsigned long flags)
52 struct file *file; local
70 file = get_empty_filp();
71 if (!file)
82 file->f_path.mnt = mntget(shm_mnt);
83 file
110 struct file *file; local
131 shmem_get_unmapped_area(struct file *file, unsigned long addr, unsigned long len, unsigned long pgoff, unsigned long flags) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/irnet/
H A Dirnet_ppp.h6 * This file contains all definitions and declarations necessary for the
8 * This file is a private header, so other modules don't want to know
21 /* /dev/irnet file constants */
54 struct file *,
59 struct file *,
64 struct file *),
66 struct file *);
68 dev_irnet_write(struct file *,
72 dev_irnet_read(struct file *,
77 dev_irnet_poll(struct file *,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Ddebugfs.h7 extern int mac80211_open_file_generic(struct inode *inode, struct file *file);

Completed in 226 milliseconds

1234567891011>>