Home
last modified time | relevance | path

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

/freebsd-13.1/stand/i386/libi386/
H A Dcomconsole.c54 static int comc_parseint(const char *string);
102 speed = comc_parseint(env); in comc_probe()
114 port = comc_parseint(env); in comc_probe()
179 if (value == NULL || (speed = comc_parseint(value)) <= 0) { in comc_speed_set()
197 if (value == NULL || (port = comc_parseint(value)) <= 0) { in comc_port_set()
363 comc_parseint(const char *speedstr) in comc_parseint() function