Home
last modified time | relevance | path

Searched refs:workstat (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsclean.c56 struct stat workstat; variable
149 (workptr = Iopen(workname, FOPEN_R_WORK, &workstat))
153 if (same_file(RCSstat, workstat, 0)) {
186 if (unlocked<waslocked && workstat.st_mode&(S_IWUSR|S_IWGRP|S_IWOTH))
200 WORKMODE(RCSstat.st_mode,true) == workstat.st_mode
207 !delta ? workstat.st_size!=0 :
209 workptr, &workstat,
H A Dci.c277 static struct stat workstat; variable
486 if (!(workptr = Iopen(workname, FOPEN_R_WORK, &workstat))) {
492 if (same_file(RCSstat, workstat, 0)) {
549 time2date(workstat.st_mtime, altdate);
595 RCSstat.st_mode = workstat.st_mode;
610 workptr, &workstat, expname, targetdelta
747 || workstat.st_mtime != checkworkstat.st_mtime
748 || workstat.st_size != checkworkstat.st_size
1182 1 < workstat.st_nlink
1183 || (newworkmode&S_IWUSR && !myself(workstat.st_uid))
[all …]
H A Drcsdiff.c155 static struct stat workstat; variable
324 if (!(workptr = Iopen(workname, FOPEN_R_WORK, &workstat))) {
364 && WORKMODE(RCSstat.st_mode,true) == workstat.st_mode
373 time2date(workstat.st_mtime, date2);
H A Dco.c195 static struct stat workstat; variable
362 workstatstat = stat(workname, &workstat);
363 if (workstatstat == 0 && same_file(RCSstat, workstat, 0)) {
557 if (workstat.st_mode&(S_IWUSR|S_IWGRP|S_IWOTH) && !forceflag) { in rmworkfile()
561 myself(workstat.st_uid) ? "" : ", and you do not own it" in rmworkfile()