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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty_compat.c511 register tcflag_t oflag = tp->t_oflag; local
517 if (iflag&ICRNL || oflag&ONLCR)
542 if (!(flags&RAW) && !(oflag&OPOST) && (cflag&(CSIZE|PARENB)) == CS8)
548 if (oflag&OXTABS)
583 register tcflag_t oflag = t->c_oflag; local
595 oflag |= OXTABS;
597 oflag &= ~OXTABS;
604 oflag |= ONLCR;
607 oflag &= ~ONLCR;
624 oflag
674 register tcflag_t oflag = t->c_oflag; local
[all...]
H A Dposix_sem.c373 AUDIT_ARG(fflags, uap->oflag);
431 fmode = FFLAGS(uap->oflag);
H A Dposix_shm.c378 AUDIT_ARG(fflags, uap->oflag);
437 fmode = FFLAGS(uap->oflag);
H A Dtty.c739 tcflag_t oflag; local
742 oflag = tp->t_oflag;
743 if (!ISSET(oflag, OPOST)) {
760 ISSET(oflag, OXTABS) && !ISSET(tp->t_lflag, EXTPROC)) {
770 if (c == CEOT && ISSET(oflag, ONOEOT))
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h1043 char oflag_l_[PADL_(int)]; int oflag; char oflag_r_[PADR_(int)]; member in struct:shm_open_args
1051 char oflag_l_[PADL_(int)]; int oflag; char oflag_r_[PADR_(int)]; member in struct:sem_open_args

Completed in 65 milliseconds