HomeSort by: relevance | last modified time | path
    Searched defs:TCGETA (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/ppc/
emul_unix.c 73 #undef TCGETA
1470 #if defined(TCGETA) || defined(TCGETS) || defined(HAVE_TCGETATTR)
1471 case SOLARIS_TIOC | 1: /* TCGETA */
1472 name = "TCGETA";
1478 status = ioctl (fildes, TCGETA, &host_termio);
1483 #endif /* TCGETA */
2433 #if defined(TCGETA) || defined(TCGETS) || defined(HAVE_TCGETATTR)
2434 case LINUX_IOR('t', 23, struct linux_termio): /* TCGETA */
2435 name = "TCGETA";
2441 status = ioctl (fildes, TCGETA, &host_termio)
    [all...]
  /src/external/gpl3/gdb/dist/sim/ppc/
emul_unix.c 73 #undef TCGETA
1470 #if defined(TCGETA) || defined(TCGETS) || defined(HAVE_TCGETATTR)
1471 case SOLARIS_TIOC | 1: /* TCGETA */
1472 name = "TCGETA";
1478 status = ioctl (fildes, TCGETA, &host_termio);
1483 #endif /* TCGETA */
2433 #if defined(TCGETA) || defined(TCGETS) || defined(HAVE_TCGETATTR)
2434 case LINUX_IOR('t', 23, struct linux_termio): /* TCGETA */
2435 name = "TCGETA";
2441 status = ioctl (fildes, TCGETA, &host_termio)
    [all...]

Completed in 46 milliseconds