Home
last modified time | relevance | path

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

/external/ltp/pan/
Dltp-pan.c1216 int workstr_left = 1023; in get_collection() local
1220 strncat(workstr, argv[optind], workstr_left); in get_collection()
1221 workstr_left = workstr_left - strlen(argv[optind]); in get_collection()
1222 strncat(workstr, " ", workstr_left); in get_collection()
1223 workstr_left--; in get_collection()