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

/illumos-gate/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);
1534 fgetputc(f) /* copy anything read from a pipe to tmp_fou */
1540 (void) fputwc(c, tmp_fou);
1594 (void) fflush(tmp_fou);
1595 dol->l_addr = (off_t)ftello(tmp_fou);
1793 if (tmp_fou)
1794 (void) fclose(tmp_fou);
[all...]

Completed in 60 milliseconds