Home
last modified time | relevance | path

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

/linux/Documentation/sphinx/
H A Dkfigure.py524 tmp_ext = RENDER_MARKUP_EXT.get(srclang, None)
525 if tmp_ext is None:
529 if not dot_cmd and tmp_ext == '.dot':
540 self.builder.outdir, self.builder.imagedir, fname + tmp_ext)
548 img_node['uri'] = path.join(self.builder.imgpath, fname + tmp_ext)
550 '*': path.join(self.builder.imgpath, fname + tmp_ext)}
/linux/net/ipv6/
H A Dah6.c34 struct tmp_ext { struct
50 static inline void ah6_save_hdrs(struct tmp_ext *iph_ext, in ah6_save_hdrs() argument
65 struct tmp_ext *iph_ext, int extlen) in ah6_restore_hdrs()
94 static inline struct tmp_ext *ah_tmp_ext(void *base) in ah_tmp_ext()
319 struct tmp_ext *iph_ext; in ah6_output_done()
353 struct tmp_ext *iph_ext; in ah6_output()
/linux/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()