Searched refs:dir (Results 151 - 175 of 5887) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/lib/
H A Drepdir.c99 SMB_STRUCT_DIRENT *readdir64(SMB_STRUCT_DIR *dir) argument
101 SMB_STRUCT_DIRENT *readdir(SMB_STRUCT_DIR *dir)
104 struct dir_buf *d = (struct dir_buf *)dir;
130 long telldir64(SMB_STRUCT_DIR *dir) argument
132 long telldir(SMB_STRUCT_DIR *dir)
135 struct dir_buf *d = (struct dir_buf *)dir;
154 void seekdir64(SMB_STRUCT_DIR *dir, long ofs) argument
156 void seekdir(SMB_STRUCT_DIR *dir, long ofs)
159 struct dir_buf *d = (struct dir_buf *)dir;
175 if (readdir64(dir)
183 rewinddir64(SMB_STRUCT_DIR *dir) argument
196 closedir64(SMB_STRUCT_DIR *dir) argument
212 dirfd(SMB_STRUCT_DIR *dir) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/utils/
H A Dsmbw_sample.c28 DIR *dir; local
83 dir = smbw_opendir(path);
84 if (!dir) {
89 while ((dent = smbw_readdir(dir))) {
92 smbw_closedir(dir);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/e2fsprogs/old_e2fsprogs/e2p/
H A Diod.c27 DIR * dir; local
35 dir = opendir (dir_name);
36 if (dir == NULL) {
40 while ((dep = readdir (dir))) {
50 closedir(dir);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/scr024/src/com/sleepycat/util/test/
H A DSharedTestUtils.java41 String dir = System.getProperty(DEST_DIR);
42 if (dir == null || dir.length() == 0) {
47 return new File(dir);
70 File dir = new File(getTestDir(), name);
71 if (!dir.exists() || !dir.isDirectory()) {
73 "Not an existing directory: " + dir);
75 return dir;
79 return getNewDir("test-dir");
82 emptyDir(File dir) argument
110 getNewFile(File dir, String name) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/e2fsprogs/old_e2fsprogs/e2p/
H A Diod.c27 DIR * dir; local
35 dir = opendir (dir_name);
36 if (dir == NULL) {
40 while ((dep = readdir (dir))) {
50 closedir(dir);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/lib/
H A Drepdir.c99 SMB_STRUCT_DIRENT *readdir64(SMB_STRUCT_DIR *dir) argument
101 SMB_STRUCT_DIRENT *readdir(SMB_STRUCT_DIR *dir)
104 struct dir_buf *d = (struct dir_buf *)dir;
130 long telldir64(SMB_STRUCT_DIR *dir) argument
132 long telldir(SMB_STRUCT_DIR *dir)
135 struct dir_buf *d = (struct dir_buf *)dir;
154 void seekdir64(SMB_STRUCT_DIR *dir, long ofs) argument
156 void seekdir(SMB_STRUCT_DIR *dir, long ofs)
159 struct dir_buf *d = (struct dir_buf *)dir;
175 if (readdir64(dir)
183 rewinddir64(SMB_STRUCT_DIR *dir) argument
196 closedir64(SMB_STRUCT_DIR *dir) argument
212 dirfd(SMB_STRUCT_DIR *dir) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/utils/
H A Dsmbw_sample.c28 DIR *dir; local
83 dir = smbw_opendir(path);
84 if (!dir) {
89 while ((dent = smbw_readdir(dir))) {
92 smbw_closedir(dir);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/scr024/src/com/sleepycat/util/test/
H A DSharedTestUtils.java41 String dir = System.getProperty(DEST_DIR);
42 if (dir == null || dir.length() == 0) {
47 return new File(dir);
70 File dir = new File(getTestDir(), name);
71 if (!dir.exists() || !dir.isDirectory()) {
73 "Not an existing directory: " + dir);
75 return dir;
79 return getNewDir("test-dir");
82 emptyDir(File dir) argument
110 getNewFile(File dir, String name) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/e2fsprogs/old_e2fsprogs/e2p/
H A Diod.c27 DIR * dir; local
35 dir = opendir (dir_name);
36 if (dir == NULL) {
40 while ((dep = readdir (dir))) {
50 closedir(dir);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/lib/
H A Drepdir.c99 SMB_STRUCT_DIRENT *readdir64(SMB_STRUCT_DIR *dir) argument
101 SMB_STRUCT_DIRENT *readdir(SMB_STRUCT_DIR *dir)
104 struct dir_buf *d = (struct dir_buf *)dir;
130 long telldir64(SMB_STRUCT_DIR *dir) argument
132 long telldir(SMB_STRUCT_DIR *dir)
135 struct dir_buf *d = (struct dir_buf *)dir;
154 void seekdir64(SMB_STRUCT_DIR *dir, long ofs) argument
156 void seekdir(SMB_STRUCT_DIR *dir, long ofs)
159 struct dir_buf *d = (struct dir_buf *)dir;
175 if (readdir64(dir)
183 rewinddir64(SMB_STRUCT_DIR *dir) argument
196 closedir64(SMB_STRUCT_DIR *dir) argument
212 dirfd(SMB_STRUCT_DIR *dir) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/utils/
H A Dsmbw_sample.c28 DIR *dir; local
83 dir = smbw_opendir(path);
84 if (!dir) {
89 while ((dent = smbw_readdir(dir))) {
92 smbw_closedir(dir);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/scr024/src/com/sleepycat/util/test/
H A DSharedTestUtils.java41 String dir = System.getProperty(DEST_DIR);
42 if (dir == null || dir.length() == 0) {
47 return new File(dir);
70 File dir = new File(getTestDir(), name);
71 if (!dir.exists() || !dir.isDirectory()) {
73 "Not an existing directory: " + dir);
75 return dir;
79 return getNewDir("test-dir");
82 emptyDir(File dir) argument
110 getNewFile(File dir, String name) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ubifs/
H A Ddir.c47 * @dir: parent inode
51 * parent directory inode @dir. UBIFS inodes inherit the following flags:
59 static int inherit_flags(const struct inode *dir, int mode) argument
62 const struct ubifs_inode *ui = ubifs_inode(dir);
64 if (!S_ISDIR(dir->i_mode))
81 * @dir: parent directory inode
88 struct inode *ubifs_new_inode(struct ubifs_info *c, const struct inode *dir, argument
107 inode_init_owner(inode, dir, mode);
138 ui->flags = inherit_flags(dir, mode);
192 static struct dentry *ubifs_lookup(struct inode *dir, struc argument
254 ubifs_create(struct inode *dir, struct dentry *dentry, int mode, struct nameidata *nd) argument
361 struct inode *dir = file->f_path.dentry->d_inode; local
470 ubifs_dir_release(struct inode *dir, struct file *file) argument
503 ubifs_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) argument
577 ubifs_unlink(struct inode *dir, struct dentry *dentry) argument
648 check_dir_empty(struct ubifs_info *c, struct inode *dir) argument
668 ubifs_rmdir(struct inode *dir, struct dentry *dentry) argument
731 ubifs_mkdir(struct inode *dir, struct dentry *dentry, int mode) argument
787 ubifs_mknod(struct inode *dir, struct dentry *dentry, int mode, dev_t rdev) argument
863 ubifs_symlink(struct inode *dir, struct dentry *dentry, const char *symname) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ubifs/
H A Ddir.c47 * @dir: parent inode
51 * parent directory inode @dir. UBIFS inodes inherit the following flags:
59 static int inherit_flags(const struct inode *dir, int mode) argument
62 const struct ubifs_inode *ui = ubifs_inode(dir);
64 if (!S_ISDIR(dir->i_mode))
81 * @dir: parent directory inode
88 struct inode *ubifs_new_inode(struct ubifs_info *c, const struct inode *dir, argument
107 inode_init_owner(inode, dir, mode);
138 ui->flags = inherit_flags(dir, mode);
192 static struct dentry *ubifs_lookup(struct inode *dir, struc argument
254 ubifs_create(struct inode *dir, struct dentry *dentry, int mode, struct nameidata *nd) argument
361 struct inode *dir = file->f_path.dentry->d_inode; local
470 ubifs_dir_release(struct inode *dir, struct file *file) argument
503 ubifs_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) argument
577 ubifs_unlink(struct inode *dir, struct dentry *dentry) argument
648 check_dir_empty(struct ubifs_info *c, struct inode *dir) argument
668 ubifs_rmdir(struct inode *dir, struct dentry *dentry) argument
731 ubifs_mkdir(struct inode *dir, struct dentry *dentry, int mode) argument
787 ubifs_mknod(struct inode *dir, struct dentry *dentry, int mode, dev_t rdev) argument
863 ubifs_symlink(struct inode *dir, struct dentry *dentry, const char *symname) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/etc/afpd/
H A Ddirectory.h99 extern struct dir *dir_new(const char *mname, const char *uname, const struct vol *,
101 extern void dir_free (struct dir *);
102 extern struct dir *dir_add(struct vol *, const struct dir *, struct path *, int);
103 extern int dir_modify(const struct vol *vol, struct dir *dir, cnid_t pdid, cnid_t did,
105 extern int dir_remove(const struct vol *vol, struct dir *dir);
106 extern struct dir *dirlookup (const struct vol *, cnid_t);
107 extern struct dir *dirlookup_bypat
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/etc/afpd/
H A Ddirectory.h99 extern struct dir *dir_new(const char *mname, const char *uname, const struct vol *,
101 extern void dir_free (struct dir *);
102 extern struct dir *dir_add(struct vol *, const struct dir *, struct path *, int);
103 extern int dir_modify(const struct vol *vol, struct dir *dir, cnid_t pdid, cnid_t did,
105 extern int dir_remove(const struct vol *vol, struct dir *dir);
106 extern struct dir *dirlookup (const struct vol *, cnid_t);
107 extern struct dir *dirlookup_bypat
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/etc/afpd/
H A Ddirectory.h99 extern struct dir *dir_new(const char *mname, const char *uname, const struct vol *,
101 extern void dir_free (struct dir *);
102 extern struct dir *dir_add(struct vol *, const struct dir *, struct path *, int);
103 extern int dir_modify(const struct vol *vol, struct dir *dir, cnid_t pdid, cnid_t did,
105 extern int dir_remove(const struct vol *vol, struct dir *dir);
106 extern struct dir *dirlookup (const struct vol *, cnid_t);
107 extern struct dir *dirlookup_bypat
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/lib/replace/
H A Drepdir_getdents.c99 struct dirent *readdir(DIR *dir) argument
101 struct dir_buf *d = (struct dir_buf *)dir;
117 long telldir(DIR *dir) argument
119 struct dir_buf *d = (struct dir_buf *)dir;
133 void seekdir(DIR *dir, long ofs) argument
135 struct dir_buf *d = (struct dir_buf *)dir;
140 if (readdir(dir) == NULL) break;
144 void rewinddir(DIR *dir) argument
146 seekdir(dir, 0);
149 int closedir(DIR *dir) argument
162 dirfd(DIR *dir) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/replace/
H A Drepdir_getdents.c98 struct dirent *readdir(DIR *dir) argument
100 struct dir_buf *d = (struct dir_buf *)dir;
116 long telldir(DIR *dir) argument
118 struct dir_buf *d = (struct dir_buf *)dir;
132 void seekdir(DIR *dir, long ofs) argument
134 struct dir_buf *d = (struct dir_buf *)dir;
139 if (readdir(dir) == NULL) break;
143 void rewinddir(DIR *dir) argument
145 seekdir(dir, 0);
148 int closedir(DIR *dir) argument
161 dirfd(DIR *dir) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/
H A Drecd014.tcl76 proc ext_recover_create { dir env_cmd method opts dbfile txncmd } {
84 logtrack_read $dir
87 env_cleanup $dir
91 set init_file $dir/$dbfile.init
122 catch { file copy -force $dir/$dbfile $dir/$dbfile.afterop } res
123 copy_extent_file $dir $dbfile afterop
130 set dbq [make_ext_filename $dir $dbfile $extnum]
145 catch { file copy -force $dir/$dbfile $init_file } res
146 copy_extent_file $dir
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/lib/replace/
H A Drepdir_getdents.c99 struct dirent *readdir(DIR *dir) argument
101 struct dir_buf *d = (struct dir_buf *)dir;
117 long telldir(DIR *dir) argument
119 struct dir_buf *d = (struct dir_buf *)dir;
133 void seekdir(DIR *dir, long ofs) argument
135 struct dir_buf *d = (struct dir_buf *)dir;
140 if (readdir(dir) == NULL) break;
144 void rewinddir(DIR *dir) argument
146 seekdir(dir, 0);
149 int closedir(DIR *dir) argument
162 dirfd(DIR *dir) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/replace/
H A Drepdir_getdents.c98 struct dirent *readdir(DIR *dir) argument
100 struct dir_buf *d = (struct dir_buf *)dir;
116 long telldir(DIR *dir) argument
118 struct dir_buf *d = (struct dir_buf *)dir;
132 void seekdir(DIR *dir, long ofs) argument
134 struct dir_buf *d = (struct dir_buf *)dir;
139 if (readdir(dir) == NULL) break;
143 void rewinddir(DIR *dir) argument
145 seekdir(dir, 0);
148 int closedir(DIR *dir) argument
161 dirfd(DIR *dir) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/
H A Drecd014.tcl76 proc ext_recover_create { dir env_cmd method opts dbfile txncmd } {
84 logtrack_read $dir
87 env_cleanup $dir
91 set init_file $dir/$dbfile.init
122 catch { file copy -force $dir/$dbfile $dir/$dbfile.afterop } res
123 copy_extent_file $dir $dbfile afterop
130 set dbq [make_ext_filename $dir $dbfile $extnum]
145 catch { file copy -force $dir/$dbfile $init_file } res
146 copy_extent_file $dir
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/lib/replace/
H A Drepdir_getdents.c99 struct dirent *readdir(DIR *dir) argument
101 struct dir_buf *d = (struct dir_buf *)dir;
117 long telldir(DIR *dir) argument
119 struct dir_buf *d = (struct dir_buf *)dir;
133 void seekdir(DIR *dir, long ofs) argument
135 struct dir_buf *d = (struct dir_buf *)dir;
140 if (readdir(dir) == NULL) break;
144 void rewinddir(DIR *dir) argument
146 seekdir(dir, 0);
149 int closedir(DIR *dir) argument
162 dirfd(DIR *dir) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/replace/
H A Drepdir_getdents.c98 struct dirent *readdir(DIR *dir) argument
100 struct dir_buf *d = (struct dir_buf *)dir;
116 long telldir(DIR *dir) argument
118 struct dir_buf *d = (struct dir_buf *)dir;
132 void seekdir(DIR *dir, long ofs) argument
134 struct dir_buf *d = (struct dir_buf *)dir;
139 if (readdir(dir) == NULL) break;
143 void rewinddir(DIR *dir) argument
145 seekdir(dir, 0);
148 int closedir(DIR *dir) argument
161 dirfd(DIR *dir) argument
[all...]

Completed in 136 milliseconds

1234567891011>>