Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/pg/
H A Dpg.c123 *tmp_fou; /* pipe temporary file out */ variable
1174 if ((tmp_fou = fopen(tmp_name, "w")) == NULL) {
1388 (void) fflush(tmp_fou);
1530 (void) fclose(tmp_fou); in save_pipe()
1540 (void) fputwc(c, tmp_fou);
1594 (void) fflush(tmp_fou);
1595 dol->l_addr = (off_t)ftello(tmp_fou);
1793 if (tmp_fou) in end_it()
1794 (void) fclose(tmp_fou); in end_it()
1795 if (tmp_fou || tmp_fin) in end_it()