HomeSort by relevance Sort by last modified time
    Searched defs:O_NOCTTY (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /bionic/libc/kernel/uapi/asm-mips/asm/
fcntl.h 28 #define O_NOCTTY 0x0800
  /external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 20 #define O_NOCTTY 0x0800 /* not fcntl */
  /prebuilts/go/darwin-x86/src/syscall/
errors_plan9.go 12 O_NOCTTY = 0x00000
types_windows.go 41 O_NOCTTY = 0x00100
zerrors_darwin_386.go 737 O_NOCTTY = 0x20000
    [all...]
zerrors_darwin_amd64.go 737 O_NOCTTY = 0x20000
    [all...]
zerrors_darwin_arm.go 680 O_NOCTTY = 0x20000
    [all...]
zerrors_darwin_arm64.go 750 O_NOCTTY = 0x20000
    [all...]
zerrors_solaris_amd64.go 642 O_NOCTTY = 0x800
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
errors_plan9.go 12 O_NOCTTY = 0x00000
types_windows.go 41 O_NOCTTY = 0x00100
zerrors_darwin_386.go 737 O_NOCTTY = 0x20000
    [all...]
zerrors_darwin_amd64.go 737 O_NOCTTY = 0x20000
    [all...]
zerrors_darwin_arm.go 680 O_NOCTTY = 0x20000
    [all...]
zerrors_darwin_arm64.go 750 O_NOCTTY = 0x20000
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
fcntl.h 76 #define O_NOCTTY 0x00002000 ///< Don't make this the controlling TTY
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 32 #ifndef O_NOCTTY
33 #define O_NOCTTY 00000400
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 29 #ifndef O_NOCTTY
30 #define O_NOCTTY 00000400 /* not fcntl */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 28 #ifndef O_NOCTTY
29 #define O_NOCTTY 00000400 /* not fcntl */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 39 #define O_NOCTTY 0400 /* not fcntl */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 40 #define O_NOCTTY 0400 /* not fcntl */
  /external/python/cpython2/Lib/plat-irix5/
FILE.py 169 O_NOCTTY = 0x800
  /external/python/cpython2/Lib/plat-atheos/
IN.py 622 O_NOCTTY = 0400
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 580 O_NOCTTY = 0x800
  /libcore/luni/src/main/java/android/system/
OsConstants.java 373 public static final int O_NOCTTY = placeholder();
    [all...]

Completed in 2744 milliseconds

1 2 3 4