Searched refs:this_entry (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_x/ |
| D | hotcopy.c | 134 apr_finfo_t this_entry; in hotcopy_io_copy_dir_recursively() local 167 for (status = apr_dir_read(&this_entry, flags, this_dir); in hotcopy_io_copy_dir_recursively() 169 status = apr_dir_read(&this_entry, flags, this_dir)) in hotcopy_io_copy_dir_recursively() 171 if ((this_entry.name[0] == '.') in hotcopy_io_copy_dir_recursively() 172 && ((this_entry.name[1] == '\0') in hotcopy_io_copy_dir_recursively() 173 || ((this_entry.name[1] == '.') in hotcopy_io_copy_dir_recursively() 174 && (this_entry.name[2] == '\0')))) in hotcopy_io_copy_dir_recursively() 185 SVN_ERR(entry_name_to_utf8(&entryname_utf8, this_entry.name, in hotcopy_io_copy_dir_recursively() 187 if (this_entry.filetype == APR_REG) /* regular file */ in hotcopy_io_copy_dir_recursively() 192 else if (this_entry.filetype == APR_LNK) /* symlink */ in hotcopy_io_copy_dir_recursively() [all …]
|
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_fs/ |
| D | hotcopy.c | 133 apr_finfo_t this_entry; in hotcopy_io_copy_dir_recursively() local 165 for (status = apr_dir_read(&this_entry, flags, this_dir); in hotcopy_io_copy_dir_recursively() 167 status = apr_dir_read(&this_entry, flags, this_dir)) in hotcopy_io_copy_dir_recursively() 169 if ((this_entry.name[0] == '.') in hotcopy_io_copy_dir_recursively() 170 && ((this_entry.name[1] == '\0') in hotcopy_io_copy_dir_recursively() 171 || ((this_entry.name[1] == '.') in hotcopy_io_copy_dir_recursively() 172 && (this_entry.name[2] == '\0')))) in hotcopy_io_copy_dir_recursively() 183 SVN_ERR(entry_name_to_utf8(&entryname_utf8, this_entry.name, in hotcopy_io_copy_dir_recursively() 185 if (this_entry.filetype == APR_REG) /* regular file */ in hotcopy_io_copy_dir_recursively() 190 else if (this_entry.filetype == APR_LNK) /* symlink */ in hotcopy_io_copy_dir_recursively() [all …]
|
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/ |
| D | io.c | 1072 apr_finfo_t this_entry; in svn_io_copy_dir_recursively() local 1108 for (status = apr_dir_read(&this_entry, flags, this_dir); in svn_io_copy_dir_recursively() 1110 status = apr_dir_read(&this_entry, flags, this_dir)) in svn_io_copy_dir_recursively() 1112 if ((this_entry.name[0] == '.') in svn_io_copy_dir_recursively() 1113 && ((this_entry.name[1] == '\0') in svn_io_copy_dir_recursively() 1114 || ((this_entry.name[1] == '.') in svn_io_copy_dir_recursively() 1115 && (this_entry.name[2] == '\0')))) in svn_io_copy_dir_recursively() 1126 SVN_ERR(entry_name_to_utf8(&entryname_utf8, this_entry.name, in svn_io_copy_dir_recursively() 1130 if (this_entry.filetype == APR_REG) /* regular file */ in svn_io_copy_dir_recursively() 1138 else if (this_entry.filetype == APR_LNK) /* symlink */ in svn_io_copy_dir_recursively() [all …]
|
| /freebsd-10-stable/contrib/libarchive/libarchive/ |
| D | archive_read_support_format_mtree.c | 109 struct mtree_entry *this_entry; member 1036 mtree->this_entry = mtree->entries; in read_mtree() 1122 if (mtree->this_entry == NULL) in read_header() 1124 if (strcmp(mtree->this_entry->name, "..") == 0) { in read_header() 1125 mtree->this_entry->used = 1; in read_header() 1138 if (!mtree->this_entry->used) { in read_header() 1140 r = parse_file(a, entry, mtree, mtree->this_entry, in read_header() 1145 mtree->this_entry = mtree->this_entry->next; in read_header()
|
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/ |
| D | old-and-busted.c | 1157 svn_wc_entry_t *this_entry = apr_hash_this_val(hi); in resolve_to_defaults() local 1159 if (this_entry == default_entry) in resolve_to_defaults() 1164 if (this_entry->kind == svn_node_dir) in resolve_to_defaults() 1173 if (this_entry->kind == svn_node_file) in resolve_to_defaults() 1177 take_from_entry(default_entry, this_entry, pool); in resolve_to_defaults()
|
| D | entries.c | 2543 const svn_wc_entry_t *this_entry = apr_hash_this_val(hi); in svn_wc__write_upgraded_entries() local 2560 this_entry, text_base_info, child_relpath, in svn_wc__write_upgraded_entries()
|