O_BINARY           56 global/literal.c #ifndef O_BINARY
O_BINARY          123 global/literal.c 	if ((f = open(file, O_BINARY)) < 0) {
O_BINARY          140 gtags-cscope/global-cscope.h #ifndef O_BINARY
O_BINARY          149 gtags-cscope/global-cscope.h #if O_BINARY || O_TEXT
O_BINARY           76 gtags-cscope/mypopen.c #if O_BINARY != O_TEXT
O_BINARY           77 gtags-cscope/mypopen.c     if (! (flag | O_BINARY))
O_BINARY           17 htags-refkit/htags_path2url.c # define OPENMODE O_BINARY
O_BINARY         1005 htags/htags.c  #ifndef O_BINARY
O_BINARY         1008 htags/htags.c  	ip = open(from, O_RDONLY|O_BINARY);
O_BINARY         1011 htags/htags.c  	op = open(to, O_WRONLY|O_CREAT|O_TRUNC|O_BINARY, 0775);
O_BINARY          173 libdb/compat.h #ifndef O_BINARY	/** @NAME{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,