Home
last modified time | relevance | path

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

/babblesim_ext_2G4_channel_multiatt-3.4.0/src/
Dchannel_multiatt.c26 FILE *fileptr; member
140 this_f->fileptr = bs_fopen(filename, "r"); in init_distance_file()
143 read = att_readline(line_buf, MAXLINESIZE, this_f->fileptr); in init_distance_file()
154 read = att_readline(line_buf, MAXLINESIZE, this_f->fileptr); in init_distance_file()
202 read = att_readline(line_buf, MAXLINESIZE, this_status->fileptr); in att_from_file()
434 if (channel_status.files_status[index].fileptr != NULL) { in channel_delete()
435 fclose(channel_status.files_status[index].fileptr); in channel_delete()