Searched refs:BINARY_EXPAND (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/gnu/usr.bin/rcs/lib/
H A Dconf.h80 # define FOPEN_R_WORK (Expand==BINARY_EXPAND ? "r" : "rb")
82 # define FOPEN_W_WORK (Expand==BINARY_EXPAND ? "w" : "wb")
83 # define FOPEN_WPLUS_WORK (Expand==BINARY_EXPAND ? "w+" : "w+b")
H A Drcsbase.h38 * (Ioffset_type,BINARY_EXPAND,MIN_UNEXPAND,MIN_UNCHANGED_EXPAND): New macros.
646 #define BINARY_EXPAND 5 /* -kb like -ko, but use binary mode I/O */ macro
648 #define MIN_UNCHANGED_EXPAND (OPEN_O_BINARY ? BINARY_EXPAND : OLD_EXPAND)
/freebsd-10.0-release/gnu/usr.bin/rcs/rcsmerge/
H A Drcsmerge.c216 if (Expand == BINARY_EXPAND)
/freebsd-10.0-release/gnu/usr.bin/rcs/co/
H A Dco.c349 int newmode = Expand==BINARY_EXPAND ? OPEN_O_BINARY : 0;
482 if (Expand == BINARY_EXPAND)
/freebsd-10.0-release/gnu/usr.bin/rcs/rcsdiff/
H A Drcsdiff.c390 if (Expand == BINARY_EXPAND)
/freebsd-10.0-release/gnu/usr.bin/rcs/ci/
H A Dci.c713 if (Expand == BINARY_EXPAND)
/freebsd-10.0-release/gnu/usr.bin/rcs/rcs/
H A Drcs.c1546 if (Expand == BINARY_EXPAND)

Completed in 75 milliseconds