Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/syseventadm/
H A Dsyseventadm.c554 FILE *tmp_fp; in remove_file() local
589 tmp_fp = fopen(tmp_name, "a"); in remove_file()
590 if (tmp_fp == NULL) { in remove_file()
605 (void) fputs(line->s_str, tmp_fp); in remove_file()
609 (void) fprintf(tmp_fp, "%s\n", raw_line); in remove_file()
617 if (fclose(tmp_fp) == -1) { in remove_file()