Searched refs:nstrings (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/stand/common/
H A Dinterp_forth.c79 int nstrings, i; local
104 nstrings = stackPopINT(vm->pStack);
105 for (i = 0, len = 0; i < nstrings; i++)
110 if (nstrings)
111 for (i = 0; i < nstrings; i++) {
/freebsd-11-stable/usr.sbin/bhyve/
H A Dsmbiostbl.c642 int nstrings, len; local
648 nstrings = 0;
651 nstrings++;
657 type4->socket = nstrings + 1;
/freebsd-11-stable/lib/libc/gen/
H A Dwordexp.c139 char *nstrings; /* Temporary for realloc() */ local
244 if ((nstrings = realloc(we->we_strings, we->we_nbytes)) == NULL) {
250 we->we_wordv[i] += nstrings - we->we_strings;
251 we->we_strings = nstrings;

Completed in 176 milliseconds