Home
last modified time | relevance | path

Searched refs:RUN_STDOUT_APPEND (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/cvs/os2/
H A Drun.c169 mode_out |= ((flags & RUN_STDOUT_APPEND) ? O_APPEND : O_TRUNC);
/openbsd/gnu/usr.bin/cvs/src/
H A Drun.c144 mode_out |= ((flags & RUN_STDOUT_APPEND) ? O_APPEND : O_TRUNC);
H A Dcvs.h679 #define RUN_STDOUT_APPEND 0x0004 /* append to stdout, don't truncate */ macro
H A DChangeLog-93951587 * cvs.h (RUN_NORMAL, RUN_COMBINED, RUN_REALLY, RUN_STDOUT_APPEND,
/openbsd/gnu/usr.bin/cvs/windows-NT/
H A Drun.c178 mode_out |= ((flags & RUN_STDOUT_APPEND) ? O_APPEND : O_TRUNC);