Searched refs:O_TEXT (Results 1 – 19 of 19) sorted by relevance
77 if(f->file >= 0 && (oflags &= (O_TEXT|O_BINARY|O_APPEND)) != 0 )80 ctl = (ctl & ~(O_TEXT|O_BINARY|O_APPEND)) | oflags;176 oflags |= O_TEXT;206 if(!(oflags&(O_BINARY|O_TEXT)))
238 #if O_TEXT /* no memory mapping with O_TEXT because read()/write() alter data stream */240 (sysfcntlf((int)f->file,F_GETFL,0) & O_TEXT) )
984 #ifndef O_TEXT985 #define O_TEXT 000 macro
88 #define O_TEXT 0 macro
109 #define O_TEXT 0 macro
445 #ifndef O_TEXT517 #ifdef O_TEXT in b_open()518 oflag |= O_TEXT; in b_open()
88 #define O_TEXT 0
321 #ifndef O_TEXT in main()
244 99-04-07 cat: long options, fix O_TEXT modes
909 01-10-06 features/fcntl.c: { O_BINARY O_TEXT } default to 0