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

/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Drcsedit.c45 * (fopen_update_truncate): Replace `#if' with `if'.
462 # define fopen_update_truncate(name) fopenSafer(name, FOPEN_W_WORK) macro
464 static FILE * fopen_update_truncate P((char const*));
466 fopen_update_truncate(name) function
483 if (!(fcopy = fopen_update_truncate(resultname)))
666 if (!(fcopy = fopen_update_truncate(resultname)))

Completed in 45 milliseconds