Searched refs:npaths (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dma.setp.c94 static int npaths; /* # pathlist arguments */ variable
165 if (npaths == 0)
239 for (npaths = 0; path = paths[npaths]; npaths++) {
318 if (npaths == 0 || pathhead == NULL)
337 npaths = 0;
H A Dtc.os.c87 unsigned int npaths, ncmds; local
104 npaths = i - 1;
108 ncmds = i - npaths - 1;
110 if (npaths) {
116 npaths = (sizeof syspaths / sizeof *syspaths) - 1;
120 /* note that npaths != 0 */
122 spaths = xmalloc(npaths * sizeof *spaths);
123 setzero(spaths, npaths * sizeof *spaths);
124 cpaths = xmalloc((npaths + 1) * sizeof *cpaths);
125 setzero(cpaths, (npaths
[all...]
/freebsd-9.3-release/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c244 static u_int npaths = 2; variable
257 if (npaths >= MAX_PATHS)
259 memmove(&paths[npaths - stdpaths + 1], &paths[npaths - stdpaths],
261 paths[npaths - stdpaths] = savestr(path);
262 npaths++;

Completed in 55 milliseconds