O_BINARY           17 htags-refkit/htags_path2url.c # define OPENMODE O_BINARY
O_BINARY          865 htags/htags.c  #ifndef O_BINARY
O_BINARY          868 htags/htags.c  	ip = open(from, O_RDONLY|O_BINARY);
O_BINARY          871 htags/htags.c  	op = open(to, O_WRONLY|O_CREAT|O_TRUNC|O_BINARY, 0775);
O_BINARY          155 libdb/compat.h #ifndef O_BINARY	/* UNIX systems don't often have or need this */
O_BINARY           62 libdb/db.c     			return (__bt_open(fname, (flags & USE_OPEN_FLAGS) | O_BINARY,