Home
last modified time | relevance | path

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

/linux-6.15/Documentation/sphinx/
H A Dkfigure.py523 tmp_ext = RENDER_MARKUP_EXT.get(srclang, None)
524 if tmp_ext is None:
528 if not dot_cmd and tmp_ext == '.dot':
539 self.builder.outdir, self.builder.imagedir, fname + tmp_ext)
547 img_node['uri'] = path.join(self.builder.imgpath, fname + tmp_ext)
549 '*': path.join(self.builder.imgpath, fname + tmp_ext)}
/linux-6.15/net/ipv6/
H A 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.15/fs/f2fs/
H A Dnamei.c26 bool tmp_ext, bool tmp_dot) in is_extension_exist() argument
42 if (!tmp_ext) { in is_extension_exist()