Home
last modified time | relevance | path

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

/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/src/common/
H A Dhistdb.c38 static FILE *hi_file = NULL; variable
111 if ((hi_file = fopen(buffer, A_MODE)) == NULL) { in hi_init()
134 if (hi_file) { in hi_close()
135 if (fclose(hi_file) == ERROR) in hi_close()
142 hi_file = NULL; in hi_close()
158 if (hi_file) { in hi_write_dbc()
160 if ((offset = ftell(hi_file)) == ERROR) { in hi_write_dbc()
206 if (hi_file) { in hi_write_t()
208 if ((offset = ftell(hi_file)) == ERROR) { in hi_write_t()
259 if (hi_file) { in hi_write_avail()
[all …]
/dports/news/fidogate4/fidogate-4.4.10/src/toss/
H A Dhistory.c41 static FILE *hi_file = NULL; variable
83 if( (hi_file = fopen(buffer, A_MODE)) == NULL ) in hi_init()
110 if(hi_file) in hi_close()
112 if(fclose(hi_file) == ERROR) in hi_close()
129 hi_file = NULL; in hi_close()
147 if( (offset = ftell(hi_file)) == ERROR) in hi_write_t()
155 ret = fprintf(hi_file, "%s\t%ld\n", msgid, t); in hi_write_t()
156 if (ret == ERROR || fflush(hi_file) == ERROR) in hi_write_t()
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DDriverMkDepend.hs214 Just hi_file -> do
215 { let hi_files = insertSuffixes hi_file extra_suffixes
H A DDriverPipeline.hs1131 hi_file = ml_hi_file location function
1134 = hi_file
H A DGhcMake.hs2231 (hi_file, o_file) <-
2241 ms_location {ml_hi_file = hi_file, ml_obj_file = o_file}
/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/doc/old/
H A DChangeLog900 * src/common/histdb.c: add check hi_file (thanks to Alex Soukhotine)