Searched defs:O_BINARY (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libvcodex/
H A Dvchdr.h60 #ifndef O_BINARY
61 #define O_BINARY _O_BINARY macro
/ast/src/cmd/ksh93/edit/
H A Dhistory.c104 #ifndef O_BINARY
105 # define O_BINARY 0 macro
106 #endif /* O_BINARY */
150 O_BINARY|O_WRONLY|O_APPEND|O_CREAT,S_IRUSR|S_IWUSR))>=0 &&
266 if((fd=open(cp,O_BINARY|O_APPEND|O_RDWR|O_CREAT,histmode))>=0)
297 fd = open(fname,O_BINARY|O_APPEND|O_CREAT|O_RDWR,S_IRUSR|S_IWUSR);
386 if((fd=sh_open(buff,O_BINARY|O_WRONLY|O_APPEND|O_CREAT,S_IRUSR|S_IWUSR))>=0 && fd < 10)
1199 if((newfd=open(hp->histname,O_BINARY|O_APPEND|O_CREAT|O_RDWR,S_IRUSR|S_IWUSR)) >= 0)
/ast/src/lib/libast/sfio/
H A Dsfhdr.h999 #ifndef O_BINARY
1000 #define O_BINARY 000 macro
/ast/src/cmd/mailx/
H A Dmailx.h106 #ifndef O_BINARY
107 #define O_BINARY 0 macro
/ast/src/cmd/INIT/
H A Dratz.c84 #ifndef O_BINARY
85 #define O_BINARY 0 macro
4475 if (open(cmd, O_BINARY|O_RDONLY) || lseek(0, offset, 0) != offset)
4719 setmode(0, O_BINARY);
4720 setmode(1, O_BINARY);

Completed in 48 milliseconds