Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/wanboot/keymgmt/
H A Dkeymgmt.c184 FILE *tmp_fp; in compress_keystore() local
207 if ((tmp_fp = fdopen(tmp_fd, "w")) == NULL) { in compress_keystore()
218 ret = wbku_delete_key(fp, tmp_fp, ka); in compress_keystore()
219 (void) fclose(tmp_fp); in compress_keystore()
/titanic_41/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()