Home
last modified time | relevance | path

Searched refs:reporttype (Results 1 – 1 of 1) sorted by relevance

/external/ltp/pan/
Dltp-pan.c132 static char *reporttype = NULL; variable
257 reporttype = strdup(optarg); in main()
320 if (reporttype) { in main()
322 if (strcasecmp(reporttype, "rts") in main()
323 && strcasecmp(reporttype, "none") in main()
326 reporttype = "rts"; in main()
329 reporttype = "rts"; in main()
1389 if (!strcmp(reporttype, "rts")) { in write_test_start()
1412 if (!strcmp(reporttype, "rts")) { in write_test_end()