Home
last modified time | relevance | path

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

/external/ltp/pan/
Dltp-pan.c1231 int workstr_left = 1023; in get_collection() local
1235 strncat(workstr, argv[optind], workstr_left); in get_collection()
1236 workstr_left = workstr_left - strlen(argv[optind]); in get_collection()
1237 strncat(workstr, " ", workstr_left); in get_collection()
1238 workstr_left--; in get_collection()