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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c96 struct archive_string current_dir; member in struct:mtree
176 archive_string_free(&mtree->current_dir);
486 if (archive_strlen(&mtree->current_dir) > 0) {
488 p = mtree->current_dir.s
489 + mtree->current_dir.length - 1;
490 while (p >= mtree->current_dir.s && *p != '/')
492 if (p >= mtree->current_dir.s)
494 mtree->current_dir.length
495 = p - mtree->current_dir.s + 1;
563 size_t n = archive_strlen(&mtree->current_dir);
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DPath.cpp715 SmallString<128> current_dir;
716 if (error_code ec = current_path(current_dir)) return ec;
721 path::append(current_dir, p);
723 path.swap(current_dir);
728 StringRef cdrn = path::root_name(current_dir);
738 StringRef bRootDirectory = path::root_directory(current_dir);
739 StringRef bRelativePath = path::relative_path(current_dir);
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_ucast_updn.c117 updn_switch_dir_t next_dir, current_dir; local
140 current_dir = u->dir;
165 if ((current_dir == DOWN) && (next_dir == UP)) {

Completed in 65 milliseconds