HomeSort by: relevance | last modified time | path
    Searched defs:nlibs (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/rump_allserver/
rump_allserver.c 151 unsigned nmods = 0, curmod = 0, nlibs = 0, curlib = 0, libidx; local in function:main
314 if (nlibs - curlib == 0) {
316 (nlibs+ALLOCCHUNK) * sizeof(char *));
319 nlibs += ALLOCCHUNK;
359 for (onthepath = 1, nlibs = curlib; onthepath && nlibs > 0;) {
380 nlibs--;
384 if (nlibs > 0) {
rump_allserver.c 151 unsigned nmods = 0, curmod = 0, nlibs = 0, curlib = 0, libidx; local in function:main
314 if (nlibs - curlib == 0) {
316 (nlibs+ALLOCCHUNK) * sizeof(char *));
319 nlibs += ALLOCCHUNK;
359 for (onthepath = 1, nlibs = curlib; onthepath && nlibs > 0;) {
380 nlibs--;
384 if (nlibs > 0) {

Completed in 22 milliseconds