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

/freebsd-current/stand/common/
H A Dinterp_forth.c75 int nstrings, i; local
100 nstrings = stackPopINT(vm->pStack);
101 for (i = 0, len = 0; i < nstrings; i++)
106 if (nstrings)
107 for (i = 0; i < nstrings; i++) {
/freebsd-current/lib/libc/gen/
H A Dwordexp.c137 char *nstrings; /* Temporary for realloc() */ local
242 if ((nstrings = realloc(we->we_strings, we->we_nbytes)) == NULL) {
248 we->we_wordv[i] += nstrings - we->we_strings;
249 we->we_strings = nstrings;
/freebsd-current/usr.sbin/bhyve/
H A Dsmbiostbl.c721 int nstrings, len; local
727 nstrings = 0;
730 nstrings++;
736 type4->socket = nstrings + 1;

Completed in 64 milliseconds