Lines Matching defs:str
397 char str[100];
462 snprintf(str, sizeof(str), " %02d:%02d:%02d:%03d %u%s",
471 tpg_gen_text(tpg, basep, line++ * line_height, 16, str);
474 snprintf(str, sizeof(str), " %dx%d, input %d ",
476 tpg_gen_text(tpg, basep, line++ * line_height, 16, str);
480 snprintf(str, sizeof(str),
486 tpg_gen_text(tpg, basep, line++ * line_height, 16, str);
487 snprintf(str, sizeof(str),
491 tpg_gen_text(tpg, basep, line++ * line_height, 16, str);
493 snprintf(str, sizeof(str),
497 tpg_gen_text(tpg, basep, line++ * line_height, 16, str);
499 snprintf(str, sizeof(str), " int32 %d, ro_int32 %d, int64 %lld, bitmask %08x ",
504 tpg_gen_text(tpg, basep, line++ * line_height, 16, str);
505 snprintf(str, sizeof(str), " boolean %d, menu %s, string \"%s\" ",
509 tpg_gen_text(tpg, basep, line++ * line_height, 16, str);
510 snprintf(str, sizeof(str), " integer_menu %lld, value %d ",
514 tpg_gen_text(tpg, basep, line++ * line_height, 16, str);
517 snprintf(str, sizeof(str), " button pressed!");
518 tpg_gen_text(tpg, basep, line++ * line_height, 16, str);
522 snprintf(str, sizeof(str),
525 16, str);