Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/sphinx/
Dkfigure.py518 tmp_ext = RENDER_MARKUP_EXT.get(srclang, None)
519 if tmp_ext is None:
523 if not dot_cmd and tmp_ext == '.dot':
534 self.builder.outdir, self.builder.imagedir, fname + tmp_ext)
542 img_node['uri'] = path.join(self.builder.imgpath, fname + tmp_ext)
544 '*': path.join(self.builder.imgpath, fname + tmp_ext)}
/linux-6.12.1/net/ipv6/
Dah6.c34 struct tmp_ext { struct
66 static inline struct tmp_ext *ah_tmp_ext(void *base) in ah_tmp_ext()
291 struct tmp_ext *iph_ext; in ah6_output_done()
331 struct tmp_ext *iph_ext; in ah6_output()
/linux-6.12.1/fs/f2fs/
Dnamei.c26 bool tmp_ext, bool tmp_dot) in is_extension_exist() argument
42 if (!tmp_ext) { in is_extension_exist()