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

/freebsd-11-stable/stand/pc98/libpc98/
H A Dcomconsole.c54 static int comc_parseint(const char *string);
102 speed = comc_parseint(env);
114 port = comc_parseint(env);
179 if (value == NULL || (speed = comc_parseint(value)) <= 0) {
197 if (value == NULL || (port = comc_parseint(value)) <= 0) {
333 comc_parseint(const char *speedstr) function
/freebsd-11-stable/stand/i386/libi386/
H A Dcomconsole.c54 static int comc_parseint(const char *string);
102 speed = comc_parseint(env);
114 port = comc_parseint(env);
179 if (value == NULL || (speed = comc_parseint(value)) <= 0) {
197 if (value == NULL || (port = comc_parseint(value)) <= 0) {
351 comc_parseint(const char *speedstr) function

Completed in 66 milliseconds