Lines Matching refs:tstr
1333 char tstr[OPTSTRING]; in test_options() local
1344 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply); in test_options()
1345 append_str(options, tstr, OPTSTRING); in test_options()
1348 snprintf(tstr, OPTSTRING, "cork %d,", txmsg_cork); in test_options()
1349 append_str(options, tstr, OPTSTRING); in test_options()
1352 snprintf(tstr, OPTSTRING, "start %d,", txmsg_start); in test_options()
1353 append_str(options, tstr, OPTSTRING); in test_options()
1356 snprintf(tstr, OPTSTRING, "end %d,", txmsg_end); in test_options()
1357 append_str(options, tstr, OPTSTRING); in test_options()
1360 snprintf(tstr, OPTSTRING, "pop (%d,%d),", in test_options()
1362 append_str(options, tstr, OPTSTRING); in test_options()