Lines Matching defs:npaths
100 short npaths;
190 pathlist[npaths] = strtok(optarg, " , ");
191 if (pathlist[npaths++] == NULL) {
195 while (pathlist[npaths] = strtok(NULL, " , ")) {
196 if (npaths++ >= MAXPATHS) {
304 ppathlist[npaths] = strtok(optarg, " , ");
305 if ((ppathlist[npaths] == NULL) ||
306 (ppathlist[npaths][0] == '-')) {
310 npaths++;
311 while (ppathlist[npaths] = strtok(NULL, " , ")) {
312 if (npaths++ >= MAXPATHS) {
577 pathlist[npaths] = qstrdup(pathname);
578 if (npaths++ > MAXPATHS) {
583 if (npaths == 0) {