Home
last modified time | relevance | path

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

/external/ltp/pan/
Dltp-pan.c1215 char workstr[1024] = ""; in get_collection() local
1220 strncat(workstr, argv[optind], workstr_left); in get_collection()
1222 strncat(workstr, " ", workstr_left); in get_collection()
1227 if ((n->pcnt_f = strstr(workstr, "%f"))) { in get_collection()
1230 n->cmdline = strdup(workstr); in get_collection()