| 275 | } |
| 276 | |
| 277 | void cleanup_disable(void) |
| 278 | { |
| 279 | cleanup_fname = cleanup_new_fname = NULL; |
| 280 | cleanup_fd_r = cleanup_fd_w = -1; |
| 281 | cleanup_got_literal = 0; |
| 282 | } |
| 283 | |
| 284 | |
| 285 | void cleanup_set(const char *fnametmp, const char *fname, struct file_struct *file, |
no outgoing calls
no test coverage detected