Lines Matching refs:tstr
1425 char tstr[OPTSTRING]; in test_options() local
1436 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply); in test_options()
1437 append_str(options, tstr, OPTSTRING); in test_options()
1440 snprintf(tstr, OPTSTRING, "cork %d,", txmsg_cork); in test_options()
1441 append_str(options, tstr, OPTSTRING); in test_options()
1444 snprintf(tstr, OPTSTRING, "start %d,", txmsg_start); in test_options()
1445 append_str(options, tstr, OPTSTRING); in test_options()
1448 snprintf(tstr, OPTSTRING, "end %d,", txmsg_end); in test_options()
1449 append_str(options, tstr, OPTSTRING); in test_options()
1452 snprintf(tstr, OPTSTRING, "pop (%d,%d),", in test_options()
1454 append_str(options, tstr, OPTSTRING); in test_options()