OFF_T_FORMAT       80 source3/utils/smbget.c 	else snprintf(buffer, l, OFF_T_FORMAT"b", (OFF_T_FORMAT_CAST)s);
OFF_T_FORMAT      368 source3/utils/smbget.c 			if(verbose)printf("Trying to start resume of %s at "OFF_T_FORMAT"\n"
OFF_T_FORMAT      369 source3/utils/smbget.c 				   "At the moment "OFF_T_FORMAT" of "OFF_T_FORMAT" bytes have been retrieved\n",
OFF_T_FORMAT      380 source3/utils/smbget.c 				fprintf(stderr, "Can't seek to "OFF_T_FORMAT" in local file %s\n",
OFF_T_FORMAT      388 source3/utils/smbget.c 				fprintf(stderr, "Can't seek to "OFF_T_FORMAT" in remote file %s\n",
OFF_T_FORMAT      395 source3/utils/smbget.c 				fprintf(stderr, "Offset in local and remote files is different (local: "OFF_T_FORMAT", remote: "OFF_T_FORMAT")\n",
OFF_T_FORMAT      414 source3/utils/smbget.c 				if(verbose)printf("Current local and remote file appear to be the same. Starting download from offset "OFF_T_FORMAT"\n", (OFF_T_FORMAT_CAST)offset_download);
OFF_T_FORMAT      434 source3/utils/smbget.c 			fprintf(stderr, "Can't read %u bytes at offset "OFF_T_FORMAT", file %s\n", (unsigned int)blocksize, (OFF_T_FORMAT_CAST)curpos, path);
OFF_T_FORMAT      444 source3/utils/smbget.c 			fprintf(stderr, "Can't write %u bytes to local file %s at offset "OFF_T_FORMAT"\n", (unsigned int)bytesread, path, (OFF_T_FORMAT_CAST)curpos);