HomeSort by relevance Sort by last modified time
    Searched refs:HUPCL (Results 1 - 25 of 74) sorted by null

1 2 3

  /bionic/libc/include/sys/
ttydefaults.h 53 #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ttydefaults.h 49 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ttydefaults.h 49 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 145 #define HUPCL 0002000
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 146 #define HUPCL 0002000
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 141 #define HUPCL 0002000
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 165 #define HUPCL 0002000 /* Hang up on last close. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 140 #define HUPCL 0002000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 151 #define HUPCL 0002000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 151 #define HUPCL 0002000
  /bionic/tests/headers/posix/
termios_h.c 128 MACRO(HUPCL);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 130 #define HUPCL 0x4000 /* hang up on last close */
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 153 HUPCL = 0002000
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 153 HUPCL = 0002000
  /external/toybox/toys/pending/
getty.c 160 TT.termios.c_cflag |= CS8|CREAD|HUPCL|CBAUDEX;
init.c 85 terminal.c_cflag |= CLOCAL|HUPCL|CREAD;
stty.c 88 { "cs8", CS8, CSIZE }, { "hupcl", HUPCL }, { "cstopb", CSTOPB },
126 { "-ctlecho", "-echoctl" }, { "hup", "hupcl" }, { "-hup", "-hupcl" },
  /external/python/cpython2/Modules/
termios.c 496 {"HUPCL", HUPCL},
  /external/python/cpython3/Modules/
termios.c 526 {"HUPCL", HUPCL},
  /external/libedit/src/
tty.c 278 #ifdef HUPCL
279 {"hupcl", HUPCL, MD_CTL},
280 #endif /* HUPCL */
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_linux_386.go 659 HUPCL = 0x400
ztypes_linux_amd64.go 677 HUPCL = 0x400
ztypes_linux_arm.go 648 HUPCL = 0x400
  /prebuilts/go/linux-x86/src/syscall/
ztypes_linux_386.go 659 HUPCL = 0x400
ztypes_linux_amd64.go 677 HUPCL = 0x400

Completed in 128 milliseconds

1 2 3