Home
last modified time | relevance | path

Searched defs:share_prefix (Results 1 – 5 of 5) sorted by relevance

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/cli/
H A Dtss.cpp40 const std::string share_prefix = get_arg("share-prefix"); in go() local
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/cli/
H A Dtss.cpp40 const std::string share_prefix = get_arg("share-prefix"); in go() local
/dports/security/botan2/Botan-2.18.2/src/cli/
H A Dtss.cpp40 const std::string share_prefix = get_arg("share-prefix"); in go() local
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dha_ndbcluster_binlog.h67 static const char share_prefix[]= "./"; variable
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/src/
H A Dimports.rs571 fn share_prefix(&self, other: &UseTree, shared_prefix: SharedPrefix) -> bool { in share_prefix() method