Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgengtype-state.cc1353 char *temp_state_path = NULL; in write_state() local
1364 temp_state_path = concat (state_path, tempsuffix, NULL); in write_state()
1365 state_file = fopen (temp_state_path, "w"); in write_state()
1368 temp_state_path, xstrerror (errno)); in write_state()
1371 progname, state_path, temp_state_path); in write_state()
1400 temp_state_path, xstrerror (errno)); in write_state()
1403 temp_state_path, xstrerror (errno)); in write_state()
1404 if (rename (temp_state_path, state_path)) in write_state()
1405 fatal ("failed to rename %s to state file %s [%s]", temp_state_path, in write_state()
1407 free (temp_state_path); in write_state()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgengtype-state.c1334 char *temp_state_path = NULL; in write_state() local
1345 temp_state_path = concat (state_path, tempsuffix, NULL); in write_state()
1346 state_file = fopen (temp_state_path, "w"); in write_state()
1349 temp_state_path, xstrerror (errno)); in write_state()
1352 progname, state_path, temp_state_path); in write_state()
1381 temp_state_path, xstrerror (errno)); in write_state()
1384 temp_state_path, xstrerror (errno)); in write_state()
1385 if (rename (temp_state_path, state_path)) in write_state()
1386 fatal ("failed to rename %s to state file %s [%s]", temp_state_path, in write_state()
1388 free (temp_state_path); in write_state()