Searched refs:O_TEXT (Results 1 - 20 of 20) sorted by relevance

/osnet-11/usr/src/lib/libast/common/sfio/
H A D_sfopen.c77 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)))
H A Dsfsetbuf.c244 #if O_TEXT /* no memory mapping with O_TEXT because read()/write() alter data stream */
246 (sysfcntlf((int)f->file,F_GETFL,0) & O_TEXT) )
H A Dsfhdr.h991 #ifndef O_TEXT
992 #define O_TEXT 000 macro
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_fcntl.h109 #define O_TEXT 0 macro
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_fcntl.h88 #define O_TEXT 0 macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_fcntl.h109 #define O_TEXT 0 macro
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_fcntl.h88 #define O_TEXT 0 macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_fcntl.h109 #define O_TEXT 0 macro
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_fcntl.h88 #define O_TEXT 0 macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_fcntl.h109 #define O_TEXT 0 macro
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_fcntl.h88 #define O_TEXT 0 macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Fcntl/
H A DMakefile.PL49 O_SEQUENTIAL O_SHLOCK O_SYNC O_TEMPORARY O_TEXT O_TRUNC
H A DFcntl.pm133 O_TEXT
/osnet-11/usr/src/lib/libast/common/features/
H A Dfcntl.c321 #ifndef O_TEXT
322 printf("#define O_TEXT 0\n");
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dshiocmd_solaris.c445 #ifndef O_TEXT
517 #ifdef O_TEXT
518 oflag |= O_TEXT;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlio.h81 #if defined(POSIX_BC) && defined(O_BINARY) && !defined(O_TEXT)
H A Dperl.h4247 #ifndef O_TEXT
4248 # define O_TEXT 0 macro
4251 #if O_TEXT != O_BINARY
4252 /* If you have different O_TEXT and O_BINARY and you are a CLRF shop,
4255 /* BeOS has O_TEXT != O_BINARY but O_TEXT and O_BINARY have no effect;
4257 /* VOS has O_TEXT != O_BINARY, and they have effect,
4259 /* If you have O_TEXT different from your O_BINARY but you still are
H A Dperlio.c1294 /* Fake 5.6 legacy of using this call to turn ON O_TEXT */
1296 /* Legacy binmode only has meaning if O_TEXT has a value distinct from
2317 oflags &= ~O_TEXT;
2321 oflags |= O_TEXT;
H A Ddoio.c1160 mode = O_TEXT;
H A Dtoke.c4184 if (PerlLIO_setmode(PL_rsfp, O_TEXT) != -1) {
4186 if (PerlLIO_setmode(PerlIO_fileno(PL_rsfp), O_TEXT) != -1) {

Completed in 133 milliseconds