Searched defs:stty (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/compat/common/
H A Dstty.c30 * Writearound to old stty system call.
36 stty(int fd, struct sgttyb *ap) function
/illumos-gate/usr/src/uts/common/syscall/
H A Dioctl.c156 * Old stty and gtty. (Still.)
159 stty(int fdes, intptr_t arg) function
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dputprinter.c94 register char * stty; local
210 * from the stty option list and move the last one to
213 * move any value from the ".speed" member to the stty list.
216 stty = (prbufp->stty? Strdup(prbufp->stty) : 0);
222 if (prbufp->dial_info && stty) {
229 if (!(q = newstty = Malloc(strlen(stty) + 1))) {
230 Free (stty);
237 p = strtok(stty, " ");
[all...]
/illumos-gate/usr/src/cmd/lp/include/
H A Dprinters.h106 char *stty; /* space separated list of stty options */ member in struct:PRINTER

Completed in 73 milliseconds