Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_utils.c1603 FILE *temp_fp = NULL; in be_change_grub_default() local
1754 (void) fputs(temp_line, temp_fp); in be_change_grub_default()
1756 (void) fputs(line, temp_fp); in be_change_grub_default()
1762 (void) fclose(temp_fp); in be_change_grub_default()
1763 temp_fp = NULL; in be_change_grub_default()
1803 if (temp_fp != NULL) in be_change_grub_default()
1804 (void) fclose(temp_fp); in be_change_grub_default()
4008 if (temp_fp == NULL) { in be_create_menu()
4038 (void) fclose(temp_fp); in be_create_menu()
4046 if (temp_fp == NULL) { in be_create_menu()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c282 static int search_rtfile(FILE *fp, FILE *temp_fp, rtcmd_irep_t *rt,
1559 search_rtfile(FILE *fp, FILE *temp_fp, rtcmd_irep_t *rt, search_mode_t mode) in search_rtfile() argument
1577 fputs(file_line + 4, temp_fp) == EOF) { in search_rtfile()
1623 fputs(file_line + 4, temp_fp) == EOF) { in search_rtfile()
1642 FILE *temp_fp; in save_route() local
1676 if ((temp_fp = fopen(temp_file, "w")) == NULL) { in save_route()
1682 (void) search_rtfile(perm_fp, temp_fp, NULL, SEARCH_MODE_DEL); in save_route()
1683 if (fclose(temp_fp) != 0 || rename(temp_file, perm_file) != 0) { in save_route()
1710 if (search_rtfile(perm_fp, temp_fp, rt, SEARCH_MODE_DEL) <= 0) { in save_route()
1716 if (fclose(temp_fp) != 0 || rename(temp_file, perm_file) != 0) { in save_route()
[all …]