HomeSort by relevance Sort by last modified time
    Searched defs:stty (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/lib/libbc/libc/compat/common/
stty.c 30 * Writearound to old stty system call.
36 stty(int fd, struct sgttyb *ap) function
  /onnv/onnv-gate/usr/src/uts/common/syscall/
ioctl.c 156 * Old stty and gtty. (Still.)
159 stty(int fdes, intptr_t arg) function
  /onnv/onnv-gate/usr/src/cmd/lp/lib/printers/
putprinter.c 94 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...]
  /onnv/onnv-gate/usr/src/cmd/lp/include/
printers.h 106 char *stty; /* space separated list of stty options */ member in struct:PRINTER

Completed in 979 milliseconds