Searched refs:file (Results 101 - 125 of 3763) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dmkinstalldirs5 # This file is part of mtools.
28 for file in ${1+"$@"} ; do
29 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dmztools.h20 /* Repair a ZIP file (missing central directory)
21 file: file to recover
22 fileOut: output file after recovery
23 fileOutTmp: temporary file name used for recovery
25 extern int ZEXPORT unzRepair(const char* file,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/bfs/
H A DMakefile7 bfs-objs := inode.o file.o dir.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/coda/
H A Dcoda_int.h8 int coda_fsync(struct file *coda_file, struct dentry *coda_dentry,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jffs2/
H A Dioctl.c8 * For licensing information, see the file 'LICENCE' in this directory.
14 int jffs2_ioctl(struct inode *inode, struct file *filp, unsigned int cmd,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Danon_inodes.h11 int anon_inode_getfd(int *pfd, struct inode **pinode, struct file **pfile,
H A Dnsc_gpio.h14 file-operations routines implemented in nsc_gpio module.
33 extern ssize_t nsc_gpio_write(struct file *file, const char __user *data,
36 extern ssize_t nsc_gpio_read(struct file *file, char __user *buf,
H A Dtty_ldisc.h34 * ssize_t (*read)(struct tty_struct * tty, struct file * file,
42 * ssize_t (*write)(struct tty_struct * tty, struct file * file,
51 * int (*ioctl)(struct tty_struct * tty, struct file * file,
62 * long (*compat_ioctl)(struct tty_struct * tty, struct file * file,
72 * int (*poll)(struct tty_struct * tty, struct file * file,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dutils.h10 * This file is part of MiniDLNA.
61 is_video(const char * file);
64 is_audio(const char * file);
67 is_image(const char * file);
70 is_playlist(const char * file);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dmkinstalldirs11 for file
13 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dsync.c6 #include <linux/file.h>
51 * Generic function to fsync a file.
55 int file_fsync(struct file *filp, struct dentry *dentry, int datasync)
78 long do_fsync(struct file *file, int datasync) argument
82 struct address_space *mapping = file->f_mapping;
84 if (!file->f_op || !file->f_op->fsync) {
97 err = file->f_op->fsync(file, fil
110 struct file *file; local
181 struct file *file; local
[all...]
H A Dnfsctl.c8 #include <linux/file.h>
20 * open a file on nfsd fs
23 static struct file *do_open(char *name, int flags)
31 return (struct file *)nd.mnt;
92 struct file *file; local
106 file = do_open(map[cmd].name, map[cmd].rsize ? O_RDWR : O_WRONLY);
107 if (IS_ERR(file))
108 return PTR_ERR(file);
109 err = file
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dformat-sh-211 msgid "abc$file"
12 msgstr "xyz$file$"
14 msgid "abc$file in $dir"
15 msgstr "xyz$dir o $file"
17 msgid "abc$dir/$file"
18 msgstr "xyz$file"
20 msgid "abc$file"
21 msgstr "xyz$file in $dir"
23 msgid "abc$file"
24 msgstr "xyz${file}"
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dmissing26 # distribute this file as part of a program that contains a
55 # a file that requires a minimum version. In this case we
77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
83 help2man touch the output file
85 makeinfo touch the output file
195 file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
196 test -z "$file" && file
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/build-aux/
H A Dmissing26 # distribute this file as part of a program that contains a
55 # a file that requires a minimum version. In this case we
77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
83 help2man touch the output file
85 makeinfo touch the output file
195 file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
196 test -z "$file" && file
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/
H A Dmissing26 # distribute this file as part of a program that contains a
55 # a file that requires a minimum version. In this case we
77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
83 help2man touch the output file
85 makeinfo touch the output file
195 file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
196 test -z "$file" && file
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/
H A Dmissing26 # distribute this file as part of a program that contains a
55 # a file that requires a minimum version. In this case we
77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
83 help2man touch the output file
85 makeinfo touch the output file
195 file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
196 test -z "$file" && file
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/
H A Dmissing26 # distribute this file as part of a program that contains a
55 # a file that requires a minimum version. In this case we
77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
83 help2man touch the output file
85 makeinfo touch the output file
195 file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
196 test -z "$file" && file
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libogg-1.1.4/
H A Dmissing26 # distribute this file as part of a program that contains a
55 # a file that requires a minimum version. In this case we
77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
83 help2man touch the output file
85 makeinfo touch the output file
195 file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
196 test -z "$file" && file
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/
H A Dmissing26 # distribute this file as part of a program that contains a
55 # a file that requires a minimum version. In this case we
77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
83 help2man touch the output file
85 makeinfo touch the output file
195 file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
196 test -z "$file" && file
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dmissing26 # distribute this file as part of a program that contains a
55 # a file that requires a minimum version. In this case we
77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
83 help2man touch the output file
85 makeinfo touch the output file
195 file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
196 test -z "$file" && file
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Ddebug.c44 char const *file; member in struct:debug
67 debug->file, debug->line, debug->size);
71 void *id3_debug_malloc(size_t size, char const *file, unsigned int line) argument
81 fprintf(stderr, "%s:%u: malloc(0)\n", file, line);
85 fprintf(stderr, "%s:%u: malloc(%lu) failed\n", file, line, size);
91 debug->file = file;
107 char const *file, unsigned int line)
111 ptr = id3_debug_malloc(nmemb * size, file, line);
119 char const *file, unsigne
106 id3_debug_calloc(size_t nmemb, size_t size, char const *file, unsigned int line) argument
118 id3_debug_realloc(void *ptr, size_t size, char const *file, unsigned int line) argument
163 id3_debug_free(void *ptr, char const *file, unsigned int line) argument
193 id3_debug_release(void *ptr, char const *file, unsigned int line) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Ddebug.c44 char const *file; member in struct:debug
67 debug->file, debug->line, debug->size);
71 void *id3_debug_malloc(size_t size, char const *file, unsigned int line) argument
81 fprintf(stderr, "%s:%u: malloc(0)\n", file, line);
85 fprintf(stderr, "%s:%u: malloc(%lu) failed\n", file, line, size);
91 debug->file = file;
107 char const *file, unsigned int line)
111 ptr = id3_debug_malloc(nmemb * size, file, line);
119 char const *file, unsigne
106 id3_debug_calloc(size_t nmemb, size_t size, char const *file, unsigned int line) argument
118 id3_debug_realloc(void *ptr, size_t size, char const *file, unsigned int line) argument
163 id3_debug_free(void *ptr, char const *file, unsigned int line) argument
193 id3_debug_release(void *ptr, char const *file, unsigned int line) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ecryptfs/
H A Dfile.c26 #include <linux/file.h>
42 * returns without any errors. This is to be used only for file reads.
52 struct file *file = iocb->ki_filp; local
62 lower_dentry = ecryptfs_dentry_to_lower(file->f_path.dentry);
63 lower_vfsmount = ecryptfs_dentry_to_lower_mnt(file->f_path.dentry);
109 * @file: The ecryptfs file struct
113 static int ecryptfs_readdir(struct file *file, voi argument
181 ecryptfs_open(struct inode *inode, struct file *file) argument
285 ecryptfs_flush(struct file *file, fl_owner_t td) argument
296 ecryptfs_release(struct inode *inode, struct file *file) argument
314 ecryptfs_fsync(struct file *file, struct dentry *dentry, int datasync) argument
330 ecryptfs_fasync(int fd, struct file *file, int flag) argument
341 ecryptfs_sendfile(struct file *file, loff_t * ppos, size_t count, read_actor_t actor, void *target) argument
388 ecryptfs_ioctl(struct inode *inode, struct file *file, unsigned int cmd, unsigned long arg) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A Dmissing22 # distribute this file as part of a program that contains a
67 aclocal touch file \`aclocal.m4'
68 autoconf touch file \`configure'
69 autoheader touch file \`config.h.in'
73 help2man touch the output file
75 makeinfo touch the output file
171 file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
172 test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
173 if test -f "$file"; the
[all...]

Completed in 305 milliseconds

1234567891011>>