Searched refs:current_dir (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c111 struct archive_string current_dir; member in struct:mtree
313 archive_string_free(&mtree->current_dir);
1147 if (archive_strlen(&mtree->current_dir) > 0) {
1149 p = mtree->current_dir.s
1150 + mtree->current_dir.length - 1;
1151 while (p >= mtree->current_dir.s && *p != '/')
1153 if (p >= mtree->current_dir.s)
1155 mtree->current_dir.length
1156 = p - mtree->current_dir.s + 1;
1225 size_t n = archive_strlen(&mtree->current_dir);
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp889 SmallString<128> current_dir;
890 current_directory.toVector(current_dir);
895 path::append(current_dir, p);
897 path.swap(current_dir);
902 StringRef cdrn = path::root_name(current_dir);
912 StringRef bRootDirectory = path::root_directory(current_dir);
913 StringRef bRelativePath = path::relative_path(current_dir);
930 SmallString<128> current_dir;
931 if (std::error_code ec = current_path(current_dir))
934 make_absolute(current_dir, pat
[all...]
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dnup.c113 dnup_switch_dir_t next_dir, current_dir; local
136 current_dir = u->dir;
167 if ((current_dir == UP) && (next_dir == DOWN)) {
H A Dosm_ucast_updn.c118 updn_switch_dir_t next_dir, current_dir; local
141 current_dir = u->dir;
166 if ((current_dir == DOWN) && (next_dir == UP)) {

Completed in 113 milliseconds