Searched refs:O_TEXT (Results 1 – 11 of 11) sorted by relevance
78 { if ((oflags &= (O_TEXT|O_BINARY|O_APPEND)) != 0 )81 ctl = (ctl & ~(O_TEXT|O_BINARY|O_APPEND)) | oflags;187 oflags |= O_TEXT;217 if(!(oflags&(O_BINARY|O_TEXT)))
250 #if O_TEXT /* no memory mapping with O_TEXT because read()/write() alter data stream */252 (sysfcntlf((int)f->file,F_GETFL,0) & O_TEXT) )
1002 #ifndef O_TEXT1003 #define O_TEXT 000 macro
445 #ifndef O_TEXT517 #ifdef O_TEXT in b_open()518 oflag |= O_TEXT; in b_open()
90 #define O_TEXT 0
331 #ifndef O_TEXT in main()
280 99-04-07 cat: long options, fix O_TEXT modes
1097 01-10-06 features/fcntl.c: { O_BINARY O_TEXT } default to 0