Lines Matching refs:tstr
1331 char tstr[OPTSTRING]; in test_options() local
1342 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply); in test_options()
1343 append_str(options, tstr, OPTSTRING); in test_options()
1346 snprintf(tstr, OPTSTRING, "cork %d,", txmsg_cork); in test_options()
1347 append_str(options, tstr, OPTSTRING); in test_options()
1350 snprintf(tstr, OPTSTRING, "start %d,", txmsg_start); in test_options()
1351 append_str(options, tstr, OPTSTRING); in test_options()
1354 snprintf(tstr, OPTSTRING, "end %d,", txmsg_end); in test_options()
1355 append_str(options, tstr, OPTSTRING); in test_options()
1358 snprintf(tstr, OPTSTRING, "pop (%d,%d),", in test_options()
1360 append_str(options, tstr, OPTSTRING); in test_options()