Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pg/
H A Dpg.c124 *tmp_fin, /* pipe temporary file in */ variable
353 if (in_file != tmp_fin) in main()
1121 if (tmp_fin == NULL) in checkf()
1124 rewind(tmp_fin); in checkf()
1125 f = tmp_fin; in checkf()
1171 if ((tmp_fin = fopen(tmp_name, "r")) == NULL) { in checkf()
1374 in_file = f = tmp_fin; in find()
1495 in_file = tmp_fin; in save_input()
1774 if (tmp_fin) in end_it()
1775 (void) fclose(tmp_fin); in end_it()
[all …]