Lines Matching refs:npaths
83 unsigned int npaths, ncmds; in dosetpath() local
100 npaths = i - 1; in dosetpath()
104 ncmds = i - npaths - 1; in dosetpath()
106 if (npaths) { in dosetpath()
112 npaths = (sizeof syspaths / sizeof *syspaths) - 1; in dosetpath()
118 spaths = xmalloc(npaths * sizeof *spaths); in dosetpath()
119 setzero(spaths, npaths * sizeof *spaths); in dosetpath()
120 cpaths = xmalloc((npaths + 1) * sizeof *cpaths); in dosetpath()
121 setzero(cpaths, (npaths + 1) * sizeof *cpaths); in dosetpath()
124 for (i = 0; i < npaths; i++) { in dosetpath()
150 for (i = 0; i < npaths; i++) in dosetpath()
166 for (i = 0; i < npaths; i++) { in dosetpath()