Searched refs:binary_transput (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/gpatch-3/patch/
H A Dcommon.h307 XTERN int binary_transput; /* O_BINARY if binary i/o is desired */ variable
309 # define binary_transput 0 macro
H A Dinp.c238 int ifd = open (filename, O_RDONLY|binary_transput);
339 if (! (ifp = fopen (filename, binary_transput ? "rb" : "r")))
H A Dpatch.c757 binary_transput = O_BINARY;
1154 int fd = create_file (name, O_WRONLY | binary_transput | open_flags,
1156 FILE *f = fdopen (fd, binary_transput ? "wb" : "w");
H A Dpch.c111 if (binary_transput)
150 pfp = fopen (filename, binary_transput ? "rb" : "r");
1897 pipefp = popen(buf, binary_transput ? "wb" : "w");
1941 FILE *ifp = fopen (TMPOUTNAME, binary_transput ? "rb" : "r");

Completed in 94 milliseconds