Home
last modified time | relevance | path

Searched refs:dirent_type (Results 1 – 25 of 50) sorted by relevance

12

/dports/www/seahub/seahub-8.0.7-server/seahub/api2/endpoints/
H A Dcopy_move_task.py48 dirent_type = request.data.get('dirent_type', None)
75 if not dirent_type:
93 dirent_type = dirent_type.lower()
94 if dirent_type not in ('file', 'dir'):
106 if dirent_type == 'file':
113 if dirent_type == 'dir':
160 if dirent_type == 'dir' and src_repo_id == dst_repo_id and \
167 if dirent_type == 'file':
/dports/misc/gnuls/coreutils-8.30/src/
H A Dremove.c190 int dirent_type = is_dir ? DT_DIR : DT_UNKNOWN; in prompt() local
212 && dirent_type != DT_LNK) in prompt()
220 if (0 <= write_protected && dirent_type == DT_UNKNOWN) in prompt()
225 dirent_type = DT_LNK; in prompt()
227 dirent_type = DT_DIR; in prompt()
239 switch (dirent_type) in prompt()
268 if (dirent_type == DT_DIR in prompt()
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Dremove.c190 int dirent_type = is_dir ? DT_DIR : DT_UNKNOWN; in prompt() local
212 && dirent_type != DT_LNK) in prompt()
220 if (0 <= write_protected && dirent_type == DT_UNKNOWN) in prompt()
225 dirent_type = DT_LNK; in prompt()
227 dirent_type = DT_DIR; in prompt()
239 switch (dirent_type) in prompt()
268 if (dirent_type == DT_DIR in prompt()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/util/
H A Dpath.c55 # define dirent_type(dirent) ((dirent)->d_type) macro
59 # define dirent_type(dirent) (1) macro
72 path = add_entry(path, dirent->d_name, dirent_type(dirent)); in add_dir_maybe()
/dports/devel/bglibs/bglibs-2.04/sys/
H A Dhasdirenttype.h01 /* sysdep: -dirent_type */
H A Dhasdirenttype.h11 /* sysdep: +dirent_type */
/dports/sysutils/bfs/bfs-2.3.1/
H A Ddir.c212 static enum bfs_type dirent_type(const struct dirent *de) { in dirent_type() function
266 de->type = dirent_type(dir->de); in bfs_readdir()
/dports/sysutils/syslinux/syslinux-6.03/com32/include/sys/
H A Ddirent.h23 enum dirent_type { enum
/dports/net/samba412/samba-4.12.15/source3/libsmb/
H A Dlibsmb_dir.c239 int dirent_type; in list_unique_wg_fn() local
242 dirent_type = dir->dir_type; in list_unique_wg_fn()
244 if (add_dirent(dir, name, comment, dirent_type) < 0) { in list_unique_wg_fn()
282 int dirent_type; in list_fn() local
300 dirent_type = SMBC_FILE_SHARE; in list_fn()
304 dirent_type = SMBC_PRINTER_SHARE; in list_fn()
308 dirent_type = SMBC_COMMS_SHARE; in list_fn()
313 dirent_type = SMBC_IPC_SHARE; in list_fn()
317 dirent_type = SMBC_FILE_SHARE; /* FIXME, error? */ in list_fn()
322 dirent_type = dir->dir_type; in list_fn()
[all …]
/dports/mail/notmuch/notmuch-0.34.2/
H A Dnotmuch-new.c177 dirent_type (const char *path, const struct dirent *entry) in dirent_type() function
226 if (dirent_type (path, entries[i]) != S_IFDIR) in _entries_resemble_maildir()
592 entry_type = dirent_type (path, entry); in add_files()
691 entry_type = dirent_type (path, entry); in add_files()
888 entry_type = dirent_type (path, entry); in count_files()
/dports/mail/notmuch-emacs/notmuch-0.34.2/
H A Dnotmuch-new.c177 dirent_type (const char *path, const struct dirent *entry) in dirent_type() function
226 if (dirent_type (path, entries[i]) != S_IFDIR) in _entries_resemble_maildir()
592 entry_type = dirent_type (path, entry); in add_files()
691 entry_type = dirent_type (path, entry); in add_files()
888 entry_type = dirent_type (path, entry); in count_files()
/dports/mail/py-notmuch2/notmuch-0.34.2/
H A Dnotmuch-new.c177 dirent_type (const char *path, const struct dirent *entry) in dirent_type() function
226 if (dirent_type (path, entries[i]) != S_IFDIR) in _entries_resemble_maildir()
592 entry_type = dirent_type (path, entry); in add_files()
691 entry_type = dirent_type (path, entry); in add_files()
888 entry_type = dirent_type (path, entry); in count_files()
/dports/mail/notmuch-mutt/notmuch-0.34.2/
H A Dnotmuch-new.c177 dirent_type (const char *path, const struct dirent *entry) in dirent_type() function
226 if (dirent_type (path, entries[i]) != S_IFDIR) in _entries_resemble_maildir()
592 entry_type = dirent_type (path, entry); in add_files()
691 entry_type = dirent_type (path, entry); in add_files()
888 entry_type = dirent_type (path, entry); in count_files()
/dports/mail/py-notmuch/notmuch-0.34.2/
H A Dnotmuch-new.c177 dirent_type (const char *path, const struct dirent *entry) in dirent_type() function
226 if (dirent_type (path, entries[i]) != S_IFDIR) in _entries_resemble_maildir()
592 entry_type = dirent_type (path, entry); in add_files()
691 entry_type = dirent_type (path, entry); in add_files()
888 entry_type = dirent_type (path, entry); in count_files()
/dports/sysutils/syslinux/syslinux-6.03/core/fs/ext2/
H A Dext2.c15 static enum dirent_type ext2_cvt_type(unsigned int d_file_type) in ext2_cvt_type()
17 static const enum dirent_type inode_type[] = { in ext2_cvt_type()
/dports/net-mgmt/seafile-gui/seafile-client-7.0.9/src/filebrowser/
H A Dfile-browser-requests.cpp323 const QString &dirent_type) in AsyncCopyAndMoveOneItemRequest() argument
334 dirent_type_(dirent_type) in AsyncCopyAndMoveOneItemRequest()
342 setFormParam("dirent_type", dirent_type); in AsyncCopyAndMoveOneItemRequest()
/dports/sysutils/syslinux/syslinux-6.03/core/fs/iso9660/
H A Diso9660.c159 static inline enum dirent_type get_inode_mode(uint8_t flags) in get_inode_mode()
/dports/devel/gdb/gdb-11.1/gnulib/import/
H A Dglob.c93 typedef uint_fast32_t dirent_type; typedef
112 dirent_type type;
117 static dirent_type
/dports/math/octave/octave-6.4.0/libgnu/
H A Dglob.c99 typedef uint_fast32_t dirent_type; typedef
118 dirent_type type;
123 static dirent_type
/dports/editors/nano/nano-5.9/lib/
H A Dglob.c105 typedef uint_fast32_t dirent_type; typedef
124 dirent_type type;
129 static dirent_type
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dglob.c105 typedef uint_fast32_t dirent_type; typedef
124 dirent_type type;
129 static dirent_type
/dports/www/wget2/wget2-2.0.0/lib/
H A Dglob.c93 typedef uint_fast32_t dirent_type; typedef
112 dirent_type type;
117 static dirent_type
/dports/ftp/lftp/lftp-4.9.2/lib/
H A Dglob.c99 typedef uint_fast32_t dirent_type; typedef
118 dirent_type type;
123 static dirent_type
/dports/editors/poke/poke-1.0/gl/
H A Dglob.c93 typedef uint_fast32_t dirent_type; typedef
112 dirent_type type;
117 static dirent_type
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Ddired.c72 dirent_type (struct dirent *dp) in dirent_type() function
529 switch (dirent_type (dp)) in file_name_completion()

12