See "mks_tempfile functions" above. */
| 149 | |
| 150 | /* See "mks_tempfile functions" above. */ |
| 151 | static inline struct tempfile *mks_tempfile_s(const char *filename_template, |
| 152 | int suffixlen) |
| 153 | { |
| 154 | return mks_tempfile_sm(filename_template, suffixlen, 0600); |
| 155 | } |
| 156 | |
| 157 | /* See "mks_tempfile functions" above. */ |
| 158 | static inline struct tempfile *mks_tempfile_m(const char *filename_template, int mode) |
nothing calls this directly
no test coverage detected