Home
last modified time | relevance | path

Searched refs:O_BINARY (Results 26 – 42 of 42) sorted by relevance

12

/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dfcntl87 #define O_BINARY 0
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dfcntl87 #define O_BINARY 0
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dfcntl87 #define O_BINARY 0
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dfcntl.c320 #ifndef O_BINARY in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dcp.c453 if (S_ISLNK(st.st_mode) && (n = -1) || (n = open(state->path, O_RDWR|O_BINARY|O_cloexec)) >= 0) in visit()
593 if (ent->fts_statp->st_size > 0 && (rfd = open(ent->fts_path, O_RDONLY|O_BINARY|O_cloexec)) < 0) in visit()
710 state->wflags = O_WRONLY|O_CREAT|O_TRUNC|O_BINARY; in b_cp()
H A DRELEASE241 cp.c: add O_BINARY to all open() calls
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_util.c56 #ifndef O_BINARY
57 #define O_BINARY 0 macro
H A Ddwarf_elf_load_headers.c93 #ifndef O_BINARY
94 #define O_BINARY 0 macro
178 fd = open(path, O_RDONLY|O_BINARY);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfhdr.h999 #ifndef O_BINARY
1000 #define O_BINARY 000 macro
/illumos-gate/usr/src/contrib/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) in sear_seek()
4719 setmode(0, O_BINARY);
4720 setmode(1, O_BINARY);
H A DRELEASE497 03-02-14 ratz.c: add _WIN32 setmode([01],O_BINARY) and fopen "rb"/"wb"
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c1403 f = THREEPARAMOPEN (data->filename, open_flag | O_BINARY | O_NOFOLLOW, in krb5_fcc_open_file()
1736 O_RDWR | O_BINARY, 0); in krb5_fcc_destroy()
2174 ret = THREEPARAMOPEN(scratch, O_CREAT | O_EXCL | O_WRONLY | O_BINARY, 0); in krb5_fcc_generate_new()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h239 #ifndef O_BINARY
240 #define O_BINARY 0 macro
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.c155 if ((hashp->fp = open(file, flags|O_BINARY, mode)) == -1)
/illumos-gate/usr/src/common/bzip2/
H A Dbzlib.c1562 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY)
/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
1099 sfio/sfopen.c: O_BINARY default for _WIN32&&!_UWIN
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt4395 Tools: Fix for systems where O_BINARY is not defined. Only used for

12