Searched refs:dir (Results 76 - 100 of 5887) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Dtmpdir.c74 direxists (const char *dir) argument
77 return __xstat64 (_STAT_VER, dir, &buf) == 0 && S_ISDIR (buf.st_mode);
87 path_search (char *tmpl, size_t tmpl_len, const char *dir, const char *pfx, argument
110 dir = d;
111 else if (dir != NULL && direxists (dir))
114 dir = NULL;
116 if (dir == NULL)
128 dir = dirbuf;
132 dir
[all...]
H A Ddirname-lgpl.c78 char *dir = malloc (length + append_dot + 1); local
79 if (!dir)
81 memcpy (dir, file, length);
83 dir[length++] = '.';
84 dir[length] = '\0';
85 return dir;
H A Dmkdir.c51 rpl_mkdir (char const *dir, mode_t mode maybe_unused) argument
55 size_t len = strlen (dir);
57 if (len && dir[len - 1] == '/')
59 tmp_dir = strdup (dir);
70 tmp_dir = (char *) dir;
89 if (tmp_dir != dir)
H A Dutimens.h37 int fdutimensat (int fd, int dir, char const *name, struct timespec const [2],
42 lutimensat (int dir, char const *file, struct timespec const times[2]) argument
44 return utimensat (dir, file, times, AT_SYMLINK_NOFOLLOW);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dtmpdir.c74 direxists (const char *dir) argument
77 return __xstat64 (_STAT_VER, dir, &buf) == 0 && S_ISDIR (buf.st_mode);
87 path_search (char *tmpl, size_t tmpl_len, const char *dir, const char *pfx, argument
110 dir = d;
111 else if (dir != NULL && direxists (dir))
114 dir = NULL;
116 if (dir == NULL)
128 dir = dirbuf;
132 dir
[all...]
H A Ddirname-lgpl.c78 char *dir = malloc (length + append_dot + 1); local
79 if (!dir)
81 memcpy (dir, file, length);
83 dir[length++] = '.';
84 dir[length] = '\0';
85 return dir;
H A Dmkdir.c51 rpl_mkdir (char const *dir, mode_t mode maybe_unused) argument
55 size_t len = strlen (dir);
57 if (len && dir[len - 1] == '/')
59 tmp_dir = strdup (dir);
70 tmp_dir = (char *) dir;
89 if (tmp_dir != dir)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/scr024/src/com/sleepycat/collections/test/
H A DDbTestUtil.java35 String dir = System.getProperty("testdestdir");
36 if (dir == null || dir.length() == 0) {
37 dir = ".";
39 TEST_DIR = new File(dir, "tmp");
50 File dir = new File(TEST_DIR, name);
51 if (!dir.exists() || !dir.isDirectory()) {
53 "Not an existing directory: " + dir);
55 return dir;
94 getNewFile(File dir, String name) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/scr024/src/com/sleepycat/collections/test/
H A DDbTestUtil.java35 String dir = System.getProperty("testdestdir");
36 if (dir == null || dir.length() == 0) {
37 dir = ".";
39 TEST_DIR = new File(dir, "tmp");
50 File dir = new File(TEST_DIR, name);
51 if (!dir.exists() || !dir.isDirectory()) {
53 "Not an existing directory: " + dir);
55 return dir;
94 getNewFile(File dir, String name) argument
[all...]
/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/collections/test/
H A DDbTestUtil.java35 String dir = System.getProperty("testdestdir");
36 if (dir == null || dir.length() == 0) {
37 dir = ".";
39 TEST_DIR = new File(dir, "tmp");
50 File dir = new File(TEST_DIR, name);
51 if (!dir.exists() || !dir.isDirectory()) {
53 "Not an existing directory: " + dir);
55 return dir;
94 getNewFile(File dir, String name) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/smbwrapper/
H A Dsmbw_dir.c40 struct smbw_dir *dir; local
42 for (dir=smbw_dirs;dir;dir=dir->next) {
43 if (dir->fd == fd) return dir;
54 struct smbw_dir *dir; local
56 for (dir=smbw_dirs;dir;di
65 free_dir(struct smbw_dir *dir) argument
165 struct smbw_dir *dir=NULL; local
276 struct smbw_dir *dir; local
298 struct smbw_dir *dir; local
321 struct smbw_dir *dir; local
443 struct smbw_dir *dir; local
596 struct smbw_dir *dir; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/smbwrapper/
H A Dsmbw_dir.c40 struct smbw_dir *dir; local
42 for (dir=smbw_dirs;dir;dir=dir->next) {
43 if (dir->fd == fd) return dir;
54 struct smbw_dir *dir; local
56 for (dir=smbw_dirs;dir;di
65 free_dir(struct smbw_dir *dir) argument
165 struct smbw_dir *dir=NULL; local
276 struct smbw_dir *dir; local
298 struct smbw_dir *dir; local
321 struct smbw_dir *dir; local
443 struct smbw_dir *dir; local
596 struct smbw_dir *dir; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/smbwrapper/
H A Dsmbw_dir.c40 struct smbw_dir *dir; local
42 for (dir=smbw_dirs;dir;dir=dir->next) {
43 if (dir->fd == fd) return dir;
54 struct smbw_dir *dir; local
56 for (dir=smbw_dirs;dir;di
65 free_dir(struct smbw_dir *dir) argument
165 struct smbw_dir *dir=NULL; local
276 struct smbw_dir *dir; local
298 struct smbw_dir *dir; local
321 struct smbw_dir *dir; local
443 struct smbw_dir *dir; local
596 struct smbw_dir *dir; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/msm/
H A Dmdp_hw.h420 #define PPP_CFG_MDP_RGB_565(dir) (PPP_##dir##_C2R_5BIT | \
421 PPP_##dir##_C0G_6BIT | \
422 PPP_##dir##_C1B_5BIT | \
423 PPP_##dir##_BPP_2BYTES | \
424 PPP_##dir##_INTERLVD_3COMPONENTS | \
425 PPP_##dir##_PACK_TIGHT | \
426 PPP_##dir##_PACK_ALIGN_LSB | \
427 PPP_##dir##_PLANE_INTERLVD)
429 #define PPP_CFG_MDP_RGB_888(dir) (PPP
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/msm/
H A Dmdp_hw.h420 #define PPP_CFG_MDP_RGB_565(dir) (PPP_##dir##_C2R_5BIT | \
421 PPP_##dir##_C0G_6BIT | \
422 PPP_##dir##_C1B_5BIT | \
423 PPP_##dir##_BPP_2BYTES | \
424 PPP_##dir##_INTERLVD_3COMPONENTS | \
425 PPP_##dir##_PACK_TIGHT | \
426 PPP_##dir##_PACK_ALIGN_LSB | \
427 PPP_##dir##_PLANE_INTERLVD)
429 #define PPP_CFG_MDP_RGB_888(dir) (PPP
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/usb-modeswitch-2.2.3/jim/
H A Dglob.tcl22 # If $dir is a directory, return a list of all entries
25 local proc glob.readdir_pattern {dir pattern} {
35 # Use -nocomplain here to return nothing if $dir is not a directory
36 set files [readdir -nocomplain $dir]
37 } elseif {[file isdir $dir] && [file exists $dir/$pattern]} {
80 set dir [file dirname $pattern]
81 if {$dir eq $pattern} {
83 return [list $dir]
87 set dirlist [glob.glob $dir]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/usb-modeswitch-2.2.3/jim/
H A Dglob.tcl22 # If $dir is a directory, return a list of all entries
25 local proc glob.readdir_pattern {dir pattern} {
35 # Use -nocomplain here to return nothing if $dir is not a directory
36 set files [readdir -nocomplain $dir]
37 } elseif {[file isdir $dir] && [file exists $dir/$pattern]} {
80 set dir [file dirname $pattern]
81 if {$dir eq $pattern} {
83 return [list $dir]
87 set dirlist [glob.glob $dir]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/usb-modeswitch-2.2.3/jim/
H A Dglob.tcl22 # If $dir is a directory, return a list of all entries
25 local proc glob.readdir_pattern {dir pattern} {
35 # Use -nocomplain here to return nothing if $dir is not a directory
36 set files [readdir -nocomplain $dir]
37 } elseif {[file isdir $dir] && [file exists $dir/$pattern]} {
80 set dir [file dirname $pattern]
81 if {$dir eq $pattern} {
83 return [list $dir]
87 set dirlist [glob.glob $dir]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/nfs/
H A Dunlink.c24 struct inode *dir; member in struct:nfs_unlinkdata
36 iput(data->dir);
68 static void nfs_dec_sillycount(struct inode *dir) argument
70 struct nfs_inode *nfsi = NFS_I(dir);
84 struct inode *dir = data->dir; local
86 if (!NFS_PROTO(dir)->unlink_done(task, dir))
87 nfs_restart_rpc(task, NFS_SERVER(dir)->nfs_client);
100 struct super_block *sb = data->dir
128 nfs_do_call_unlink(struct dentry *parent, struct inode *dir, struct nfs_unlinkdata *data) argument
187 struct inode *dir; local
223 struct inode *dir = dentry->d_inode; local
248 nfs_async_unlink(struct inode *dir, struct dentry *dentry) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/nfs/
H A Dunlink.c24 struct inode *dir; member in struct:nfs_unlinkdata
36 iput(data->dir);
68 static void nfs_dec_sillycount(struct inode *dir) argument
70 struct nfs_inode *nfsi = NFS_I(dir);
84 struct inode *dir = data->dir; local
86 if (!NFS_PROTO(dir)->unlink_done(task, dir))
87 nfs_restart_rpc(task, NFS_SERVER(dir)->nfs_client);
100 struct super_block *sb = data->dir
128 nfs_do_call_unlink(struct dentry *parent, struct inode *dir, struct nfs_unlinkdata *data) argument
187 struct inode *dir; local
223 struct inode *dir = dentry->d_inode; local
248 nfs_async_unlink(struct inode *dir, struct dentry *dentry) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Ddirname-lgpl.c78 char *dir = malloc (length + append_dot + 1); local
79 if (!dir)
81 memcpy (dir, file, length);
83 dir[length++] = '.';
84 dir[length] = '\0';
85 return dir;
H A Dmkdir.c51 rpl_mkdir (char const *dir, mode_t mode maybe_unused) argument
55 size_t len = strlen (dir);
57 if (len && dir[len - 1] == '/')
59 tmp_dir = strdup (dir);
70 tmp_dir = (char *) dir;
89 if (tmp_dir != dir)
H A Dutimens.h37 int fdutimensat (int fd, int dir, char const *name, struct timespec const [2],
42 lutimensat (int dir, char const *file, struct timespec const times[2]) argument
44 return utimensat (dir, file, times, AT_SYMLINK_NOFOLLOW);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/adfs/
H A Ddir_fplus.c15 adfs_fplus_read(struct super_block *sb, unsigned int id, unsigned int sz, struct adfs_dir *dir) argument
23 dir->nr_buffers = 0;
27 adfs_error(sb, "dir object %X has a hole at offset 0", id);
31 dir->bh[0] = sb_bread(sb, block);
32 if (!dir->bh[0])
34 dir->nr_buffers += 1;
36 h = (struct adfs_bigdirheader *)dir->bh[0]->b_data;
52 adfs_error(sb, "dir object %X has a hole at offset %d", id, blk);
56 dir->bh[blk] = sb_bread(sb, block);
57 if (!dir
80 adfs_fplus_setpos(struct adfs_dir *dir, unsigned int fpos) argument
94 dir_memcpy(struct adfs_dir *dir, unsigned int offset, void *to, int len) argument
117 adfs_fplus_getnext(struct adfs_dir *dir, struct object_info *obj) argument
157 adfs_fplus_sync(struct adfs_dir *dir) argument
173 adfs_fplus_free(struct adfs_dir *dir) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/adfs/
H A Ddir_fplus.c15 adfs_fplus_read(struct super_block *sb, unsigned int id, unsigned int sz, struct adfs_dir *dir) argument
23 dir->nr_buffers = 0;
27 adfs_error(sb, "dir object %X has a hole at offset 0", id);
31 dir->bh[0] = sb_bread(sb, block);
32 if (!dir->bh[0])
34 dir->nr_buffers += 1;
36 h = (struct adfs_bigdirheader *)dir->bh[0]->b_data;
52 adfs_error(sb, "dir object %X has a hole at offset %d", id, blk);
56 dir->bh[blk] = sb_bread(sb, block);
57 if (!dir
80 adfs_fplus_setpos(struct adfs_dir *dir, unsigned int fpos) argument
94 dir_memcpy(struct adfs_dir *dir, unsigned int offset, void *to, int len) argument
117 adfs_fplus_getnext(struct adfs_dir *dir, struct object_info *obj) argument
157 adfs_fplus_sync(struct adfs_dir *dir) argument
173 adfs_fplus_free(struct adfs_dir *dir) argument
[all...]

Completed in 147 milliseconds

1234567891011>>