Searched refs:leaf_name (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dfs.hpp134 std::string leaf_name(void) const;
H A Dfs_test.cpp147 set_md_var("descr", "Tests the path::leaf_name function");
153 ATF_REQUIRE_EQ(path(".").leaf_name(), ".");
154 ATF_REQUIRE_EQ(path("foo").leaf_name(), "foo");
155 ATF_REQUIRE_EQ(path("foo/bar").leaf_name(), "bar");
156 ATF_REQUIRE_EQ(path("/foo").leaf_name(), "foo");
157 ATF_REQUIRE_EQ(path("/foo/bar").leaf_name(), "bar");
H A Dfs.cpp190 impl::path::leaf_name(void) function in class:impl::path
H A Dprocess_test.cpp67 argv.push_back(get_process_helpers_path(tc).leaf_name());
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/Regressions/secitem/
H A Dsi-68-secmatchissuer.c124 CFStringRef leaf_name = CFStringCreateWithFormat(kCFAllocatorDefault, 0, CFSTR("O=%@,CN=Client"), uuidString); local
145 leaf_name, 4242, kSecKeyUsageDigitalSignature);
146 CFRelease(leaf_name);
/macosx-10.10.1/vim-55/src/
H A Dgui_riscos.c31 char_u *leaf_name = NULL; /* Leaf name from DataSave */ variable
1960 if (block[3] == leaf_ref && leaf_name)
1997 ins_typebuf(leaf_name, REMAP_NONE, 0, TRUE, FALSE);
2000 vim_free(leaf_name);
2001 leaf_name = NULL;
2030 if (leaf_name)
2031 vim_free(leaf_name);
2032 leaf_name = vim_strsave(path);
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Datffile.cpp307 dir.erase(filename.leaf_name());
H A Dtest-program.cpp255 argv.push_back(params->executable.leaf_name());
282 argv.push_back(absolute_executable.leaf_name());
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/
H A Dtests.cpp527 if (m_srcdir.leaf_name() == ".libs")

Completed in 105 milliseconds