Searched refs:npres (Results 1 – 1 of 1) sorted by relevance
58 size_t npres; in bootflags() local205 npres = sizeof (newargs) - (size_t)(np - newargs); in bootflags()213 while (*cp && npres > 0) { in bootflags()229 sz = MIN(npres, (size_t)(cp - sp)); in bootflags()230 npres -= sz; in bootflags()239 while (npres > 0 && (*np++ = *cp++) != '\0') in bootflags()240 npres--; in bootflags()