Home
last modified time | relevance | path

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

/freebsd-12-stable/stand/common/
Dinterp_forth.c79 int nstrings, i; in bf_command() local
104 nstrings = stackPopINT(vm->pStack); in bf_command()
105 for (i = 0, len = 0; i < nstrings; i++) in bf_command()
110 if (nstrings) in bf_command()
111 for (i = 0; i < nstrings; i++) { in bf_command()
/freebsd-12-stable/lib/libc/gen/
Dwordexp.c141 char *nstrings; /* Temporary for realloc() */ in we_askshell() local
246 if ((nstrings = realloc(we->we_strings, we->we_nbytes)) == NULL) { in we_askshell()
252 we->we_wordv[i] += nstrings - we->we_strings; in we_askshell()
253 we->we_strings = nstrings; in we_askshell()
/freebsd-12-stable/usr.sbin/bhyve/
Dsmbiostbl.c643 int nstrings, len; in smbios_type4_initializer() local
649 nstrings = 0; in smbios_type4_initializer()
652 nstrings++; in smbios_type4_initializer()
658 type4->socket = nstrings + 1; in smbios_type4_initializer()