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

/freebsd-9.3-release/contrib/cvs/lib/
H A Dsystem.h440 #ifndef CVS_STAT
441 # define CVS_STAT stat macro
444 /* Open question: should CVS_STAT be lstat by default? We need
/freebsd-9.3-release/contrib/cvs/src/
H A Dlock.c218 if (CVS_STAT (retval, &sb) < 0)
249 if (CVS_STAT (lock_dir, &sb) < 0)
272 if (CVS_STAT (retval, &sb) < 0)
695 if (CVS_STAT (line, &sb) != -1)
834 if (CVS_STAT (masterlock, &sb) < 0)
H A Dlogmsg.c292 if ( CVS_STAT (fname, &pre_stbuf) == -1)
317 if ( CVS_STAT (fname, &post_stbuf) != 0)
461 if ( CVS_STAT (fname, &pre_stbuf) != 0 )
490 if ( CVS_STAT (fname, &post_stbuf) != 0 )
H A Dvers_ts.c370 if (!CVS_STAT (file, &sb))
H A Dupdate.c1750 if (CVS_STAT (file2, &file2_info) < 0)
1752 if (CVS_STAT (finfo->file, file_info) < 0)
1787 if (CVS_STAT (vers_ts->srcfile->path, file_info) < 0)
1808 if (CVS_STAT (finfo->file, file_info) < 0)
H A Dmkmodules.c829 if (CVS_STAT (rcs, &statbuf) < 0
H A Dsubr.c726 if (CVS_STAT (name, &s) < 0)
H A Dentries.c392 if (strlen (ts) > 30 && CVS_STAT (user, &sb) == 0)
H A Dclient.c4943 if ( CVS_STAT (file, &sb) < 0)
5745 if (CVS_STAT (vfile, &sb) < 0)
H A Dserver.c3759 if ( CVS_STAT (file, &sb) < 0)
4229 if ( CVS_STAT (finfo->file, &sb) < 0)
H A Drcs.c8959 if (CVS_STAT (file, &sb) < 0)

Completed in 119 milliseconds