Searched refs:comc_parseint (Results 1 – 1 of 1) sorted by relevance
51 static int comc_parseint(const char *string);99 speed = comc_parseint(env); in comc_probe()111 port = comc_parseint(env); in comc_probe()176 if (value == NULL || (speed = comc_parseint(value)) <= 0) { in comc_speed_set()194 if (value == NULL || (port = comc_parseint(value)) <= 0) { in comc_port_set()361 comc_parseint(const char *speedstr) in comc_parseint() function