Lines Matching refs:read
79 int read; in read_next_tx() local
84 read = fscanf(tx_f, in read_next_tx()
111 if (read < 9) { in read_next_tx()
112 if ((read > 0) || !feof(tx_f)) //otherwise it was probably an empty trailing line in read_next_tx()
142 int read; in read_next_rx() local
147 read = fscanf(rx_f, in read_next_rx()
177 if ( read < 12 ){ in read_next_rx()
178 if ( ( read > 0 ) || !feof(rx_f) ) //otherwise it was probably an empty trailing line in read_next_rx()
179 bs_trace_warning_line("Corrupted input Rx file disabling it (%i %i)\n",read, feof(rx_f)); in read_next_rx()
200 int read; in read_next_RSSI() local
205 read = fscanf(RSSI_f, in read_next_RSSI()
221 if ( read < 3 ){ in read_next_RSSI()
222 if ( ( read > 0 ) || !feof(RSSI_f) ) //otherwise it was probably an empty trailing line in read_next_RSSI()