Lines Matching defs:str
417 char str[100];
481 snprintf(str, sizeof(str), " %02d:%02d:%02d:%03d %u%s",
490 tpg_gen_text(tpg, basep, line++ * line_height, 16, str);
493 snprintf(str, sizeof(str), " %dx%d, input %d ",
495 tpg_gen_text(tpg, basep, line++ * line_height, 16, str);
499 snprintf(str, sizeof(str),
505 tpg_gen_text(tpg, basep, line++ * line_height, 16, str);
506 snprintf(str, sizeof(str),
510 tpg_gen_text(tpg, basep, line++ * line_height, 16, str);
512 snprintf(str, sizeof(str),
516 tpg_gen_text(tpg, basep, line++ * line_height, 16, str);
518 snprintf(str, sizeof(str), " int32 %d, int64 %lld, bitmask %08x ",
522 tpg_gen_text(tpg, basep, line++ * line_height, 16, str);
523 snprintf(str, sizeof(str), " boolean %d, menu %s, string \"%s\" ",
527 tpg_gen_text(tpg, basep, line++ * line_height, 16, str);
528 snprintf(str, sizeof(str), " integer_menu %lld, value %d ",
532 tpg_gen_text(tpg, basep, line++ * line_height, 16, str);
535 snprintf(str, sizeof(str), " button pressed!");
536 tpg_gen_text(tpg, basep, line++ * line_height, 16, str);
540 snprintf(str, sizeof(str),
543 16, str);