Lines Matching refs:tstr
1289 char tstr[OPTSTRING]; in test_options() local
1300 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply); in test_options()
1301 append_str(options, tstr, OPTSTRING); in test_options()
1304 snprintf(tstr, OPTSTRING, "cork %d,", txmsg_cork); in test_options()
1305 append_str(options, tstr, OPTSTRING); in test_options()
1308 snprintf(tstr, OPTSTRING, "start %d,", txmsg_start); in test_options()
1309 append_str(options, tstr, OPTSTRING); in test_options()
1312 snprintf(tstr, OPTSTRING, "end %d,", txmsg_end); in test_options()
1313 append_str(options, tstr, OPTSTRING); in test_options()
1316 snprintf(tstr, OPTSTRING, "pop (%d,%d),", in test_options()
1318 append_str(options, tstr, OPTSTRING); in test_options()