Home
last modified time | relevance | path

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

/freebsd-13.1/stand/common/
H A 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-13.1/lib/libc/gen/
H A 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-13.1/usr.sbin/bhyve/
H A Dsmbiostbl.c703 int nstrings, len; in smbios_type4_initializer() local
709 nstrings = 0; in smbios_type4_initializer()
712 nstrings++; in smbios_type4_initializer()
718 type4->socket = nstrings + 1; in smbios_type4_initializer()