Home | History | Annotate | Download | only in examples

Lines Matching refs:stdout

69   fprintf(stdout, "libmtp version: " LIBMTP_VERSION_STRING "\n\n");
71 fprintf(stdout, "Listing raw device(s)\n");
75 fprintf(stdout, " No raw devices found.\n");
87 fprintf(stdout, " Found %d device(s):\n", numrawdevices);
91 fprintf(stdout, " %s: %s (%04x:%04x) @ bus %d, dev %d\n",
99 fprintf(stdout, " %04x:%04x @ bus %d, dev %d\n",
115 fprintf(stdout, "Attempting to connect device(s)\n");
143 fprintf(stdout, " Friendly name: (NULL)\n");
145 fprintf(stdout, " Friendly name: %s\n", friendlyname);
150 fprintf(stdout, " Synchronization partner: (NULL)\n");
152 fprintf(stdout, " Synchronization partner: %s\n", syncpartner);
159 fprintf(stdout, " Battery level %d of %d (%d%%)\n",currbattlevel, maxbattlevel,
173 fprintf(stdout, " %s\n", LIBMTP_Get_Filetype_Description(filetypes[i]));
183 fprintf(stdout, "\nSecure Time:\n%s\n", sectime);
193 fprintf(stdout, "\nDevice Certificate:\n%s\n", devcert);
196 fprintf(stdout, "Unable to acquire device certificate, perhaps this device "
239 fprintf(stdout, "\n%s file contents:\n", file->filename);