/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | krbfileio.c | 12 #ifndef O_BINARY 13 #define O_BINARY 0 macro 26 * The O_BINARY flag is not a supported flag in the Solaris 31 fd = open(pathname, open_flag | O_BINARY, 0600);
|
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_fcntl.h | 107 #define O_BINARY 0 macro
|
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_fcntl.h | 86 #define O_BINARY 0 macro
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_fcntl.h | 107 #define O_BINARY 0 macro
|
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_fcntl.h | 86 #define O_BINARY 0 macro
|
/illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_fcntl.h | 107 #define O_BINARY 0 macro
|
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_fcntl.h | 86 #define O_BINARY 0 macro
|
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_fcntl.h | 107 #define O_BINARY 0 macro
|
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_fcntl.h | 86 #define O_BINARY 0 macro
|
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/ |
H A D | acmsvc.h | 68 #define O_BINARY _O_BINARY macro
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/ |
H A D | rc_io.c | 37 #ifndef O_BINARY 38 #define O_BINARY 0 macro 100 O_BINARY, 0600); 118 O_EXCL | O_BINARY, 0600)) == -1) 221 if ((d->fd = THREEPARAMOPEN(d->fn, O_RDWR|O_BINARY, 0600)) == -1) {
|
/illumos-gate/usr/src/cmd/sunpc/other/ |
H A D | dos2unix.c | 214 setmode(fileno(in_stream), O_BINARY); local 215 setmode(fileno(out_stream), O_BINARY); local 463 setmode(fileno(in_stream), O_BINARY); local 464 setmode(fileno(out_stream), O_BINARY); local
|
H A D | unix2dos.c | 217 setmode(fileno(in_stream), O_BINARY); local 218 setmode(fileno(out_stream), O_BINARY); local 467 setmode(fileno(in_stream), O_BINARY); local 468 setmode(fileno(out_stream), O_BINARY); local
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/ |
H A D | db-int.h | 302 #ifndef O_BINARY 303 #define O_BINARY 0 /* Needed for Win32 compiles */ macro
|
/illumos-gate/usr/src/lib/libshell/common/edit/ |
H A D | history.c | 104 #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 && 267 if((fd=open(cp,O_BINARY|O_APPEND|O_RDWR|O_CREAT,histmode))>=0) 298 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) 1167 if((newfd=open(hp->histname,O_BINARY|O_APPEND|O_CREAT|O_RDWR,S_IRUSR|S_IWUSR)) >= 0)
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | os.c | 37 # ifndef O_BINARY 38 # define O_BINARY 0 macro 468 id->fd = open(zFilename, O_RDWR|O_CREAT|O_LARGEFILE|O_BINARY, 0644); 475 id->fd = open(zFilename, O_RDONLY|O_LARGEFILE|O_BINARY); 600 O_RDWR|O_CREAT|O_EXCL|O_NOFOLLOW|O_LARGEFILE|O_BINARY, 0600); 687 id->fd = open(zFilename, O_RDONLY|O_LARGEFILE|O_BINARY); 775 id->dirfd = open(zDirname, O_RDONLY|O_BINARY, 0644);
|
/illumos-gate/usr/src/lib/libast/common/sfio/ |
H A D | sfhdr.h | 981 #ifndef O_BINARY 982 #define O_BINARY 000 macro
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | k5-int.h | 239 #ifndef O_BINARY 240 #define O_BINARY 0 macro
|