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

/freebsd-10.1-release/sys/boot/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-10.1-release/lib/libc/gen/
H A Dwordexp.c118 char *nstrings; /* Temporary for realloc() */ local
189 if ((nstrings = realloc(we->we_strings, we->we_nbytes)) == NULL) {
195 we->we_wordv[i] += nstrings - we->we_strings;
196 we->we_strings = nstrings;
/freebsd-10.1-release/usr.sbin/bhyve/
H A Dsmbiostbl.c640 int nstrings, len; local
646 nstrings = 0;
649 nstrings++;
655 type4->socket = nstrings + 1;

Completed in 57 milliseconds