Home | History | Annotate | Download | only in hdt

Lines Matching refs:more_printf

57     more_printf("Available modes:\n");
62 more_printf("\n");
76 more_printf("Which mode?\n");
122 more_printf("Available commands are:\n");
157 more_printf("\nshow commands:\n");
168 more_printf("\nset commands:\n");
205 more_printf("System\n");
206 more_printf(" Manufacturer : %s\n", hardware->dmi.system.manufacturer);
207 more_printf(" Product Name : %s\n", hardware->dmi.system.product_name);
208 more_printf(" Serial : %s\n", hardware->dmi.system.serial);
209 more_printf("Bios\n");
210 more_printf(" Version : %s\n", hardware->dmi.bios.version);
211 more_printf(" Release : %s\n", hardware->dmi.bios.release_date);
212 more_printf("Memory Size : %lu MB (%lu KB)\n",
228 more_printf("HDT\n");
229 more_printf(" Product : %s\n", PRODUCT_NAME);
230 more_printf(" Version : %s (%s)\n", VERSION, CODENAME);
231 more_printf(" Website : %s\n", WEBSITE_URL);
232 more_printf(" IRC Channel : %s\n", IRC_CHANNEL);
233 more_printf(" Mailing List : %s\n", CONTACT);
234 more_printf(" Project Leader : %s\n", AUTHOR);
235 more_printf(" Core Developer : %s\n", CORE_DEVELOPER);
238 more_printf(" Contributor : %s\n", contributors[c]);
270 more_printf("Sleep %d milliseconds\n",atoi(argv[0]));
282 more_printf("Display %s file\n",argv[0]);
319 more_printf("%s\n",text_to_say);