Searched refs:oflag (Results 1 - 5 of 5) sorted by relevance

/xnu-2782.1.97/bsd/kern/
H A Dtty_compat.c522 register tcflag_t oflag = tp->t_oflag; local
528 if (iflag&ICRNL || oflag&ONLCR)
553 if (!(flags&RAW) && !(oflag&OPOST) && (cflag&(CSIZE|PARENB)) == CS8)
559 if (oflag&OXTABS)
594 register tcflag_t oflag = t->c_oflag; local
606 oflag |= OXTABS;
608 oflag &= ~OXTABS;
615 oflag |= ONLCR;
618 oflag &= ~ONLCR;
635 oflag
685 register tcflag_t oflag = t->c_oflag; local
[all...]
H A Dposix_sem.c380 AUDIT_ARG(fflags, uap->oflag);
466 fmode = FFLAGS(uap->oflag);
H A Dposix_shm.c390 AUDIT_ARG(fflags, uap->oflag);
449 fmode = FFLAGS(uap->oflag);
H A Dtty.c883 tcflag_t oflag; local
888 oflag = tp->t_oflag;
889 if (!ISSET(oflag, OPOST)) {
906 ISSET(oflag, OXTABS) && !ISSET(tp->t_lflag, EXTPROC)) {
916 if (c == CEOT && ISSET(oflag, ONOEOT))
/xnu-2782.1.97/libsyscall/wrappers/spawn/
H A Dposix_spawn.c992 * opened with flags 'oflag' and mode 'mode', and, if successful,
998 * oflag open file flags
1014 int filedes, const char * __restrict path, int oflag,
1042 psfileact->psfaa_openargs.psfao_oflag = oflag;
1012 posix_spawn_file_actions_addopen( posix_spawn_file_actions_t * __restrict file_actions, int filedes, const char * __restrict path, int oflag, mode_t mode) argument

Completed in 44 milliseconds