Home
last modified time | relevance | path

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

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