HomeSort by: relevance | last modified time | path
    Searched refs:CVSLCKAGE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
lock.c 675 * If the create time of the file is more than CVSLCKAGE
679 if (now >= (sb.st_ctime + CVSLCKAGE) &&
1053 * If the create time on the directory is greater than CVSLCKAGE
1127 * If the create time of the directory is more than CVSLCKAGE seconds
1132 if (now >= (sb.st_ctime + CVSLCKAGE))
cvs.h 243 #define CVSLCKAGE (60*60) /* 1-hour old lock files cleaned up */

Completed in 111 milliseconds