Searched refs:RCSstat (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl2/rcs/dist/src/ |
H A D | ci.c | 492 if (same_file(RCSstat, workstat, 0)) { 595 RCSstat.st_mode = workstat.st_mode; 596 RCSstat.st_nlink = 0; 765 : finptr && wtime < RCSstat.st_mtime ? RCSstat.st_mtime 774 newworkmode = WORKMODE(RCSstat.st_mode, 923 if (StrictLocks || !myself(RCSstat.st_uid)) { in addelta() 1152 if (!StrictLocks && myself(RCSstat.st_uid))
|
H A D | rcsclean.c | 153 if (same_file(RCSstat, workstat, 0)) { 200 WORKMODE(RCSstat.st_mode,true) == workstat.st_mode 222 Ttimeflag ? RCSstat.st_mtime : (time_t)-1
|
H A D | rcsfnms.c | 197 struct stat RCSstat; variable 614 finptr = (*rcsopen)(&RCSb, &RCSstat, mustread); 754 finptr = (*rcsopen)(&RCSbuf, &RCSstat, mustread); 779 if (!S_ISREG(RCSstat.st_mode)) {
|
H A D | co.c | 363 if (workstatstat == 0 && same_file(RCSstat, workstat, 0)) { 468 Ttimeflag ? RCSstat.st_mtime : (time_t)-1 492 mode_t m = WORKMODE(RCSstat.st_mode,
|
H A D | rcs.c | 623 if (stat(workname, &RCSstat) != 0) { 627 RCSstat.st_mode = (S_IRUSR|S_IRGRP|S_IROTH) & ~m; 632 RCSstat.st_nlink = 0; 636 keepRCStime ? RCSstat.st_mtime : (time_t)-1
|
H A D | rcsdiff.c | 364 && WORKMODE(RCSstat.st_mode,true) == workstat.st_mode
|
H A D | rcsedit.c | 1819 if (!AccessList || myself(RCSstat.st_uid) || strcmp(getcaller(),"root")==0) in checkaccesslist() 1907 if (1 < RCSstat.st_nlink) 1914 RCSstat.st_mode & (mode_t)~(S_IWUSR|S_IWGRP|S_IWOTH),
|
H A D | rcsbase.h | 505 extern struct stat RCSstat;
|