Searched refs:dirfd (Results 1 - 25 of 111) sorted by relevance

12345

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/vsftpd/port/
H A Ddirfd_extras.h20 #define dirfd(x) ((x)->dd_fd) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/vsftpd/port/
H A Ddirfd_extras.h20 #define dirfd(x) ((x)->dd_fd) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/vsftpd/port/
H A Ddirfd_extras.h20 #define dirfd(x) ((x)->dd_fd) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal_build/
H A Dconfig.h12 #if !defined(HAVE_DIRFD) && !defined(HAVE_DIRFD_DECL) && !defined(dirfd)
13 #define dirfd(d) (-1) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal_build/
H A Dconfig.h12 #if !defined(HAVE_DIRFD) && !defined(HAVE_DIRFD_DECL) && !defined(dirfd)
13 #define dirfd(d) (-1) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal_build/
H A Dconfig.h12 #if !defined(HAVE_DIRFD) && !defined(HAVE_DIRFD_DECL) && !defined(dirfd)
13 #define dirfd(d) (-1) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libatalk/vfs/
H A Dunix.c58 * Supports *at semantics (cf openat) if HAVE_ATFUNCS. Pass dirfd=-1 to ignore this.
60 int netatalk_rmdir_all_errors(int dirfd, const char *name) argument
65 if (dirfd == -1)
66 dirfd = AT_FDCWD;
67 err = unlinkat(dirfd, name, AT_REMOVEDIR);
94 * Supports *at semantics (cf openat) if HAVE_ATFUNCS. Pass dirfd=-1 to ignore this.
96 int netatalk_rmdir(int dirfd, const char *name) argument
98 int ret = netatalk_rmdir_all_errors(dirfd, name);
163 * Supports *at semantics if HAVE_ATFUNCS, pass dirfd=-1 to ignore this
165 int copy_file(int dirfd, cons argument
217 copy_ea(const char *ea, int dirfd, const char *src, const char *dst, mode_t mode) argument
252 netatalk_unlinkat(int dirfd, const char *name) argument
318 statat(int dirfd, const char *path, struct stat *st) argument
340 opendirat(int dirfd, const char *path) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libatalk/vfs/
H A Dunix.c58 * Supports *at semantics (cf openat) if HAVE_ATFUNCS. Pass dirfd=-1 to ignore this.
60 int netatalk_rmdir_all_errors(int dirfd, const char *name) argument
65 if (dirfd == -1)
66 dirfd = AT_FDCWD;
67 err = unlinkat(dirfd, name, AT_REMOVEDIR);
94 * Supports *at semantics (cf openat) if HAVE_ATFUNCS. Pass dirfd=-1 to ignore this.
96 int netatalk_rmdir(int dirfd, const char *name) argument
98 int ret = netatalk_rmdir_all_errors(dirfd, name);
163 * Supports *at semantics if HAVE_ATFUNCS, pass dirfd=-1 to ignore this
165 int copy_file(int dirfd, cons argument
217 copy_ea(const char *ea, int dirfd, const char *src, const char *dst, mode_t mode) argument
252 netatalk_unlinkat(int dirfd, const char *name) argument
318 statat(int dirfd, const char *path, struct stat *st) argument
340 opendirat(int dirfd, const char *path) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libatalk/vfs/
H A Dunix.c58 * Supports *at semantics (cf openat) if HAVE_ATFUNCS. Pass dirfd=-1 to ignore this.
60 int netatalk_rmdir_all_errors(int dirfd, const char *name) argument
65 if (dirfd == -1)
66 dirfd = AT_FDCWD;
67 err = unlinkat(dirfd, name, AT_REMOVEDIR);
94 * Supports *at semantics (cf openat) if HAVE_ATFUNCS. Pass dirfd=-1 to ignore this.
96 int netatalk_rmdir(int dirfd, const char *name) argument
98 int ret = netatalk_rmdir_all_errors(dirfd, name);
163 * Supports *at semantics if HAVE_ATFUNCS, pass dirfd=-1 to ignore this
165 int copy_file(int dirfd, cons argument
217 copy_ea(const char *ea, int dirfd, const char *src, const char *dst, mode_t mode) argument
252 netatalk_unlinkat(int dirfd, const char *name) argument
318 statat(int dirfd, const char *path, struct stat *st) argument
340 opendirat(int dirfd, const char *path) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/include/atalk/
H A Dunix.h35 extern int netatalk_unlinkat(int dirfd, const char *name);
36 extern int statat(int dirfd, const char *path, struct stat *st);
37 extern DIR *opendirat(int dirfd, const char *path);
40 extern int netatalk_rmdir(int dirfd, const char *name);
41 extern int netatalk_rmdir_all_errors(int dirfd, const char *name);
H A Dvfs.h38 #define VFS_FUNC_ARGS_RENAMEDIR const struct vol *vol, int dirfd, const char *oldpath, const char *newpath
39 #define VFS_FUNC_VARS_RENAMEDIR vol, dirfd, oldpath, newpath
56 #define VFS_FUNC_ARGS_DELETEFILE const struct vol *vol, int dirfd, const char *file
57 #define VFS_FUNC_VARS_DELETEFILE vol, dirfd, file
59 #define VFS_FUNC_ARGS_RENAMEFILE const struct vol *vol, int dirfd, const char *src, const char *dst
60 #define VFS_FUNC_VARS_RENAMEFILE vol, dirfd, src, dst
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/include/atalk/
H A Dunix.h35 extern int netatalk_unlinkat(int dirfd, const char *name);
36 extern int statat(int dirfd, const char *path, struct stat *st);
37 extern DIR *opendirat(int dirfd, const char *path);
40 extern int netatalk_rmdir(int dirfd, const char *name);
41 extern int netatalk_rmdir_all_errors(int dirfd, const char *name);
H A Dvfs.h38 #define VFS_FUNC_ARGS_RENAMEDIR const struct vol *vol, int dirfd, const char *oldpath, const char *newpath
39 #define VFS_FUNC_VARS_RENAMEDIR vol, dirfd, oldpath, newpath
56 #define VFS_FUNC_ARGS_DELETEFILE const struct vol *vol, int dirfd, const char *file
57 #define VFS_FUNC_VARS_DELETEFILE vol, dirfd, file
59 #define VFS_FUNC_ARGS_RENAMEFILE const struct vol *vol, int dirfd, const char *src, const char *dst
60 #define VFS_FUNC_VARS_RENAMEFILE vol, dirfd, src, dst
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/include/atalk/
H A Dunix.h35 extern int netatalk_unlinkat(int dirfd, const char *name);
36 extern int statat(int dirfd, const char *path, struct stat *st);
37 extern DIR *opendirat(int dirfd, const char *path);
40 extern int netatalk_rmdir(int dirfd, const char *name);
41 extern int netatalk_rmdir_all_errors(int dirfd, const char *name);
H A Dvfs.h38 #define VFS_FUNC_ARGS_RENAMEDIR const struct vol *vol, int dirfd, const char *oldpath, const char *newpath
39 #define VFS_FUNC_VARS_RENAMEDIR vol, dirfd, oldpath, newpath
56 #define VFS_FUNC_ARGS_DELETEFILE const struct vol *vol, int dirfd, const char *file
57 #define VFS_FUNC_VARS_DELETEFILE vol, dirfd, file
59 #define VFS_FUNC_ARGS_RENAMEFILE const struct vol *vol, int dirfd, const char *src, const char *dst
60 #define VFS_FUNC_VARS_RENAMEFILE vol, dirfd, src, dst
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libatalk/compat/
H A Dmisc.c9 int dirfd(DIR *dir) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libatalk/compat/
H A Dmisc.c9 int dirfd(DIR *dir) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libatalk/compat/
H A Dmisc.c9 int dirfd(DIR *dir) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/clib/
H A Dgetcwd.c64 #ifndef dirfd
65 #define dirfd(dirp) ((dirp)->dd_fd) macro
179 if (!(dir = opendir(up)) || fstat(dirfd(dir), &s))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/clib/
H A Dgetcwd.c64 #ifndef dirfd
65 #define dirfd(dirp) ((dirp)->dd_fd) macro
179 if (!(dir = opendir(up)) || fstat(dirfd(dir), &s))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/clib/
H A Dgetcwd.c64 #ifndef dirfd
65 #define dirfd(dirp) ((dirp)->dd_fd) macro
179 if (!(dir = opendir(up)) || fstat(dirfd(dir), &s))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/modules/
H A Donefs_dir.c146 int nread, dirfd; local
148 dirfd = dirfd(dsp->dirp);
149 if (dirfd < 0) {
157 DEBUG(9, ("Calling readdirplus() with DIR %p, dirfd: %d, "
160 dsp->dirp, dirfd, dsp->resume_cookie, RDP_BATCH_SIZE,
163 nread = readdirplus(dirfd,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/modules/
H A Donefs_dir.c146 int nread, dirfd; local
148 dirfd = dirfd(dsp->dirp);
149 if (dirfd < 0) {
157 DEBUG(9, ("Calling readdirplus() with DIR %p, dirfd: %d, "
160 dsp->dirp, dirfd, dsp->resume_cookie, RDP_BATCH_SIZE,
163 nread = readdirplus(dirfd,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/modules/
H A Donefs_dir.c146 int nread, dirfd; local
148 dirfd = dirfd(dsp->dirp);
149 if (dirfd < 0) {
157 DEBUG(9, ("Calling readdirplus() with DIR %p, dirfd: %d, "
160 dsp->dirp, dirfd, dsp->resume_cookie, RDP_BATCH_SIZE,
163 nread = readdirplus(dirfd,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/lib/replace/
H A Drepdir_getdents.c160 #ifndef dirfd
162 int dirfd(DIR *dir) function

Completed in 185 milliseconds

12345