| 442 | static char namebuf[1000]; |
| 443 | |
| 444 | DISABLE_WARNING_FORMAT_NONLITERAL |
| 445 | |
| 446 | static char * |
| 447 | name_file(const char *template, const char *tag) |
| 448 | { |
| 449 | Sprintf(namebuf, template, tag); |
| 450 | return namebuf; |
| 451 | } |
| 452 | |
| 453 | #ifdef HAS_NO_MKSTEMP |
| 454 | static void delete_file(const char *template, const char *); |
no outgoing calls
no test coverage detected