Home
last modified time | relevance | path

Searched refs:need_rm_file (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/protocmp/
H A Dprotocmp.c72 static char *need_rm_file; variable
124 fopen((need_rm_file = tempnam(NULL, "rm")), "w")) == NULL) { in open_output_files()
125 perror(need_rm_file); in open_output_files()
188 print_file(need_rm_file); in print_results()
207 (void) unlink(need_rm_file); in clean_up()