Lines Matching defs:Timesfd
60 static int Timesfd = -1; /* file descriptor for timestamps file */
373 while (!Singlefile && Timesfd == -1) {
374 if ((Timesfd = open(Timesname, O_CREAT|O_RDWR, 0644)) < 0) {
378 if ((Timesfd = open(Timesname, O_RDONLY)) < 0)
386 if (fcntl(Timesfd, F_SETLKW, &flock) < 0)
390 if (fstat(Timesfd, &stbuf2) < 0)
398 (void) close(Timesfd);
399 Timesfd = -1;
429 if (Timesfd != -1 && Timeslen != 0) {
432 Timesfd, 0)) == (char *)-1)
542 if (Timesfd != -1) {
543 (void) close(Timesfd);
544 Timesfd = -1;