Searched refs:npres (Results 1 – 1 of 1) sorted by relevance
62 size_t npres; in bootflags() local222 npres = sizeof (newargs) - (size_t)(np - newargs); in bootflags()230 while (*cp && npres > 0) { in bootflags()246 sz = MIN(npres, (size_t)(cp - sp)); in bootflags()247 npres -= sz; in bootflags()256 while (npres > 0 && (*np++ = *cp++) != '\0') in bootflags()257 npres--; in bootflags()