Home
last modified time | relevance | path

Searched refs:O_TEXT (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A D_sfopen.c78 { 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)))
H A Dsfsetbuf.c250 #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) )
H A Dsfhdr.h1002 #ifndef O_TEXT
1003 #define O_TEXT 000 macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dshiocmd_solaris.c445 #ifndef O_TEXT
517 #ifdef O_TEXT in b_open()
518 oflag |= O_TEXT; in b_open()
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dfcntl90 #define O_TEXT 0
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dfcntl90 #define O_TEXT 0
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dfcntl90 #define O_TEXT 0
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dfcntl90 #define O_TEXT 0
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dfcntl.c331 #ifndef O_TEXT in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A DRELEASE280 99-04-07 cat: long options, fix O_TEXT modes
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE1097 01-10-06 features/fcntl.c: { O_BINARY O_TEXT } default to 0