Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libbe/common/
H A Dbe_utils.c1312 FILE *temp_fp = NULL; in be_change_grub_default() local
1409 if ((temp_fp = fdopen(fd, "w")) == NULL) { in be_change_grub_default()
1458 (void) fputs(temp_line, temp_fp); in be_change_grub_default()
1460 (void) fputs(line, temp_fp); in be_change_grub_default()
1466 (void) fclose(temp_fp); in be_change_grub_default()
1467 temp_fp = NULL; in be_change_grub_default()
1507 if (temp_fp != NULL) in be_change_grub_default()
1508 (void) fclose(temp_fp); in be_change_grub_default()
3671 FILE *temp_fp = fopen(menu_file, "a+"); in be_create_menu() local
3672 if (temp_fp == NULL) { in be_create_menu()
[all …]
/titanic_44/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 …]