| 219 | FILE *fdopen_tempfile(struct tempfile *tempfile, const char *mode); |
| 220 | |
| 221 | static inline int is_tempfile_active(struct tempfile *tempfile) |
| 222 | { |
| 223 | return !!tempfile; |
| 224 | } |
| 225 | |
| 226 | /* |
| 227 | * Return the path of the lockfile. The return value is a pointer to a |
no outgoing calls
no test coverage detected