See "mks_tempfile functions" above. */
| 172 | |
| 173 | /* See "mks_tempfile functions" above. */ |
| 174 | static inline struct tempfile *mks_tempfile_ts(const char *filename_template, |
| 175 | int suffixlen) |
| 176 | { |
| 177 | return mks_tempfile_tsm(filename_template, suffixlen, 0600); |
| 178 | } |
| 179 | |
| 180 | /* See "mks_tempfile functions" above. */ |
| 181 | static inline struct tempfile *mks_tempfile_tm(const char *filename_template, int mode) |
nothing calls this directly
no test coverage detected