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

1 2 3

  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 183 #define TOSTOP 0100000
184 #define ITOSTOP TOSTOP
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 205 #define TOSTOP 0100000 /* Send SIGTTOU for background output. */
206 #define ITOSTOP TOSTOP
  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 176 #define TOSTOP 0000400
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 175 #define TOSTOP 0000400
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 174 #define TOSTOP 0000400
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 189 #define TOSTOP 0000400
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 189 #define TOSTOP 0000400
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
rex.x 132 const TOSTOP = 0x00400000; /* SIGTTOU on background output */
rex.h 105 #define TOSTOP 0x00400000
  /bionic/tests/headers/posix/
termios_h.c 139 MACRO(TOSTOP);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 150 #define TOSTOP 0x0200 /* stop background jobs on output */
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 236 TOSTOP = ITOSTOP
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 236 TOSTOP = ITOSTOP
  /external/python/cpython2/Modules/
termios.c 534 {"TOSTOP", TOSTOP},
  /external/python/cpython3/Modules/
termios.c 564 {"TOSTOP", TOSTOP},
  /external/toybox/toys/pending/
stty.c 115 { "tostop", TOSTOP }, { "echoprt", ECHOPRT }, { "echoctl", ECHOCTL },
290 "tab0", "bs0", "vt0", "ff0", "isig", "-tostop", "-ofdel", "-echoprt",
  /external/libedit/src/
tty.c 337 #ifdef TOSTOP
338 {"tostop", TOSTOP, MD_LIN},
339 #endif /* TOSTOP */
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_linux_386.go 684 TOSTOP = 0x100
ztypes_linux_amd64.go 702 TOSTOP = 0x100
ztypes_linux_arm.go 673 TOSTOP = 0x100
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
ztypes_linux_386.go 684 TOSTOP = 0x100
ztypes_linux_amd64.go 702 TOSTOP = 0x100
ztypes_linux_arm.go 673 TOSTOP = 0x100

Completed in 459 milliseconds

1 2 3