Home
last modified time | relevance | path

Searched refs:WORKMODE (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsclean.c200 WORKMODE(RCSstat.st_mode,true) == workstat.st_mode
H A Drcsdiff.c364 && WORKMODE(RCSstat.st_mode,true) == workstat.st_mode
H A Dco.c492 mode_t m = WORKMODE(RCSstat.st_mode,
H A Drcsbase.h318 #define WORKMODE(RCSmode, writable) (((RCSmode)&(mode_t)~(S_IWUSR|S_IWGRP|S_IWOTH)) | ((writable)?S… macro
H A Dci.c774 newworkmode = WORKMODE(RCSstat.st_mode,
H A DChangeLog1641 Added dbm.h, stdio.h, RCSBASE, RCSSEP, RCSSUF, WORKMODE, TMPFILE3,
1670 * co.c: Replaced mode generation for working file with WORKMODE.