Searched refs:other_name (Results 1 – 3 of 3) sorted by relevance
588 def downgrade_to(self, other_name): argument597 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)
245 code other_value, code other_name>247 code Normalizer = "makeBooleanOptionNormalizer("#value#", "#other_value#", OPT_"#other_name#")";
330 expand_name (char *name, bool is_dir, char const *other_name) in expand_name() argument339 char const *base = base_name (other_name); in expand_name()