HomeSort by relevance Sort by last modified time
    Searched refs:O_TTY_INIT (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/sys/
fcntl.h 77 #define O_TTY_INIT 0x00004000 ///< Initialize TTY to "sane" values on open
  /device/linaro/bootloader/edk2/StdLib/LibC/Main/
Main.c 162 i = open("stdin:", (O_RDONLY | O_TTY_INIT), 0444);
164 i = open("stdout:", (O_WRONLY | O_TTY_INIT), 0222);
  /bionic/tests/headers/posix/
fcntl_h.c 64 MACRO(O_TTY_INIT);
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
SysCalls.c 709 if((oflags & O_TTY_INIT) && (filp->f_iflags & _S_ITTY) && (filp->devdata != NULL)) {
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
zerrors_freebsd_arm.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
zerrors_freebsd_arm.go     [all...]
  /external/python/cpython3/Modules/
posixmodule.c     [all...]

Completed in 554 milliseconds