Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pg/
H A Dpg.c125 *tmp_fou; /* pipe temporary file out */ variable
1167 if ((tmp_fou = fopen(tmp_name, "w")) == NULL) { in checkf()
1373 (void) fflush(tmp_fou); in find()
1512 (void) fclose(tmp_fou); in save_pipe()
1524 (void) fputwc(c, tmp_fou); in fgetputc()
1582 (void) fflush(tmp_fou); in newdol()
1583 dol->l_addr = (off_t)ftello(tmp_fou); in newdol()
1776 if (tmp_fou) in end_it()
1777 (void) fclose(tmp_fou); in end_it()
1778 if (tmp_fou || tmp_fin) in end_it()