See "mks_tempfile functions" above. */
| 179 | |
| 180 | /* See "mks_tempfile functions" above. */ |
| 181 | static inline struct tempfile *mks_tempfile_tm(const char *filename_template, int mode) |
| 182 | { |
| 183 | return mks_tempfile_tsm(filename_template, 0, mode); |
| 184 | } |
| 185 | |
| 186 | /* See "mks_tempfile functions" above. */ |
| 187 | static inline struct tempfile *mks_tempfile_t(const char *filename_template) |
nothing calls this directly
no test coverage detected