Home
last modified time | relevance | path

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

/babblesim_ext_2G4_channel_multiatt-3.4.0/src/
Dchannel_multiatt.c137 int read; in init_distance_file() local
143 read = att_readline(line_buf, MAXLINESIZE, this_f->fileptr); in init_distance_file()
144 if (read == 0) { in init_distance_file()
147 read = sscanf(line_buf, "%"SCNtime" %le", &this_f->last_time , &this_f->last_att); in init_distance_file()
148 if (read < 2) { in init_distance_file()
154 read = att_readline(line_buf, MAXLINESIZE, this_f->fileptr); in init_distance_file()
155 if (read == 0) { in init_distance_file()
158 read = sscanf(line_buf, "%"SCNtime" %le", &this_f->next_time , &this_f->next_att); in init_distance_file()
159 if (read == 0) { in init_distance_file()
162 if (read == 1) { in init_distance_file()
[all …]