Searched refs:string_to_baud (Results 1 – 1 of 1) sorted by relevance
446 static speed_t string_to_baud (char const *arg);1175 if (string_to_baud (settings[k]) == (speed_t) -1) in apply_settings()1189 if (string_to_baud (settings[k]) == (speed_t) -1) in apply_settings()1263 else if (string_to_baud (arg) != (speed_t) -1) in apply_settings()1724 speed_t baud = string_to_baud (arg); in set_speed()2254 string_to_baud (char const *arg) in string_to_baud() function