Lines Matching refs:printf
28 printf("File ID: %u\n", file->item_id);
30 printf(" Filename: %s\n", file->filename);
34 printf(" None. (abstract file, size = -1)\n");
37 printf(" File size %llu (0x%016I64X) bytes\n", file->filesize, file->filesize);
39 printf(" File size %llu (0x%016llX) bytes\n",
44 printf(" Parent ID: %u\n", file->parent_id);
45 printf(" Storage ID: 0x%08X\n", file->storage_id);
46 printf(" Filetype: %s\n", LIBMTP_Get_Filetype_Description(file->filetype));
92 printf("Listing File Information on Device with name: (NULL)\n");
94 printf("Listing File Information on Device with name: %s\n", friendlyname);
101 printf("No files.\n");
117 printf("OK.\n");