See "mks_tempfile functions" above. */
| 194 | |
| 195 | /* See "mks_tempfile functions" above. */ |
| 196 | static inline struct tempfile *xmks_tempfile(const char *filename_template) |
| 197 | { |
| 198 | return xmks_tempfile_m(filename_template, 0600); |
| 199 | } |
| 200 | |
| 201 | /* |
| 202 | * Attempt to create a temporary directory in $TMPDIR and to create and |
no test coverage detected