Searched refs:O_TTY_INIT (Results 1 – 3 of 3) sorted by relevance
162 i = open("stdin:", (O_RDONLY | O_TTY_INIT), 0444); in ShellAppMain()164 i = open("stdout:", (O_WRONLY | O_TTY_INIT), 0222); in ShellAppMain()
77 #define O_TTY_INIT 0x00004000 ///< Initialize TTY to "sane" values on open macro
709 if((oflags & O_TTY_INIT) && (filp->f_iflags & _S_ITTY) && (filp->devdata != NULL)) { in open()