Home
last modified time | relevance | path

Searched refs:other_name (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/lib9p/pytest/
H A Dprotocol.py588 def downgrade_to(self, other_name): argument
597 if not isinstance(other_name, str) and isinstance(other_name, bytes):
598 other_name = other_name.decode('utf-8', 'surrogateescape')
599 other = p9_version(other_name)
601 raise KeyError(other_name)
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptParser.td245 code other_value, code other_name>
247 code Normalizer = "makeBooleanOptionNormalizer("#value#", "#other_value#", OPT_"#other_name#")";
/freebsd/contrib/diff/src/
H A Dsdiff.c330 expand_name (char *name, bool is_dir, char const *other_name) in expand_name() argument
339 char const *base = base_name (other_name); in expand_name()