Searched refs:buf (Results 1 – 1 of 1) sorted by relevance
235 static void process_matrix_file_line(char *buf, uint *rx, uint *tx, double *att, char **filename) { in process_matrix_file_line() argument244 *tx = strtoul(buf, &endp, 0); in process_matrix_file_line()245 if (endp == buf) { in process_matrix_file_line()248 buf = endp; in process_matrix_file_line()249 *rx = strtoul(buf, &endp, 0); in process_matrix_file_line()250 if (endp == buf) { in process_matrix_file_line()253 buf = endp; in process_matrix_file_line()257 while (buf[off] != 0) { in process_matrix_file_line()258 if (buf[off] == '"') { in process_matrix_file_line()262 if ((buf[off] >= '0') && (buf[off] <= '9')) { in process_matrix_file_line()[all …]