Searched refs:fileptr (Results 1 – 2 of 2) sorted by relevance
25 FILE* fileptr; /* Pointer to the dump file itself */ member29 #define DUMP_FILE_PTR(FILE_IDX) (f_ctrl[FILE_IDX].fileptr)30 #define IS_DUMP_FILE_ACTIVE(FILE_IDX) (f_ctrl[FILE_IDX].fileptr != NULL)
94 df_ctrl[i].fileptr = bs_fopen(filename, "wt"); in bs_dump_files_open()97 df_ctrl[i].header_f(df_ctrl[i].fileptr); in bs_dump_files_open()112 if (df_ctrl[i].fileptr != NULL) { in bs_dump_files_close_all()113 fclose(df_ctrl[i].fileptr); in bs_dump_files_close_all()114 df_ctrl[i].fileptr = NULL; in bs_dump_files_close_all()