Searched refs:workstr_left (Results 1 – 1 of 1) sorted by relevance
1231 int workstr_left = 1023; in get_collection() local1235 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()