Lines Matching defs:PRINTF
17 #define PRINTF(...) stralloc_add_format(out,__VA_ARGS__)
22 PRINTF(
61 PRINTF(
101 PRINTF(
151 PRINTF(
241 PRINTF( " %-*s %s\n", maxw, temp, skin_key_command_description(cmd) );
245 PRINTF( "\n" );
246 PRINTF( " note that NumLock must be deactivated for keypad keys to work\n\n" );
253 PRINTF(
288 PRINTF(
295 PRINTF( " %s\n\n", temp );
297 PRINTF(
315 PRINTF(
337 PRINTF(
344 PRINTF(
365 PRINTF(
372 PRINTF( " %-12s %s\n", verbose_options[n].name, verbose_options[n].text );
373 PRINTF( " %-12s %s\n", "all", "all components together\n" );
375 PRINTF(
390 PRINTF(
455 PRINTF(
476 PRINTF(
481 PRINTF(
492 PRINTF(
497 PRINTF(
504 PRINTF(
518 PRINTF(
529 PRINTF(
543 PRINTF(
554 PRINTF(
564 PRINTF(
575 PRINTF(
590 PRINTF(
599 PRINTF(
611 PRINTF(
626 PRINTF(
643 PRINTF(
656 PRINTF(
684 PRINTF(
695 PRINTF(
704 PRINTF(
713 PRINTF(
724 PRINTF(
739 PRINTF(
751 PRINTF(
757 PRINTF(
765 PRINTF(
781 PRINTF(
789 PRINTF( " -netspeed %-12s %-15s (up: %.1f, down: %.1f)\n",
796 PRINTF( "\n" );
797 PRINTF( " -netspeed %-12s %s", "<num>", "select both upload and download speed\n");
798 PRINTF( " -netspeed %-12s %s", "<up>:<down>", "select individual up and down speed\n");
800 PRINTF( "\n The format of -netdelay is one of the following (numbers are msec):\n\n" );
802 PRINTF( " -netdelay %-10s %-15s (min %d, max %d)\n",
807 PRINTF( " -netdelay %-10s %s", "<num>", "select exact latency\n");
808 PRINTF( " -netdelay %-10s %s", "<min>:<max>", "select min and max latencies\n\n");
810 PRINTF( " the emulator uses the following defaults:\n\n" );
811 PRINTF( " Default network speed is '%s'\n", DEFAULT_NETSPEED);
812 PRINTF( " Default network latency is '%s'\n\n", DEFAULT_NETDELAY);
818 PRINTF(
835 PRINTF(
869 PRINTF(
875 PRINTF(
884 PRINTF(
895 PRINTF(
925 PRINTF(
945 PRINTF(
984 PRINTF(
994 PRINTF(
1010 PRINTF(
1019 PRINTF(
1032 PRINTF(
1050 PRINTF(
1083 PRINTF(
1114 PRINTF(
1134 PRINTF(
1153 PRINTF(
1169 PRINTF(
1189 PRINTF(
1206 PRINTF(
1220 PRINTF(
1235 PRINTF(
1258 PRINTF(
1276 PRINTF(
1293 PRINTF(
1306 PRINTF(
1319 PRINTF(
1328 PRINTF(
1332 PRINTF(
1346 PRINTF(
1358 PRINTF(
1376 PRINTF(
1391 PRINTF(
1409 PRINTF(
1418 PRINTF(
1424 PRINTF(
1436 PRINTF(
1452 PRINTF(
1482 PRINTF(
1495 PRINTF(
1508 PRINTF(
1516 PRINTF(
1531 PRINTF(
1657 PRINTF( "\n" );
1658 PRINTF( " %-*s %s\n", maxwidth, "-qemu args...", "pass arguments to qemu");
1659 PRINTF( " %-*s %s\n", maxwidth, "-qemu -h", "display qemu help");
1660 PRINTF( "\n" );
1661 PRINTF( " %-*s %s\n", maxwidth, "-verbose", "same as '-debug-init'");
1662 PRINTF( " %-*s %s\n", maxwidth, "-debug <tags>", "enable/disable debug messages");
1663 PRINTF( " %-*s %s\n", maxwidth, "-debug-<tag>", "enable specific debug messages");
1664 PRINTF( " %-*s %s\n", maxwidth, "-debug-no-<tag>","disable specific debug messages");
1665 PRINTF( "\n" );
1666 PRINTF( " %-*s %s\n", maxwidth, "-help", "print this help");
1667 PRINTF( " %-*s %s\n", maxwidth, "-help-<option>", "print option-specific help");
1668 PRINTF( "\n" );
1673 PRINTF( " %-*s %s\n", maxwidth, help, tt->desc );
1675 PRINTF( " %-*s %s\n", maxwidth, "-help-all", "prints all help content");
1676 PRINTF( "\n");
1688 /*printf( "%.*s", out->n, out->s );*/
1699 PRINTF( "========= help for option -%s:\n\n", oo->name );
1704 PRINTF( "========= help for -help-%s\n\n", tt->name );
1707 PRINTF( "========= top-level help\n\n" );