Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/lp/cmd/lpsched/
H A Dports.c85 char *sspeed; in open_dialup() local
127 if ((sspeed = baud_table[cfgetospeed(&tios)]) != NULL) { in open_dialup()
134 strlen(pp->stty) + 1 + strlen(sspeed) + 1); in open_dialup()
136 sprintf(new_stty, "%s %s", pp->stty, sspeed); in open_dialup()