Lines Matching refs:PRIu64
9 | status(" Known files not found: %"PRIu64, this->match.unused);
29 - snprintf(msg,sizeof(msg),"%02"PRIu64":%02"PRIu64":%02"PRIu64" left", hour, min, seconds);
30 + snprintf(msg,sizeof(msg),"%02" PRIu64 ":%02" PRIu64 ":%02" PRIu64 " left", hour, min, seconds);
38 - status(" Input files examined: %"PRIu64, this->match.total);
39 - status(" Known files expecting: %"PRIu64, this->match.expect);
40 + status(" Input files examined: %" PRIu64, this->match.total);
41 + status(" Known files expecting: %" PRIu64, this->match.expect);
43 - status(" Files matched: %"PRIu64, this->match.exact);
44 - status("Files partially matched: %"PRIu64, this->match.partial);
45 - status(" Files moved: %"PRIu64, this->match.moved);
46 - status(" New files found: %"PRIu64, this->match.unknown);
47 - status(" Known files not found: %"PRIu64, this->match.unused);
48 + status(" Files matched: %" PRIu64, this->match.exact);
49 + status("Files partially matched: %" PRIu64, this->match.partial);
50 + status(" Files moved: %" PRIu64, this->match.moved);
51 + status(" New files found: %" PRIu64, this->match.unknown);
52 + status(" Known files not found: %" PRIu64, this->match.unused);
86 - ocb->error_filename(this->file_name,"error at offset %"PRIu64": %s",
87 + ocb->error_filename(this->file_name,"error at offset %" PRIu64 ": %s",
99 - ocb->fatal_error("%s: Out of memory in line %"PRIu64,
100 + ocb->fatal_error("%s: Out of memory in line %" PRIu64,
108 - ocb->error("%s: Invalid %s hash in line %"PRIu64,
109 + ocb->error("%s: Invalid %s hash in line %" PRIu64,